2
0

user-panel.html 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  1. <!-- <div id="users" class="controlbox-pane"> -->
  2. <div class="userinfo">
  3. <div class="d-flex">
  4. <canvas height="20" width="20" class="avatar align-self-center"></canvas>
  5. <span class="username w-100 align-self-center">Walter White</span>
  6. <!-- <a class="chatbox-btn fa fa-vcard align-self-center" title="Your profile" data-toggle="modal" data-target="#userProfileModal"></a> -->
  7. <!-- <a class="chatbox-btn fa fa-cog align-self-center" title="Change settings" data-toggle="modal" data-target="#settingsModal"></a> -->
  8. <a class="chatbox-btn logout fa fa-sign-out align-self-center" title="Log out"></a>
  9. </div>
  10. <div class="d-flex xmpp-status">
  11. <span class="online w-100 align-self-center" data-value="online">
  12. <span class="fa fa-circle"></span> Online</span>
  13. <a class="chatbox-btn fa fa-pencil" title="Click to change your chat status" data-toggle="modal" data-target="#changeStatusModal"></a>
  14. </div>
  15. </div>
  16. <div id="chatrooms">
  17. <div class="d-flex">
  18. <span class="w-100">Chatrooms</span>
  19. <a class="chatbox-btn fa fa-users" title="Click to add a new room" data-toggle="modal" data-target="#chatroomsModal"></a>
  20. </div>
  21. <div class="list-container rooms-list-container">
  22. <div class="rooms-list">
  23. <div class="available-chatroom d-flex flex-row">
  24. <span class="badge badge-info msgs-indicator">1</span>
  25. <a class="open-room available-room w-100" data-room-jid="public@conference.test.com" title="Click to open this room" href="#">public</a>
  26. <a href="#" class="room-info fa fa-info-circle" data-container="body" data-toggle="popover" title="Room info"
  27. 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">&nbsp;</a>
  28. <a href="#" class="fa fa-bookmark" title="Click to bookmark this room">&nbsp;</a>
  29. <a href="#" class="fa fa-times" title="Click to leave this room">&nbsp;</a>
  30. </div>
  31. <div class="available-chatroom d-flex flex-row">
  32. <a class="open-room available-room w-100" data-room-jid="team@conference.test.com" title="Click to open this room" href="#">team</a>
  33. <a href="#" class="room-info fa fa-info-circle" data-container="body" data-toggle="popover" title="Room info"
  34. data-html="true" data-content="<b>Room Address (JID): </b><br>team@conference.test.com<br><b>Discussions: </b><br>Public discussions<br><b>Participants: </b>1<br><b>Features: </b><br>Non-anonymous">&nbsp;</a>
  35. </div>
  36. <div class="available-chatroom d-flex flex-row">
  37. <a class="open-room available-room w-100" data-room-jid="test@conference.test.com" title="Click to open this room" href="#">test</a>
  38. <a href="#" class="room-info fa fa-info-circle" data-container="body" data-toggle="popover" title="Room info"
  39. data-html="true" data-content="<b>Room Address (JID): </b><br>test@conference.test.com<br><b>Discussions: </b><br>Public discussions<br><b>Participants: </b>1<br><b>Features: </b><br>Non-anonymous">&nbsp;</a>
  40. </div>
  41. </div>
  42. </div>
  43. </div>
  44. <div id="converse-roster">
  45. <div class="d-flex">
  46. <span class="w-100">Contacts</span>
  47. <a class="chatbox-btn fa fa-user-plus" title="Click to add new chat contacts" data-toggle="modal" data-target="#addContactModal"></a>
  48. </div>
  49. <form class="roster-filter-form input-button-group">
  50. <div class="form-inline flex-nowrap">
  51. <div class="btn-group">
  52. <input value="" class="roster-filter form-control" placeholder="Filter">
  53. <span class="clear-roster-filter fa fa-times {[ if (!o.filter_text) { ]} hidden {[ } ]}"></span>
  54. </div>
  55. <div class="filter-by d-flex flex-nowrap">
  56. <span class="fa fa-user" title="Filter by contacts"></span>
  57. <span class="fa fa-users" title="Filter by groups"></span>
  58. <span class="fa fa-circle" title="Filter by status"></span>
  59. </div>
  60. </div>
  61. </form>
  62. <div class="roster-contacts">
  63. <div class="roster-group" id="xmpp-contact-requests">
  64. <a href="#" class="group-toggle" title="Click to hide these contacts">
  65. <span class="fa fa-caret-down"></span> Contact Requests</a>
  66. <ul class="roster-group-contacts">
  67. <li class="offline requesting-xmpp-contact d-flex">
  68. <span class="req-contact-name w-100">Bob Skinstad</span>
  69. <a class="accept-xmpp-request fa fa-check" title="Click here to accept this contact's request" href="#"></a>
  70. <a class="decline-xmpp-request fa fa-times" title="Click here to decline this contact's request" href="#"></a>
  71. </li>
  72. <li class="offline requesting-xmpp-contact d-flex">
  73. <span class="req-contact-name w-100">André Vos</span>
  74. <a class="accept-xmpp-request fa fa-check" title="Click here to accept this contact's request" href="#"></a>
  75. <a class="decline-xmpp-request fa fa-times" title="Click here to decline this contact's request" href="#"></a>
  76. </li>
  77. </ul>
  78. </div>
  79. <div class="roster-group" data-group="Colleagues">
  80. <a href="#" data-group="Colleagues" class="group-toggle" title="Click to hide these contacts">
  81. <span class="fa fa-caret-down"></span> Colleagues</a>
  82. <ul>
  83. <li class="online current-xmpp-contact d-flex">
  84. <a class="open-chat w-100" title="Click to chat with this contact" href="#">
  85. <span class="fa fa-circle" title="This contact is online"></span> Victor Matfield</a>
  86. <a class="remove-xmpp-contact fa fa-trash" title="Click to remove this contact" href="#"></a>
  87. </li>
  88. <li class="away current-xmpp-contact d-flex">
  89. <a class="open-chat w-100" title="Click to chat with this contact" href="#">
  90. <span class="fa fa-circle-o" title="this contact is away"></span> William Winterbottom</a>
  91. <a class="remove-xmpp-contact fa fa-trash" title="Click to remove this contact" href="#"></a>
  92. </li>
  93. <li class="dnd current-xmpp-contact d-flex">
  94. <a class="open-chat w-100" title="Click to chat with this contact" href="#">
  95. <span class="fa fa-minus-circle" title="This contact is busy"></span> Gary Teichmann</a>
  96. <a class="remove-xmpp-contact fa fa-trash" title="Click to remove this contact" href="#"></a>
  97. </li>
  98. </li>
  99. </div>
  100. <div class="roster-group" data-group="Family">
  101. <a href="#" data-group="Family" class="group-toggle" title="Click to hide these contacts">
  102. <span class="fa fa-caret-down"></span> Family</a>
  103. <ul>
  104. <li class="away current-xmpp-contact d-flex">
  105. <a class="open-chat w-100" title="Click to chat with this contact" href="#">
  106. <span class="fa fa-circle-o" title="this contact is away"></span> Allan Donald</a>
  107. <a class="remove-xmpp-contact fa fa-trash" title="Click to remove this contact" href="#"></a>
  108. </li>
  109. <li class="offline current-xmpp-contact d-flex">
  110. <a class="open-chat w-100" title="Click to chat with this contact" href="#">
  111. <span class="fa fa-times-circle" title="This contact is offline"></span> Corné Krige</a>
  112. <a class="remove-xmpp-contact fa fa-trash" title="Click to remove this contact" href="#"></a>
  113. </li>
  114. </ul>
  115. </div>
  116. <div class="roster-group" data-group="Friends">
  117. <a href="#" data-group="Friends" class="group-toggle" title="Click to hide these contacts">
  118. <span class="fa fa-caret-down"></span> Friends</a>
  119. <ul>
  120. <li class="online current-xmpp-contact d-flex">
  121. <a class="open-chat w-100" title="Click to chat with this contact" href="#">
  122. <span class="fa fa-circle" title="This contact is online"></span> John Smit</a>
  123. <a class="remove-xmpp-contact fa fa-trash" title="Click to remove this contact" href="#"></a>
  124. </li>
  125. <li class="online current-xmpp-contact d-flex">
  126. <a class="open-chat w-100" title="Click to chat with this contact" href="#">
  127. <span class="fa fa-circle" title="This contact is online"></span> Bakkies Botha</a>
  128. <a class="remove-xmpp-contact fa fa-trash" title="Click to remove this contact" href="#"></a>
  129. </li>
  130. </ul>
  131. </div>
  132. <div class="roster-group" data-group="Ungrouped">
  133. <a href="#" class="group-toggle" title="Click to hide these contacts">
  134. <span class="fa fa-caret-down"></span> Ungrouped</a>
  135. <ul>
  136. <li class="online current-xmpp-contact d-flex">
  137. <a class="open-chat w-100" title="Click to chat with this contact" href="#">
  138. <span class="fa fa-circle" title="This contact is online"></span> James Small</a>
  139. <a class="remove-xmpp-contact fa fa-trash" title="Click to remove this contact" href="#"></a>
  140. </li>
  141. </ul>
  142. </div>
  143. <div class="roster-group" id="pending-xmpp-contacts">
  144. <a href="#" class="group-toggle" title="Click to hide these contacts">
  145. <span class="fa fa-caret-down"></span> Pending Contacts</a>
  146. <ul>
  147. <li class="offline pending-xmpp-contact d-flex">
  148. <span class="pending-contact-name w-100">Rassie Erasmus</span>
  149. <a class="remove-xmpp-contact fa fa-trash" title="Click to remove this contact" href="#"></a>
  150. </li>
  151. <li class="offline pending-xmpp-contact d-flex">
  152. <span class="pending-contact-name w-100">Victor Matfield</span>
  153. <a class="remove-xmpp-contact fa fa-trash" title="Click to remove this contact" href="#"></a>
  154. </li>
  155. </ul>
  156. </div>
  157. </div>
  158. </div>
  159. <!-- </div> -->