2015-11-03 09:37:07 +01:00
|
|
|
{% load i18n %}
|
2013-08-13 12:52:26 +02:00
|
|
|
<div class="right-sidebar" id="right-sidebar">
|
2013-06-11 16:41:02 +02:00
|
|
|
<div class="alert alert_sidebar alert-error home-error-bar" id="connection-error">
|
2015-11-03 09:37:07 +01:00
|
|
|
<strong>{% trans 'Unable to connect to' %} {{product_name}}.</strong> {% trans 'Updates may be delayed' %}.
|
|
|
|
<br /><br /> {% trans 'Retrying soon' %}... <br /><br /> <a class="restart_get_updates_button">{% trans '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">
|
2015-11-03 09:37:07 +01:00
|
|
|
<strong>{% trans 'Unable to connect to' %} {{product_name}}.</strong> {% trans 'Could not fetch messages' %}.
|
|
|
|
<br /><br /> {% trans '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">
|
2015-11-03 09:37:07 +01:00
|
|
|
<strong>{% trans 'Your Zephyr mirror is not working' %}.</strong>
|
|
|
|
<span id="normal-zephyr-mirror-error-text">{% blocktrans %}We
|
2013-08-28 00:03:29 +02:00
|
|
|
recommend that you <a class="webathena_login">give
|
2014-07-15 23:21:03 +02:00
|
|
|
{{product_name}} 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
|
2013-08-27 17:28:11 +02:00
|
|
|
<a href="/zephyr-mirror" target="_blank">run the Zephyr mirror script yourself</a>
|
2015-11-03 09:37:07 +01:00
|
|
|
in a screen session{% endblocktrans %}.</span>
|
|
|
|
<span id="desktop-zephyr-mirror-error-text" class="notdisplayed">{% blocktrans %}To fix
|
2013-08-27 22:07:59 +02:00
|
|
|
this, you'll need
|
2015-11-03 09:37:07 +01:00
|
|
|
to use <a href="https://zephyr.zulip.com">the web interface</a>{% endblocktrans %}</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>
|
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">
|
2015-11-03 09:37:07 +01:00
|
|
|
<i class="icon-vector-comment"></i> {% trans '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">
|
2015-11-03 09:37:07 +01:00
|
|
|
<h4 class='sidebar-title' id='userlist-title'>{% trans 'USERS' %}</h4>
|
2013-09-12 22:02:55 +02:00
|
|
|
</div>
|
2014-01-14 17:08:59 +01: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 %}
|
2015-11-03 09:37:07 +01:00
|
|
|
<a id="invite-user-link" href="#invite-user" data-toggle="modal"><i class="icon-vector-plus-sign"></i>{% trans 'Invite coworkers' %}</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">
|
2015-11-03 09:37:07 +01:00
|
|
|
<h4 class='sidebar-title' id='group-pm-title'>{% trans 'GROUP PMs' %}</h4>
|
2013-10-18 00:56:49 +02:00
|
|
|
</div>
|
|
|
|
<ul id="group-pms" class="filters scrolling_list">
|
|
|
|
</ul>
|
|
|
|
</div>
|
2013-02-28 18:57:05 +01:00
|
|
|
</div>
|