2013-08-13 12:52:26 +02:00
|
|
|
<div class="right-sidebar" id="right-sidebar">
|
2016-08-16 01:06:52 +02:00
|
|
|
<div class="alert-box">
|
2013-06-11 16:41:02 +02:00
|
|
|
<div class="alert alert_sidebar alert-error home-error-bar" id="connection-error">
|
2016-10-13 14:31:53 +02:00
|
|
|
{% trans %}<strong>Unable to connect to {{ product_name }}.</strong> Updates may be delayed.{% endtrans %}
|
|
|
|
<br /><br /> {{ _('Retrying soon...') }} <br /><br /> <a class="restart_get_updates_button">{{ _('Try now.') }}</a>
|
2013-06-11 16:41:02 +02:00
|
|
|
</div>
|
2013-06-18 20:03:46 +02:00
|
|
|
<div class="alert alert_sidebar alert-error home-error-bar" id="get_old_messages_error">
|
2016-10-13 14:31:53 +02:00
|
|
|
{% trans %}<strong>Unable to connect to {{ product_name }}.</strong> Could not fetch messages.{% endtrans %}
|
|
|
|
<br /><br /> {{ _('Retrying soon...') }} <br /><br />
|
2013-06-18 20:03:46 +02:00
|
|
|
</div>
|
2013-07-31 23:01:24 +02:00
|
|
|
<div class="alert alert_sidebar alert-error home-error-bar" id="zephyr-mirror-error">
|
2017-01-29 03:29:08 +01:00
|
|
|
{# The below isn't tagged for translation
|
|
|
|
intentionally, because the feature is only used at
|
|
|
|
MIT. #}
|
|
|
|
<strong>Your Zephyr mirror is not working.</strong>
|
|
|
|
<span id="normal-zephyr-mirror-error-text">
|
|
|
|
We recommend that
|
|
|
|
you <a class="webathena_login">give Zulip the
|
|
|
|
ability to mirror the messages for you via
|
2013-08-27 22:07:59 +02:00
|
|
|
WebAthena</a>. If you'd prefer, you can instead
|
2017-01-29 03:29:08 +01:00
|
|
|
<a href="/zephyr-mirror" target="_blank">run the
|
|
|
|
Zephyr mirror script yourself</a> in a screen
|
|
|
|
session.</span>
|
|
|
|
<span id="desktop-zephyr-mirror-error-text" class="notdisplayed">To fix
|
|
|
|
this, you'll need to use the web interface.</span>
|
2013-07-31 23:01:24 +02:00
|
|
|
</div>
|
|
|
|
<div class="alert alert_sidebar alert-error home-error-bar" id="home-error"></div>
|
|
|
|
<div class="alert alert_sidebar alert-error home-error-bar" id="reloading-application"></div>
|
2016-08-16 01:06:52 +02:00
|
|
|
</div>
|
|
|
|
<div class="sidebar-items">
|
2013-11-13 16:59:03 +01:00
|
|
|
{% if enable_feedback %}
|
2013-05-13 23:03:50 +02:00
|
|
|
<div id="feedback_section">
|
2014-03-05 20:39:57 +01:00
|
|
|
<button type="button" class="btn btn-default btn-large" id="feedback_button">
|
2016-04-21 08:48:33 +02:00
|
|
|
<i class="icon-vector-comment"></i> {{ _('Send feedback') }}
|
2013-05-13 23:03:50 +02:00
|
|
|
</button>
|
|
|
|
</div>
|
2013-11-13 16:59:03 +01:00
|
|
|
{% endif %}
|
2013-09-12 22:02:55 +02:00
|
|
|
<div id="user-list">
|
|
|
|
<div id="userlist-header">
|
2016-04-21 08:48:33 +02:00
|
|
|
<h4 class='sidebar-title' id='userlist-title'>{{ _('USERS') }}</h4>
|
2013-09-12 22:02:55 +02:00
|
|
|
</div>
|
2016-06-13 08:40:35 +02:00
|
|
|
<input class="user-list-filter" type="text" placeholder="{{ _('Search people') }}" />
|
2013-09-12 22:02:55 +02:00
|
|
|
<ul id="user_presences" class="filters scrolling_list"></ul>
|
2013-06-24 22:22:16 +02:00
|
|
|
{% if show_invites %}
|
2016-06-02 21:15:37 +02:00
|
|
|
<a id="invite-user-link" href="#invite-user" data-toggle="modal"><i class="icon-vector-plus-sign"></i>{{ _('Invite more users') }}</a>
|
2013-06-24 22:22:16 +02:00
|
|
|
{% endif %}
|
2013-09-12 22:02:55 +02:00
|
|
|
</div>
|
2013-10-18 00:56:49 +02:00
|
|
|
<div id="group-pm-list">
|
|
|
|
<div id="group-pm-header">
|
2016-04-21 08:48:33 +02:00
|
|
|
<h4 class='sidebar-title' id='group-pm-title'>{{ _('GROUP PMs') }}</h4>
|
2013-10-18 00:56:49 +02:00
|
|
|
</div>
|
|
|
|
<ul id="group-pms" class="filters scrolling_list">
|
|
|
|
</ul>
|
|
|
|
</div>
|
2016-08-16 01:06:52 +02:00
|
|
|
</div>
|
2013-02-28 18:57:05 +01:00
|
|
|
</div>
|