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}}
|
2022-01-20 10:30:09 +01:00
|
|
|
<a id="sidebar-keyboard-shortcuts" data-overlay-trigger="keyboard-shortcuts" class="hidden-for-spectators">
|
2022-03-02 23:06:33 +01:00
|
|
|
<i class="fa fa-keyboard-o fa-2x tippy-zulip-tooltip" id="keyboard-icon" data-tooltip-template-id="keyboard-icon-tooltip"></i>
|
|
|
|
<template id="keyboard-icon-tooltip">{{t 'Keyboard shortcuts' }} <span class="hotkey-hint">(?)</span></template>
|
2021-03-22 20:21:58 +01:00
|
|
|
</a>
|
2022-01-20 10:30:09 +01:00
|
|
|
<div class="only-visible-for-spectators">
|
|
|
|
<div class="realm-description">
|
2022-02-15 10:58:53 +01:00
|
|
|
<div class="rendered_markdown">{{rendered_markdown realm_description }}</div>
|
2022-03-01 20:51:00 +01:00
|
|
|
<hr />
|
2022-01-20 10:30:09 +01:00
|
|
|
<a href="/register" class="signup_button color_animated_button">
|
|
|
|
<i class="fa fa-pencil-square-o"></i>
|
|
|
|
<span>{{t 'Sign up' }}</span>
|
|
|
|
</a>
|
2022-04-27 08:56:19 +02:00
|
|
|
<a class="login_button color_animated_button">
|
2022-01-20 10:30:09 +01:00
|
|
|
<i class="fa fa-sign-in"></i>
|
|
|
|
<span>{{t 'Log in' }}</span>
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
2021-03-22 20:21:58 +01:00
|
|
|
</div>
|
2017-03-10 08:21:37 +01:00
|
|
|
</div>
|
|
|
|
</div>
|