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">
|
2022-10-05 18:01:51 +02:00
|
|
|
<h4 class='sidebar-title' data-tooltip-template-id="search-people-tooltip-template"
|
|
|
|
id='userlist-title'>
|
2021-11-21 16:17:01 +01:00
|
|
|
{{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' }}"
|
2022-10-05 18:01:51 +02:00
|
|
|
data-tooltip-template-id="search-people-tooltip-template">
|
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}}
|
2022-10-11 18:02:39 +02:00
|
|
|
<a class="invite-user-link" role="button"><i class="fa fa-user-plus" aria-hidden="true"></i>{{t 'Invite more users' }}</a>
|
2021-06-29 12:47:35 +02:00
|
|
|
{{/if}}
|
2022-01-20 10:30:09 +01:00
|
|
|
<a id="sidebar-keyboard-shortcuts" data-overlay-trigger="keyboard-shortcuts" class="hidden-for-spectators">
|
2022-09-28 19:50:57 +02:00
|
|
|
<i class="fa fa-keyboard-o fa-2x tippy-zulip-tooltip" id="keyboard-icon" data-tooltip-template-id="keyboard-icon-tooltip-template"></i>
|
2021-03-22 20:21:58 +01:00
|
|
|
</a>
|
2023-05-01 23:27:07 +02:00
|
|
|
{{#if realm_rendered_description}}
|
2022-01-20 10:30:09 +01:00
|
|
|
<div class="only-visible-for-spectators">
|
|
|
|
<div class="realm-description">
|
2022-05-05 06:50:20 +02:00
|
|
|
<div class="rendered_markdown">{{rendered_markdown realm_rendered_description }}</div>
|
2022-01-20 10:30:09 +01:00
|
|
|
</div>
|
|
|
|
</div>
|
2023-05-01 23:27:07 +02:00
|
|
|
{{/if}}
|
2021-03-22 20:21:58 +01:00
|
|
|
</div>
|
2017-03-10 08:21:37 +01:00
|
|
|
</div>
|
|
|
|
</div>
|