2012-10-16 06:03:29 +02:00
|
|
|
{# Home tab of the app, containing messages. #}
|
2017-10-20 22:08:00 +02:00
|
|
|
<div class="message_area_padder message_list" id="main_div">
|
|
|
|
<div class="top-messages-logo">
|
2018-07-06 23:18:17 +02:00
|
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 40 40" version="1.1">
|
2017-10-20 22:08:00 +02:00
|
|
|
<g transform="translate(-297.14285,-466.64792)">
|
2017-11-30 01:01:51 +01:00
|
|
|
<circle cx="317.14285" cy="486.64792" r="19.030317" style="stroke-width:1.93936479;"/>
|
|
|
|
<path d="m309.24286 477.14791 14.2 0 1.6 3.9-11.2 11.9 9.6 0 1.6 3.2-14.2 0-1.6-3.9 11.2-11.9-9.6 0z"/>
|
2017-10-20 22:08:00 +02:00
|
|
|
</g>
|
|
|
|
</svg>
|
|
|
|
</div>
|
2020-06-09 17:32:38 +02:00
|
|
|
<div id="loading_older_messages_indicator"></div>
|
2018-10-01 20:27:22 +02:00
|
|
|
<div class="history-limited-box">
|
|
|
|
<p>
|
2018-12-14 01:45:32 +01:00
|
|
|
<i class="fa fa-exclamation-circle" aria-hidden="true"></i>
|
2018-10-01 20:27:22 +02:00
|
|
|
{% trans %}
|
2018-12-14 01:45:32 +01:00
|
|
|
Some older messages are unavailable.
|
|
|
|
<a href="/plans/" target="_blank">Upgrade your organization</a>
|
|
|
|
to access your full message history.
|
2018-10-01 20:27:22 +02:00
|
|
|
{% endtrans %}
|
|
|
|
</p>
|
|
|
|
</div>
|
2019-08-13 21:03:48 +02:00
|
|
|
<div class="all-messages-search-caution" hidden>
|
|
|
|
<p>
|
|
|
|
<i class="fa fa-exclamation-circle" aria-hidden="true"></i>
|
|
|
|
{% trans %}
|
2019-12-11 03:35:03 +01:00
|
|
|
End of results from your
|
|
|
|
<a href="/help/search-for-messages#searching-shared-history"
|
2020-03-03 14:11:13 +01:00
|
|
|
target="_blank">history</a>.
|
2019-12-11 03:35:03 +01:00
|
|
|
Consider <a class="search-shared-history" href="">searching all public streams</a>.
|
2019-08-13 21:03:48 +02:00
|
|
|
{% endtrans %}
|
|
|
|
</p>
|
|
|
|
</div>
|
2017-10-20 22:08:00 +02:00
|
|
|
<div id="page_loading_indicator"></div>
|
|
|
|
<div id="empty_narrow_message" class="empty_feed_notice">
|
2016-04-21 08:48:33 +02:00
|
|
|
<h4>{{ _("Nothing's been sent here yet!") }}</h4>
|
2013-02-23 19:38:25 +01:00
|
|
|
|
2017-10-20 22:08:00 +02:00
|
|
|
<p>
|
|
|
|
{% trans %}
|
|
|
|
Why not <a href="#" class="empty_feed_compose_stream">
|
|
|
|
start the conversation</a>?
|
|
|
|
{% endtrans %}
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
<div id="empty_narrow_all_private_message" class="empty_feed_notice">
|
2016-04-21 08:48:33 +02:00
|
|
|
<h4>{{ _('You have no private messages yet!') }}</h4>
|
2013-03-29 19:55:28 +01:00
|
|
|
|
2017-10-20 22:08:00 +02:00
|
|
|
<p>
|
|
|
|
{% trans %}
|
|
|
|
Why not <a href="#" class="empty_feed_compose_private">
|
|
|
|
start the conversation</a>?
|
|
|
|
{% endtrans %}
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
<div id="empty_narrow_private_message" class="empty_feed_notice">
|
2016-04-21 08:48:33 +02:00
|
|
|
<h4>{{ _('You have no private messages with this person yet!') }}</h4>
|
2013-04-02 20:57:53 +02:00
|
|
|
|
2017-10-20 22:08:00 +02:00
|
|
|
<p>
|
|
|
|
{% trans %}
|
|
|
|
Why not <a href="#" class="empty_feed_compose_private">
|
|
|
|
start the conversation</a>?
|
|
|
|
{% endtrans %}
|
|
|
|
</p>
|
|
|
|
</div>
|
2018-11-28 20:59:16 +01:00
|
|
|
<div id="empty_narrow_self_private_message" class="empty_feed_notice">
|
|
|
|
<h4>{{ _('You have not sent any private messages to yourself yet!') }}</h4>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
{% trans %}
|
|
|
|
Why not <a href="#" class="empty_feed_compose_private">
|
|
|
|
start a conversation with yourself</a>?
|
|
|
|
{% endtrans %}
|
|
|
|
</p>
|
|
|
|
</div>
|
2017-10-20 22:08:00 +02:00
|
|
|
<div id="empty_narrow_group_private_message" class="empty_feed_notice">
|
2017-09-24 19:26:51 +02:00
|
|
|
<h4>{{ _('You have no group private messages with this person yet!') }}</h4>
|
|
|
|
|
2017-10-20 22:08:00 +02:00
|
|
|
<p>
|
|
|
|
{% trans %}
|
|
|
|
Why not <a href="#" class="empty_feed_compose_private">
|
|
|
|
start the conversation</a>?
|
|
|
|
{% endtrans %}
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
<div id="empty_narrow_multi_private_message" class="empty_feed_notice">
|
2016-04-21 08:48:33 +02:00
|
|
|
<h4>{{ _('You have no private messages with these people yet!') }}</h4>
|
2013-04-02 20:57:53 +02:00
|
|
|
|
2017-10-20 22:08:00 +02:00
|
|
|
<p>
|
|
|
|
{% trans %}
|
|
|
|
Why not <a href="#" class="empty_feed_compose_private">
|
|
|
|
start the conversation</a>?
|
|
|
|
{% endtrans %}
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
<div id="silent_user" class="empty_feed_notice">
|
2016-07-29 16:15:50 +02:00
|
|
|
<h4>{{ _("You haven't received any messages sent by this user yet!") }}</h4>
|
2017-10-20 22:08:00 +02:00
|
|
|
</div>
|
|
|
|
<div id="non_existing_user" class="empty_feed_notice">
|
2016-07-29 16:15:50 +02:00
|
|
|
<h4>{{ _("This user does not exist!") }}</h4>
|
2017-10-20 22:08:00 +02:00
|
|
|
</div>
|
2018-05-28 14:10:33 +02:00
|
|
|
<div id="non_existing_users" class="empty_feed_notice">
|
|
|
|
<h4>{{ _("One or more of these users do not exist!") }}</h4>
|
|
|
|
</div>
|
2017-10-20 22:08:00 +02:00
|
|
|
<div id="nonsubbed_stream_narrow_message" class="empty_feed_notice">
|
2016-03-22 16:50:09 +01:00
|
|
|
<h4>{{ _("You aren't subscribed to this stream and nobody has talked about that yet!") }}</h4>
|
2017-10-08 03:43:46 +02:00
|
|
|
<div class="sub_button_row new-style">
|
|
|
|
<button class="button white rounded stream_sub_unsub_button sea-green" type="button" name="subscription">
|
2017-10-20 22:08:00 +02:00
|
|
|
{{ _('Subscribe') }}
|
|
|
|
</button>
|
2016-03-22 16:50:09 +01:00
|
|
|
</div>
|
2017-10-20 22:08:00 +02:00
|
|
|
</div>
|
|
|
|
<div id="nonsubbed_private_nonexistent_stream_narrow_message" class="empty_feed_notice">
|
2017-12-11 07:53:11 +01:00
|
|
|
<h4>{{ _("This stream does not exist or is private.") }}</h4>
|
2017-10-20 22:08:00 +02:00
|
|
|
</div>
|
|
|
|
<div id="empty_star_narrow_message" class="empty_feed_notice">
|
2016-04-21 08:48:33 +02:00
|
|
|
<h4>{{ _("You haven't starred anything yet!") }}</h4>
|
2017-09-02 07:29:08 +02:00
|
|
|
|
2017-10-20 22:08:00 +02:00
|
|
|
<p>
|
|
|
|
{% trans %}
|
2018-03-04 23:28:10 +01:00
|
|
|
Learn more about starring messages <a href="/help/star-a-message">
|
|
|
|
here</a>.
|
2017-10-20 22:08:00 +02:00
|
|
|
{% endtrans %}
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
<div id="no_unread_narrow_message" class="empty_feed_notice">
|
2017-06-18 23:50:00 +02:00
|
|
|
<h4>{{ _("You have no unread messages!") }}</h4>
|
2017-10-20 22:08:00 +02:00
|
|
|
</div>
|
|
|
|
<div id="empty_narrow_all_mentioned" class="empty_feed_notice">
|
2017-01-29 00:08:08 +01:00
|
|
|
<h4>{{ _("You haven't been mentioned yet!") }}</h4>
|
2017-09-02 07:29:08 +02:00
|
|
|
|
2017-10-20 22:08:00 +02:00
|
|
|
<p>
|
|
|
|
{% trans %}
|
2019-03-04 04:44:37 +01:00
|
|
|
Learn more about mentions <a href="/help/mention-a-user-or-group">
|
2018-03-04 23:28:10 +01:00
|
|
|
here</a>.
|
2017-10-20 22:08:00 +02:00
|
|
|
{% endtrans %}
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
<div id="empty_search_narrow_message" class="empty_feed_notice">
|
2019-02-14 04:46:09 +01:00
|
|
|
<h4>{{ _('No search results') }}</h4>
|
|
|
|
<p><span id="empty_search_stop_words_string" class="empty_search_text"></span></p>
|
2012-10-11 20:58:44 +02:00
|
|
|
</div>
|
2018-11-10 18:27:16 +01:00
|
|
|
<div class="message_table focused_table" id="zhome" role="list" aria-live="polite" aria-label="{{ _('Messages') }}">
|
2017-10-20 22:08:00 +02:00
|
|
|
</div>
|
2018-11-10 18:27:16 +01:00
|
|
|
<div class="message_table" id="zfilt" role="list" aria-live="polite" aria-label="{{ _('Messages') }}">
|
2017-10-20 22:08:00 +02:00
|
|
|
</div>
|
|
|
|
<div id="typing_notifications">
|
|
|
|
</div>
|
2020-05-26 16:27:06 +02:00
|
|
|
<div id="bottom_whitespace">
|
|
|
|
<div class="bottom-messages-logo">
|
|
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 40 40" version="1.1">
|
|
|
|
<g transform="translate(-297.14285,-466.64792)">
|
|
|
|
<circle cx="317.14285" cy="486.64792" r="19.030317" style="stroke-width:1.93936479;"/>
|
|
|
|
<path d="m309.24286 477.14791 14.2 0 1.6 3.9-11.2 11.9 9.6 0 1.6 3.2-14.2 0-1.6-3.9 11.2-11.9-9.6 0z"/>
|
|
|
|
</g>
|
|
|
|
</svg>
|
|
|
|
</div>
|
|
|
|
<div id="loading_newer_messages_indicator"></div>
|
|
|
|
</div>
|
2017-10-20 22:08:00 +02:00
|
|
|
</div>
|
2013-08-13 12:52:26 +02:00
|
|
|
|
2012-09-17 20:59:26 +02:00
|
|
|
|
2018-04-22 07:02:19 +02:00
|
|
|
{% include "zerver/app/message_history.html" %}
|
|
|
|
{% include "zerver/app/delete_message.html" %}
|
|
|
|
{% include "zerver/app/compose.html" %}
|
2013-01-31 21:09:23 +01:00
|
|
|
<div id="notifications-area">
|
|
|
|
</div>
|