2018-01-22 07:37:20 +01:00
<!-- <div id="users" class="controlbox - pane"> -->
2018-05-18 12:03:03 +02:00
< div class = "controlbox-padded userinfo" >
2018-04-24 18:22:44 +02:00
< div class = "profile d-flex" >
2018-04-25 19:27:55 +02:00
< canvas data-avatar = "/mockup/images/romeo.jpg" height = "40px" width = "40px" class = "avatar align-self-center" > < / canvas >
< span class = "username w-100 align-self-center" > Romeo Montague< / span >
2018-02-20 16:41:55 +01:00
<!-- <a class="chatbox - btn fa fa - vcard align - self - center" title="Your profile" data - toggle="modal" data - target="#userProfileModal"></a> -->
<!-- <a class="chatbox - btn fa fa - cog align - self - center" title="Change settings" data - toggle="modal" data - target="#settingsModal"></a> -->
2018-02-20 16:51:59 +01:00
< a class = "chatbox-btn logout fa fa-sign-out align-self-center" title = "Log out" > < / a >
2018-01-22 07:37:20 +01:00
< / div >
< div class = "d-flex xmpp-status" >
< span class = "online w-100 align-self-center" data-value = "online" >
< span class = "fa fa-circle" > < / span > Online< / span >
< a class = "chatbox-btn fa fa-pencil" title = "Click to change your chat status" data-toggle = "modal" data-target = "#changeStatusModal" > < / a >
< / div >
< / div >
2017-12-16 06:20:59 +01:00
2018-04-27 09:52:15 +02:00
< div id = "headlines" class = "controlbox-section" >
2018-05-18 12:03:03 +02:00
< div class = "d-flex controlbox-padded" >
2018-04-27 09:52:15 +02:00
< span class = "w-100 controlbox-heading" > Announcements< / span >
< / div >
< div class = "list-container" >
< div class = "items-list" >
2018-05-18 12:03:03 +02:00
< div class = "controlbox-padded list-item open-headline d-flex flex-row" >
2018-04-27 09:52:15 +02:00
< a class = "w-100" data-jid = "montague.lit" title = "Click to show" href = "chatroom.html" > Montague.lit< / a >
< / div >
2018-05-18 12:03:03 +02:00
< div class = "controlbox-padded list-item open-headline d-flex flex-row" >
2018-04-27 09:52:15 +02:00
< a class = "w-100" data-jid = "montague.lit" title = "Click to show" href = "chatroom.html" > Capulet.lit< / a >
< / div >
< / div >
< / div >
< / div >
< div id = "chatrooms" class = "controlbox-section" >
2018-05-18 12:03:03 +02:00
< div class = "d-flex controlbox-padded" >
2018-04-27 09:52:15 +02:00
< span class = "w-100 controlbox-heading" > Group Chats< / span >
2018-02-15 15:50:55 +01:00
< a class = "chatbox-btn fa fa-users" title = "Click to add a new room" data-toggle = "modal" data-target = "#chatroomsModal" > < / a >
2018-02-15 15:49:16 +01:00
< / div >
2018-07-04 10:46:52 +02:00
< div class = "list-container items-list-container" >
< div class = "items-list" >
2018-07-02 23:29:57 +02:00
< div class = "controlbox-padded list-item available-chatroom d-flex flex-row open" >
2018-07-04 10:46:52 +02:00
< a class = "list-item-link open-room available-room w-100" data-room-jid = "public@conference.test.com" title = "Click to open this room" href = "chatroom.html" > Capulet's orchard< / a >
2018-04-27 09:52:15 +02:00
<!-- <span class="badge badge - info msgs - indicator">1</span> -->
< a href = "#"
2018-07-04 10:46:52 +02:00
class="list-item-action room-info fa fa-info-circle" data-container="body" data-toggle="popover" title="Room info"
2018-09-08 01:38:00 +02:00
data-html="true" data-content="< b > Room Address (JID): < / b > < br / > public@conference.test.com< br / > < b > Discussions: < / b > < br / > Public discussions< br / > < b > Participants: < / b > 1< br / > < b > Features: < / b > < br / > Non-anonymous">
2018-04-27 09:52:15 +02:00
< / a >
2018-07-04 10:46:52 +02:00
< a href = "#" class = "list-item-action fa fa-bookmark" title = "Click to bookmark this room" > < / a >
2018-04-27 09:52:15 +02:00
< / div >
2018-05-18 12:03:03 +02:00
< div class = "controlbox-padded list-item available-chatroom d-flex flex-row" >
2018-07-04 10:46:52 +02:00
< a class = "list-item-link open-room available-room w-100" data-room-jid = "team@conference.test.com" title = "Click to open this room" href = "chatroom.html" > Juliet's Balcony< / a >
2018-04-27 09:52:15 +02:00
< a href = "#"
2018-07-04 10:46:52 +02:00
class="list-item-action room-info fa fa-info-circle" data-container="body" data-toggle="popover" title="Room info"
2018-09-08 01:38:00 +02:00
data-html="true" data-content="< b > Room Address (JID): < / b > < br / > public@conference.test.com< br / > < b > Discussions: < / b > < br / > Public discussions< br / > < b > Participants: < / b > 1< br / > < b > Features: < / b > < br / > Non-anonymous">
2018-04-27 09:52:15 +02:00
< / a >
2018-07-04 10:46:52 +02:00
< a href = "#" class = "list-item-action fa fa-bookmark" title = "Click to bookmark this room" > < / a >
2018-02-15 15:49:16 +01:00
< / div >
2018-04-27 09:52:15 +02:00
< / div >
< / div >
< / div >
< div id = "bookmarks" class = "controlbox-section" >
2018-05-18 12:03:03 +02:00
< div class = "d-flex controlbox-padded" >
< span class = "w-100 controlbox-heading" > Bookmarks< / span >
< / div >
2018-07-04 10:46:52 +02:00
< div class = "list-container items-list-container" >
< div class = "items-list" >
2018-05-18 12:03:03 +02:00
< div class = "controlbox-padded list-item available-chatroom d-flex flex-row" >
2018-07-04 10:46:52 +02:00
< a class = "list-item-link open-room available-room w-100" data-room-jid = "public@conference.test.com" title = "Click to open this room" href = "chatroom.html" > Capulet's orchard< / a >
2018-04-27 09:52:15 +02:00
<!-- <span class="badge badge - info msgs - indicator">1</span> -->
< a href = "#"
2018-07-04 10:46:52 +02:00
class="list-item-action room-info fa fa-info-circle" data-container="body" data-toggle="popover" title="Room info"
2018-09-08 01:38:00 +02:00
data-html="true" data-content="< b > Room Address (JID): < / b > < br / > public@conference.test.com< br / > < b > Discussions: < / b > < br / > Public discussions< br / > < b > Participants: < / b > 1< br / > < b > Features: < / b > < br / > Non-anonymous">
2018-04-27 09:52:15 +02:00
< / a >
2018-07-04 10:46:52 +02:00
< a href = "#" class = "list-item-action fa fa-bookmark" title = "Click to bookmark this room" > < / a >
2018-02-15 15:49:16 +01:00
< / div >
2018-05-18 12:03:03 +02:00
< div class = "controlbox-padded list-item available-chatroom d-flex flex-row" >
2018-07-04 10:46:52 +02:00
< a class = "list-item-link open-room available-room w-100" data-room-jid = "team@conference.test.com" title = "Click to open this room" href = "chatroom.html" > Juliet's Balcony< / a >
2018-04-27 09:52:15 +02:00
< a href = "#"
2018-07-04 10:46:52 +02:00
class="list-item-action room-info fa fa-info-circle" data-container="body" data-toggle="popover" title="Room info"
2018-09-08 01:38:00 +02:00
data-html="true" data-content="< b > Room Address (JID): < / b > < br / > public@conference.test.com< br / > < b > Discussions: < / b > < br / > Public discussions< br / > < b > Participants: < / b > 1< br / > < b > Features: < / b > < br / > Non-anonymous">
2018-04-27 09:52:15 +02:00
< / a >
2018-07-04 10:46:52 +02:00
< a href = "#" class = "list-item-action fa fa-bookmark" title = "Click to bookmark this room" > < / a >
2018-01-22 07:37:20 +01:00
< / div >
< / div >
< / div >
2018-02-15 15:49:16 +01:00
< / div >
2017-12-16 06:20:59 +01:00
2018-04-27 09:52:15 +02:00
< div id = "converse-roster" class = "controlbox-section" >
2018-05-18 12:03:03 +02:00
< div class = "d-flex controlbox-padded" >
2018-04-27 09:52:15 +02:00
< span class = "w-100 controlbox-heading" > Contacts< / span >
2018-02-15 15:50:55 +01:00
< a class = "chatbox-btn fa fa-user-plus" title = "Click to add new chat contacts" data-toggle = "modal" data-target = "#addContactModal" > < / a >
< / div >
2018-05-18 12:03:03 +02:00
< form class = "controlbox-padded roster-filter-form input-button-group" >
2018-02-19 16:05:29 +01:00
< div class = "form-inline flex-nowrap" >
2018-02-19 16:24:05 +01:00
< div class = "btn-group" >
< input value = "" class = "roster-filter form-control" placeholder = "Filter" >
< span class = "clear-roster-filter fa fa-times {[ if (!o.filter_text) { ]} hidden {[ } ]}" > < / span >
< / div >
2018-02-19 16:05:29 +01:00
< div class = "filter-by d-flex flex-nowrap" >
2018-02-15 15:50:55 +01:00
< 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 >
2018-01-22 07:37:20 +01:00
< / div >
2018-02-15 15:50:55 +01:00
< / div >
< / form >
2017-12-16 06:20:59 +01:00
2018-02-15 15:50:55 +01:00
< div class = "roster-contacts" >
< div class = "roster-group" id = "xmpp-contact-requests" >
2018-05-18 12:03:03 +02:00
< a href = "#" class = "group-toggle controlbox-padded " title = "Click to hide these contacts" >
2018-02-15 15:50:55 +01:00
< span class = "fa fa-caret-down" > < / span > Contact Requests< / a >
2018-07-04 10:46:52 +02:00
< ul class = "items-list roster-group-contacts" >
2018-07-03 21:26:18 +02:00
< li class = "list-item controlbox-padded offline requesting-xmpp-contact d-flex" >
2018-04-25 19:27:55 +02:00
< span class = "req-contact-name w-100" > The Nurse< / span >
2018-02-19 15:01:02 +01:00
< a class = "accept-xmpp-request fa fa-check" title = "Click here to accept this contact's request" href = "#" > < / a >
< a class = "decline-xmpp-request fa fa-times" title = "Click here to decline this contact's request" href = "#" > < / a >
2018-02-15 15:50:55 +01:00
< / li >
2018-07-03 21:26:18 +02:00
< li class = "list-item controlbox-padded offline requesting-xmpp-contact d-flex" >
2018-04-25 19:27:55 +02:00
< span class = "req-contact-name w-100" > Friar Laurence< / span >
2018-02-19 15:01:02 +01:00
< a class = "accept-xmpp-request fa fa-check" title = "Click here to accept this contact's request" href = "#" > < / a >
< a class = "decline-xmpp-request fa fa-times" title = "Click here to decline this contact's request" href = "#" > < / a >
2018-02-15 15:50:55 +01:00
< / li >
< / ul >
< / div >
2018-01-23 11:20:51 +01:00
2018-02-15 15:50:55 +01:00
< div class = "roster-group" data-group = "Colleagues" >
2018-05-18 12:03:03 +02:00
< a href = "#" data-group = "Colleagues" class = "group-toggle controlbox-padded " title = "Click to hide these contacts" >
2018-02-15 15:50:55 +01:00
< span class = "fa fa-caret-down" > < / span > Colleagues< / a >
2018-07-04 10:46:52 +02:00
< ul class = "items-list roster-group-contacts" >
2018-07-03 21:26:18 +02:00
< li class = "list-item controlbox-padded away current-xmpp-contact d-flex" >
2018-04-24 18:22:44 +02:00
< a class = "open-chat w-100" title = "Click to chat with this contact" href = "chatbox.html" >
2018-04-25 19:27:55 +02:00
< span class = "fa fa-circle-o" title = "this contact is away" > < / span > Balthasar< / a >
2018-07-04 10:46:52 +02:00
< a class = "list-item-action remove-xmpp-contact fa fa-trash" title = "Click to remove this contact" href = "#" > < / a >
2018-02-15 15:50:55 +01:00
< / li >
2018-07-03 21:26:18 +02:00
< li class = "list-item controlbox-padded dnd current-xmpp-contact d-flex" >
2018-04-24 18:22:44 +02:00
< a class = "open-chat w-100" title = "Click to chat with this contact" href = "chatbox.html" >
2018-04-25 19:27:55 +02:00
< span class = "fa fa-minus-circle" title = "This contact is busy" > < / span > Escalus, Prince of Verona< / a >
2018-07-04 10:46:52 +02:00
< a class = "list-item-action remove-xmpp-contact fa fa-trash" title = "Click to remove this contact" href = "#" > < / a >
2018-02-15 15:50:55 +01:00
< / li >
< / li >
< / div >
2018-01-23 11:20:51 +01:00
2018-02-15 15:50:55 +01:00
< div class = "roster-group" data-group = "Family" >
2018-05-18 12:03:03 +02:00
< a href = "#" data-group = "Family" class = "group-toggle controlbox-padded " title = "Click to hide these contacts" >
2018-02-15 15:50:55 +01:00
< span class = "fa fa-caret-down" > < / span > Family< / a >
2018-07-04 10:46:52 +02:00
< ul class = "items-list roster-group-contacts" >
2018-07-03 21:26:18 +02:00
< li class = "list-item controlbox-padded online current-xmpp-contact d-flex" >
2018-04-24 18:22:44 +02:00
< a class = "open-chat w-100" title = "Click to chat with this contact" href = "chatbox.html" >
2018-04-25 19:27:55 +02:00
< span class = "fa fa-circle" title = "This contact is online" > < / span > Benvolio Montague< / a >
2018-07-04 10:46:52 +02:00
< a class = "list-item-action remove-xmpp-contact fa fa-trash" title = "Click to remove this contact" href = "#" > < / a >
2018-02-15 15:50:55 +01:00
< / li >
2018-07-03 21:26:18 +02:00
< li class = "list-item controlbox-padded offline current-xmpp-contact d-flex" >
2018-04-24 18:22:44 +02:00
< a class = "open-chat w-100" title = "Click to chat with this contact" href = "chatbox.html" >
2018-04-25 19:27:55 +02:00
< span class = "fa fa-times-circle" title = "This contact is offline" > < / span > Montague< / a >
2018-07-04 10:46:52 +02:00
< a class = "list-item-action remove-xmpp-contact fa fa-trash" title = "Click to remove this contact" href = "#" > < / a >
2018-04-25 19:27:55 +02:00
< / li >
2018-07-03 21:26:18 +02:00
< li class = "list-item controlbox-padded offline current-xmpp-contact d-flex" >
2018-04-25 19:27:55 +02:00
< a class = "open-chat w-100" title = "Click to chat with this contact" href = "chatbox.html" >
< span class = "fa fa-times-circle" title = "This contact is offline" > < / span > Lady Montague< / a >
2018-07-04 10:46:52 +02:00
< a class = "list-item-action remove-xmpp-contact fa fa-trash" title = "Click to remove this contact" href = "#" > < / a >
2018-02-15 15:50:55 +01:00
< / li >
< / ul >
< / div >
2018-01-23 11:20:51 +01:00
2018-02-15 15:50:55 +01:00
< div class = "roster-group" data-group = "Friends" >
2018-05-18 12:03:03 +02:00
< a href = "#" data-group = "Friends" class = "group-toggle controlbox-padded " title = "Click to hide these contacts" >
2018-02-15 15:50:55 +01:00
< span class = "fa fa-caret-down" > < / span > Friends< / a >
2018-07-04 10:46:52 +02:00
< ul class = "items-list roster-group-contacts" >
2018-07-03 21:26:18 +02:00
< li class = "list-item controlbox-padded online current-xmpp-contact d-flex" >
2018-04-24 18:22:44 +02:00
< a class = "open-chat w-100" title = "Click to chat with this contact" href = "chatbox.html" >
2018-04-25 19:27:55 +02:00
< span class = "fa fa-circle" title = "This contact is online" > < / span > Mercutio< / a >
2018-07-04 10:46:52 +02:00
< a class = "list-item-action remove-xmpp-contact fa fa-trash" title = "Click to remove this contact" href = "#" > < / a >
2018-02-15 15:50:55 +01:00
< / li >
< / ul >
< / div >
2018-01-23 11:20:51 +01:00
2018-02-15 15:50:55 +01:00
< div class = "roster-group" data-group = "Ungrouped" >
2018-05-18 12:03:03 +02:00
< a href = "#" class = "group-toggle controlbox-padded " title = "Click to hide these contacts" >
2018-02-15 15:50:55 +01:00
< span class = "fa fa-caret-down" > < / span > Ungrouped< / a >
2018-07-04 10:46:52 +02:00
< ul class = "items-list roster-group-contacts" >
2018-07-03 21:26:18 +02:00
< li class = "list-item controlbox-padded online current-xmpp-contact d-flex" >
2018-04-24 18:22:44 +02:00
< a class = "open-chat w-100" title = "Click to chat with this contact" href = "chatbox.html" >
2018-04-25 19:27:55 +02:00
< span class = "fa fa-circle" title = "This contact is online" > < / span > Gregory< / a >
2018-07-04 10:46:52 +02:00
< a class = "list-item-action remove-xmpp-contact fa fa-trash" title = "Click to remove this contact" href = "#" > < / a >
2018-04-25 19:27:55 +02:00
< / li >
2018-07-03 21:26:18 +02:00
< li class = "list-item controlbox-padded online current-xmpp-contact d-flex" >
2018-04-25 19:27:55 +02:00
< a class = "open-chat w-100" title = "Click to chat with this contact" href = "chatbox.html" >
< span class = "fa fa-circle" title = "This contact is online" > < / span > Peter< / a >
2018-07-04 10:46:52 +02:00
< a class = "list-item-action remove-xmpp-contact fa fa-trash" title = "Click to remove this contact" href = "#" > < / a >
2018-04-25 19:27:55 +02:00
< / li >
2018-07-03 21:26:18 +02:00
< li class = "list-item controlbox-padded online current-xmpp-contact d-flex" >
2018-04-25 19:27:55 +02:00
< a class = "open-chat w-100" title = "Click to chat with this contact" href = "chatbox.html" >
< span class = "fa fa-circle" title = "This contact is online" > < / span > Sampson< / a >
2018-07-04 10:46:52 +02:00
< a class = "list-item-action remove-xmpp-contact fa fa-trash" title = "Click to remove this contact" href = "#" > < / a >
2018-02-15 15:50:55 +01:00
< / li >
< / ul >
< / div >
2018-01-23 11:20:51 +01:00
2018-02-15 15:50:55 +01:00
< div class = "roster-group" id = "pending-xmpp-contacts" >
2018-05-18 12:03:03 +02:00
< a href = "#" class = "group-toggle controlbox-padded " title = "Click to hide these contacts" >
2018-02-15 15:50:55 +01:00
< span class = "fa fa-caret-down" > < / span > Pending Contacts< / a >
2018-07-04 10:46:52 +02:00
< ul class = "items-list roster-group-contacts" >
2018-07-03 21:26:18 +02:00
< li class = "list-item controlbox-padded offline pending-xmpp-contact d-flex" >
2018-04-25 19:27:55 +02:00
< span class = "pending-contact-name w-100" > An Apothecary< / span >
2018-07-04 10:46:52 +02:00
< a class = "list-item-action remove-xmpp-contact fa fa-trash" title = "Click to remove this contact" href = "#" > < / a >
2018-02-15 15:50:55 +01:00
< / li >
2018-07-03 21:26:18 +02:00
< li class = "list-item controlbox-padded offline pending-xmpp-contact d-flex" >
2018-04-25 19:27:55 +02:00
< span class = "pending-contact-name w-100" > Abram< / span >
2018-07-04 10:46:52 +02:00
< a class = "list-item-action remove-xmpp-contact fa fa-trash" title = "Click to remove this contact" href = "#" > < / a >
2018-02-15 15:50:55 +01:00
< / li >
< / ul >
2018-01-23 11:20:51 +01:00
< / div >
2018-01-22 07:37:20 +01:00
< / div >
2017-12-16 06:20:59 +01:00
< / div >
2018-01-22 07:37:20 +01:00
<!-- </div> -->