2018-11-08 17:17:12 +01:00
|
|
|
<div class="right-sidebar" id="right-sidebar" role="navigation">
|
2019-02-10 20:36:36 +01:00
|
|
|
<div class="right-sidebar-items">
|
2017-03-10 08:21:37 +01:00
|
|
|
<div id="user-list">
|
|
|
|
<div id="userlist-header">
|
2021-07-06 13:56:17 +02:00
|
|
|
<h4 class='sidebar-title'
|
2021-11-21 16:17:01 +01:00
|
|
|
id='userlist-title' data-tippy-content="{{t 'Search people' }} (w)">
|
|
|
|
{{t 'USERS' }}
|
|
|
|
</h4>
|
2021-07-06 05:28:25 +02:00
|
|
|
<i id="user_filter_icon" class="fa fa-search"
|
2021-06-29 12:47:35 +02:00
|
|
|
aria-hidden="true" aria-label="{{t 'Search people' }}"
|
|
|
|
data-tippy-content="{{t 'Search people' }} (w)">
|
2021-06-19 01:37:51 +02:00
|
|
|
</i>
|
2016-08-16 01:06:52 +02:00
|
|
|
</div>
|
2019-02-10 19:58:59 +01:00
|
|
|
<div class="input-append notdisplayed" id="user_search_section">
|
2021-06-29 12:47:35 +02:00
|
|
|
<input class="user-list-filter home-page-input" type="text" autocomplete="off" placeholder="{{t 'Search people' }}" />
|
2018-01-04 18:15:42 +01:00
|
|
|
<button type="button" class="btn clear_search_button" id="clear_search_people_button">
|
2018-07-02 02:42:36 +02:00
|
|
|
<i class="fa fa-remove" aria-hidden="true"></i>
|
2017-03-10 08:21:37 +01:00
|
|
|
</button>
|
|
|
|
</div>
|
2019-05-17 23:11:33 +02:00
|
|
|
<div id="buddy_list_wrapper" class="scrolling_list" data-simplebar>
|
2021-09-12 06:31:55 +02:00
|
|
|
<ul id="user_presences" class="filters required-text" data-empty="{{t 'No matching users.' }}"></ul>
|
2018-07-26 19:50:15 +02:00
|
|
|
<div id="buddy_list_wrapper_padding"></div>
|
2018-07-26 20:17:34 +02:00
|
|
|
</div>
|
2017-03-10 08:21:37 +01:00
|
|
|
</div>
|
2021-03-22 20:21:58 +01:00
|
|
|
<div class="right-sidebar-shortcuts">
|
2021-06-29 12:47:35 +02:00
|
|
|
{{#if can_invite_others_to_realm}}
|
|
|
|
<a id="invite-user-link" href="#invite"><i class="fa fa-user-plus" aria-hidden="true"></i>{{t 'Invite more users' }}</a>
|
|
|
|
{{/if}}
|
2021-03-22 20:21:58 +01:00
|
|
|
<a id="sidebar-keyboard-shortcuts" data-overlay-trigger="keyboard-shortcuts">
|
2021-06-29 12:47:35 +02:00
|
|
|
<i class="fa fa-keyboard-o fa-2x tippy-zulip-tooltip" id="keyboard-icon" data-tippy-allowHtml="true" data-tippy-content="{{t 'Keyboard shortcuts' }} <span class='hotkey-hint'>(?)</span>"></i>
|
2021-03-22 20:21:58 +01:00
|
|
|
</a>
|
|
|
|
</div>
|
2017-03-10 08:21:37 +01:00
|
|
|
</div>
|
|
|
|
</div>
|