|
@@ -16,7 +16,7 @@
|
|
|
<div id="chatrooms">
|
|
|
<div class="d-flex">
|
|
|
<span class="w-100">Chatrooms</span>
|
|
|
- <a class="chatbox-btn fa fa-users" title="Click to change rooms" data-toggle="modal" data-target="#chatroomsModal"></a>
|
|
|
+ <a class="chatbox-btn fa fa-users" title="Click to add a new room" data-toggle="modal" data-target="#chatroomsModal"></a>
|
|
|
</div>
|
|
|
<div class="list-container rooms-list-container">
|
|
|
<div class="rooms-list">
|
|
@@ -42,123 +42,121 @@
|
|
|
</div>
|
|
|
|
|
|
<div id="converse-roster">
|
|
|
- <div id="contacts">
|
|
|
- <div class="d-flex">
|
|
|
- <span class="w-100">Contacts</span>
|
|
|
- <a class="chatbox-btn fa fa-user-plus" title="Click to add new chat contacts" data-toggle="modal" data-target="#addContactModal"></a>
|
|
|
- </div>
|
|
|
- <form class="pure-form roster-filter-form input-button-group">
|
|
|
- <div class="form-group form-inline">
|
|
|
- <input value="" class="roster-filter form-control" placeholder="Filter">
|
|
|
- <div class="filter-by">
|
|
|
- <span class="fa fa-user" title="Filter by contacts"></span>
|
|
|
- <span class="fa fa-users" title="Filter by groups"></span>
|
|
|
- <span class="fa fa-circle" title="Filter by status"></span>
|
|
|
- </div>
|
|
|
+ <div class="d-flex">
|
|
|
+ <span class="w-100">Contacts</span>
|
|
|
+ <a class="chatbox-btn fa fa-user-plus" title="Click to add new chat contacts" data-toggle="modal" data-target="#addContactModal"></a>
|
|
|
+ </div>
|
|
|
+ <form class="pure-form roster-filter-form input-button-group">
|
|
|
+ <div class="form-group form-inline">
|
|
|
+ <input value="" class="roster-filter form-control" placeholder="Filter">
|
|
|
+ <div class="filter-by">
|
|
|
+ <span class="fa fa-user" title="Filter by contacts"></span>
|
|
|
+ <span class="fa fa-users" title="Filter by groups"></span>
|
|
|
+ <span class="fa fa-circle" title="Filter by status"></span>
|
|
|
</div>
|
|
|
- </form>
|
|
|
+ </div>
|
|
|
+ </form>
|
|
|
|
|
|
- <div class="roster-contacts">
|
|
|
- <div class="roster-group" id="xmpp-contact-requests">
|
|
|
- <a href="#" class="group-toggle" title="Click to hide these contacts">
|
|
|
- <span class="fa fa-caret-down"></span> Contact Requests</a>
|
|
|
- <ul>
|
|
|
- <li class="offline requesting-xmpp-contact d-flex">
|
|
|
- <span class="req-contact-name w-100">Bob Skinstad</span>
|
|
|
- <a class="accept-xmpp-request fa fa-check align-self-center" title="Click here to accept this contact's request" href="#"></a>
|
|
|
- <a class="decline-xmpp-request fa fa-times align-self-center" title="Click here to decline this contact's request" href="#"></a>
|
|
|
- </li>
|
|
|
- <li class="offline requesting-xmpp-contact d-flex">
|
|
|
- <span class="req-contact-name w-100">André Vos</span>
|
|
|
- <a class="accept-xmpp-request fa fa-check align-self-center" title="Click here to accept this contact's request" href="#"></a>
|
|
|
- <a class="decline-xmpp-request fa fa-times align-self-center" title="Click here to decline this contact's request" href="#"></a>
|
|
|
- </li>
|
|
|
- </ul>
|
|
|
- </div>
|
|
|
+ <div class="roster-contacts">
|
|
|
+ <div class="roster-group" id="xmpp-contact-requests">
|
|
|
+ <a href="#" class="group-toggle" title="Click to hide these contacts">
|
|
|
+ <span class="fa fa-caret-down"></span> Contact Requests</a>
|
|
|
+ <ul>
|
|
|
+ <li class="offline requesting-xmpp-contact d-flex">
|
|
|
+ <span class="req-contact-name w-100">Bob Skinstad</span>
|
|
|
+ <a class="accept-xmpp-request fa fa-check align-self-center" title="Click here to accept this contact's request" href="#"></a>
|
|
|
+ <a class="decline-xmpp-request fa fa-times align-self-center" title="Click here to decline this contact's request" href="#"></a>
|
|
|
+ </li>
|
|
|
+ <li class="offline requesting-xmpp-contact d-flex">
|
|
|
+ <span class="req-contact-name w-100">André Vos</span>
|
|
|
+ <a class="accept-xmpp-request fa fa-check align-self-center" title="Click here to accept this contact's request" href="#"></a>
|
|
|
+ <a class="decline-xmpp-request fa fa-times align-self-center" title="Click here to decline this contact's request" href="#"></a>
|
|
|
+ </li>
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
|
|
|
- <div class="roster-group" data-group="Colleagues">
|
|
|
- <a href="#" data-group="Colleagues" class="group-toggle" title="Click to hide these contacts">
|
|
|
- <span class="fa fa-caret-down"></span> Colleagues</a>
|
|
|
+ <div class="roster-group" data-group="Colleagues">
|
|
|
+ <a href="#" data-group="Colleagues" class="group-toggle" title="Click to hide these contacts">
|
|
|
+ <span class="fa fa-caret-down"></span> Colleagues</a>
|
|
|
|
|
|
- <ul>
|
|
|
- <li class="online current-xmpp-contact d-flex">
|
|
|
- <a class="open-chat w-100" title="Click to chat with this contact" href="#">
|
|
|
- <span class="fa fa-circle" title="This contact is online"></span> Victor Matfield</a>
|
|
|
- <a class="remove-xmpp-contact fa fa-trash align-self-center" title="Click to remove this contact" href="#"></a>
|
|
|
- </li>
|
|
|
- <li class="away current-xmpp-contact d-flex">
|
|
|
- <a class="open-chat w-100" title="Click to chat with this contact" href="#">
|
|
|
- <span class="fa fa-circle-o" title="this contact is away"></span> William Winterbottom</a>
|
|
|
- <a class="remove-xmpp-contact fa fa-trash align-self-center" title="Click to remove this contact" href="#"></a>
|
|
|
- </li>
|
|
|
- <li class="dnd current-xmpp-contact d-flex">
|
|
|
- <a class="open-chat w-100" title="Click to chat with this contact" href="#">
|
|
|
- <span class="fa fa-minus-circle" title="This contact is busy"></span> Gary Teichmann</a>
|
|
|
- <a class="remove-xmpp-contact fa fa-trash align-self-center" title="Click to remove this contact" href="#"></a>
|
|
|
- </li>
|
|
|
+ <ul>
|
|
|
+ <li class="online current-xmpp-contact d-flex">
|
|
|
+ <a class="open-chat w-100" title="Click to chat with this contact" href="#">
|
|
|
+ <span class="fa fa-circle" title="This contact is online"></span> Victor Matfield</a>
|
|
|
+ <a class="remove-xmpp-contact fa fa-trash align-self-center" title="Click to remove this contact" href="#"></a>
|
|
|
</li>
|
|
|
- </div>
|
|
|
+ <li class="away current-xmpp-contact d-flex">
|
|
|
+ <a class="open-chat w-100" title="Click to chat with this contact" href="#">
|
|
|
+ <span class="fa fa-circle-o" title="this contact is away"></span> William Winterbottom</a>
|
|
|
+ <a class="remove-xmpp-contact fa fa-trash align-self-center" title="Click to remove this contact" href="#"></a>
|
|
|
+ </li>
|
|
|
+ <li class="dnd current-xmpp-contact d-flex">
|
|
|
+ <a class="open-chat w-100" title="Click to chat with this contact" href="#">
|
|
|
+ <span class="fa fa-minus-circle" title="This contact is busy"></span> Gary Teichmann</a>
|
|
|
+ <a class="remove-xmpp-contact fa fa-trash align-self-center" title="Click to remove this contact" href="#"></a>
|
|
|
+ </li>
|
|
|
+ </li>
|
|
|
+ </div>
|
|
|
|
|
|
- <div class="roster-group" data-group="Family">
|
|
|
- <a href="#" data-group="Family" class="group-toggle" title="Click to hide these contacts">
|
|
|
- <span class="fa fa-caret-down"></span> Family</a>
|
|
|
- <ul>
|
|
|
- <li class="away current-xmpp-contact d-flex">
|
|
|
- <a class="open-chat w-100" title="Click to chat with this contact" href="#">
|
|
|
- <span class="fa fa-circle-o" title="this contact is away"></span> Allan Donald</a>
|
|
|
- <a class="remove-xmpp-contact fa fa-trash align-self-center" title="Click to remove this contact" href="#"></a>
|
|
|
- </li>
|
|
|
- <li class="offline current-xmpp-contact d-flex">
|
|
|
- <a class="open-chat w-100" title="Click to chat with this contact" href="#">
|
|
|
- <span class="fa fa-times-circle" title="This contact is offline"></span> Corné Krige</a>
|
|
|
- <a class="remove-xmpp-contact fa fa-trash align-self-center" title="Click to remove this contact" href="#"></a>
|
|
|
- </li>
|
|
|
- </ul>
|
|
|
- </div>
|
|
|
+ <div class="roster-group" data-group="Family">
|
|
|
+ <a href="#" data-group="Family" class="group-toggle" title="Click to hide these contacts">
|
|
|
+ <span class="fa fa-caret-down"></span> Family</a>
|
|
|
+ <ul>
|
|
|
+ <li class="away current-xmpp-contact d-flex">
|
|
|
+ <a class="open-chat w-100" title="Click to chat with this contact" href="#">
|
|
|
+ <span class="fa fa-circle-o" title="this contact is away"></span> Allan Donald</a>
|
|
|
+ <a class="remove-xmpp-contact fa fa-trash align-self-center" title="Click to remove this contact" href="#"></a>
|
|
|
+ </li>
|
|
|
+ <li class="offline current-xmpp-contact d-flex">
|
|
|
+ <a class="open-chat w-100" title="Click to chat with this contact" href="#">
|
|
|
+ <span class="fa fa-times-circle" title="This contact is offline"></span> Corné Krige</a>
|
|
|
+ <a class="remove-xmpp-contact fa fa-trash align-self-center" title="Click to remove this contact" href="#"></a>
|
|
|
+ </li>
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
|
|
|
- <div class="roster-group" data-group="Friends">
|
|
|
- <a href="#" data-group="Friends" class="group-toggle" title="Click to hide these contacts">
|
|
|
- <span class="fa fa-caret-down"></span> Friends</a>
|
|
|
- <ul>
|
|
|
- <li class="online current-xmpp-contact d-flex">
|
|
|
- <a class="open-chat w-100" title="Click to chat with this contact" href="#">
|
|
|
- <span class="fa fa-circle" title="This contact is online"></span> John Smit</a>
|
|
|
- <a class="remove-xmpp-contact fa fa-trash align-self-center" title="Click to remove this contact" href="#"></a>
|
|
|
- </li>
|
|
|
- <li class="online current-xmpp-contact d-flex">
|
|
|
- <a class="open-chat w-100" title="Click to chat with this contact" href="#">
|
|
|
- <span class="fa fa-circle" title="This contact is online"></span> Bakkies Botha</a>
|
|
|
- <a class="remove-xmpp-contact fa fa-trash align-self-center" title="Click to remove this contact" href="#"></a>
|
|
|
- </li>
|
|
|
- </ul>
|
|
|
- </div>
|
|
|
+ <div class="roster-group" data-group="Friends">
|
|
|
+ <a href="#" data-group="Friends" class="group-toggle" title="Click to hide these contacts">
|
|
|
+ <span class="fa fa-caret-down"></span> Friends</a>
|
|
|
+ <ul>
|
|
|
+ <li class="online current-xmpp-contact d-flex">
|
|
|
+ <a class="open-chat w-100" title="Click to chat with this contact" href="#">
|
|
|
+ <span class="fa fa-circle" title="This contact is online"></span> John Smit</a>
|
|
|
+ <a class="remove-xmpp-contact fa fa-trash align-self-center" title="Click to remove this contact" href="#"></a>
|
|
|
+ </li>
|
|
|
+ <li class="online current-xmpp-contact d-flex">
|
|
|
+ <a class="open-chat w-100" title="Click to chat with this contact" href="#">
|
|
|
+ <span class="fa fa-circle" title="This contact is online"></span> Bakkies Botha</a>
|
|
|
+ <a class="remove-xmpp-contact fa fa-trash align-self-center" title="Click to remove this contact" href="#"></a>
|
|
|
+ </li>
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
|
|
|
- <div class="roster-group" data-group="Ungrouped">
|
|
|
- <a href="#" class="group-toggle" title="Click to hide these contacts">
|
|
|
- <span class="fa fa-caret-down"></span> Ungrouped</a>
|
|
|
- <ul>
|
|
|
- <li class="online current-xmpp-contact d-flex">
|
|
|
- <a class="open-chat w-100" title="Click to chat with this contact" href="#">
|
|
|
- <span class="fa fa-circle" title="This contact is online"></span> James Small</a>
|
|
|
- <a class="remove-xmpp-contact fa fa-trash align-self-center" title="Click to remove this contact" href="#"></a>
|
|
|
- </li>
|
|
|
- </ul>
|
|
|
- </div>
|
|
|
+ <div class="roster-group" data-group="Ungrouped">
|
|
|
+ <a href="#" class="group-toggle" title="Click to hide these contacts">
|
|
|
+ <span class="fa fa-caret-down"></span> Ungrouped</a>
|
|
|
+ <ul>
|
|
|
+ <li class="online current-xmpp-contact d-flex">
|
|
|
+ <a class="open-chat w-100" title="Click to chat with this contact" href="#">
|
|
|
+ <span class="fa fa-circle" title="This contact is online"></span> James Small</a>
|
|
|
+ <a class="remove-xmpp-contact fa fa-trash align-self-center" title="Click to remove this contact" href="#"></a>
|
|
|
+ </li>
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
|
|
|
- <div class="roster-group" id="pending-xmpp-contacts">
|
|
|
- <a href="#" class="group-toggle" title="Click to hide these contacts">
|
|
|
- <span class="fa fa-caret-down"></span> Pending Contacts</a>
|
|
|
- <ul>
|
|
|
- <li class="offline pending-xmpp-contact d-flex">
|
|
|
- <span class="pending-contact-name w-100">Rassie Erasmus</span>
|
|
|
- <a class="remove-xmpp-contact fa fa-trash align-self-center" title="Click to remove this contact" href="#"></a>
|
|
|
- </li>
|
|
|
- <li class="offline pending-xmpp-contact d-flex">
|
|
|
- <span class="pending-contact-name w-100">Victor Matfield</span>
|
|
|
- <a class="remove-xmpp-contact fa fa-trash align-self-center" title="Click to remove this contact" href="#"></a>
|
|
|
- </li>
|
|
|
- </ul>
|
|
|
- </div>
|
|
|
+ <div class="roster-group" id="pending-xmpp-contacts">
|
|
|
+ <a href="#" class="group-toggle" title="Click to hide these contacts">
|
|
|
+ <span class="fa fa-caret-down"></span> Pending Contacts</a>
|
|
|
+ <ul>
|
|
|
+ <li class="offline pending-xmpp-contact d-flex">
|
|
|
+ <span class="pending-contact-name w-100">Rassie Erasmus</span>
|
|
|
+ <a class="remove-xmpp-contact fa fa-trash align-self-center" title="Click to remove this contact" href="#"></a>
|
|
|
+ </li>
|
|
|
+ <li class="offline pending-xmpp-contact d-flex">
|
|
|
+ <span class="pending-contact-name w-100">Victor Matfield</span>
|
|
|
+ <a class="remove-xmpp-contact fa fa-trash align-self-center" title="Click to remove this contact" href="#"></a>
|
|
|
+ </li>
|
|
|
+ </ul>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|