2016-10-28 02:44:40 +02:00
{{ # with this }}
2017-03-05 04:20:23 +01:00
<div class="subscription_settings" data-stream-id=" {{ stream_id }} ">
2017-04-15 04:20:32 +02:00
<div class="inner-box">
2018-01-03 14:24:49 +01:00
<div class="alert stream_change_property_info"></div>
2017-04-15 04:20:32 +02:00
<div class="stream-header">
{{ # if in vite_only }}
<div class="large-icon lock" style="color: {{ color }} ">
<i class="icon-vector-lock"></i>
</div>
{{ else }}
<div class="large-icon hash" style="color: {{ color }} "></div>
{{ / if }}
<div class="stream-name">
<span class="stream-name-editable editable-section"> {{ name }} </span>
2018-01-03 16:39:02 +01:00
{{ # if can_change_name_description }}
2017-04-15 04:20:32 +02:00
<span class="editable" data-make-editable=".stream-name-editable"></span>
<span class="checkmark" data-finish-editing=".stream-name-editable">✓</span>
{{ / if }}
</div>
2017-12-13 21:37:40 +01:00
<div class="button-group">
2018-02-13 11:47:17 +01:00
{{ # if is_admin }}
<button class="button small rounded btn-danger deactivate" type="button" name="delete_button" title=" {{ t 'Delete stream' }} "> {{ t 'Delete' }} <i class="icon-vector-trash" aria-hidden="true"></i></button>
{{ / if }}
2018-01-04 04:47:51 +01:00
{{ # if should_display_subscription_button }}
2017-12-13 21:37:40 +01:00
<button class="button small rounded subscribe-button sub_unsub_button {{ # unless subscribed }} unsubscribed {{ / unless }} " type="button" name="button" title=" {{ t 'Toggle subscription' }} (S)">
{{ # if subscribed }} {{ # tr oneself }} Unsubscribe {{ / tr }} {{ else }} {{ # tr oneself }} Subscribe {{ / tr }} {{ / if }} </button>
2018-01-04 04:47:51 +01:00
{{ / if }}
2017-12-13 21:37:40 +01:00
<a href=" {{ preview_url }} " class="button small rounded" id="preview-stream-button" role="button" title=" {{ t 'View stream' }} (V)"> {{ t "View stream" }} </a>
</div>
2016-10-28 06:52:17 +02:00
</div>
2018-02-09 16:12:35 +01:00
<div class="stream-description">
<span class="stream-description-editable editable-section description" data-no-description=" {{ t 'No description.' }} "> {{{ rendered_description }}} </span>
2018-01-03 16:39:02 +01:00
{{ # if can_change_name_description }}
2017-04-15 04:20:32 +02:00
<span class="editable" data-make-editable=".stream-description-editable"></span>
<span class="checkmark" data-finish-editing=".stream-description-editable">✓</span>
{{ / if }}
2016-10-28 06:52:17 +02:00
</div>
2018-01-06 12:29:55 +01:00
<div class="subscription-type">
<div class="subscription-type-text">
{{ partial "subscription_type" }}
2017-04-15 04:20:32 +02:00
</div>
2018-01-06 12:29:55 +01:00
{{ # if can_change_subscription_type }}
<a class="change-stream-privacy" data-is-private=" {{ # if can_make_public }} true {{ else }} false {{ / if }} ">[ {{ t "Change" }} ]</a>
{{ / if }}
</div>
<div class="regular_subscription_settings collapse {{ # subscribed }} in {{ / subscribed }} ">
2017-04-15 04:20:32 +02:00
<div class="subscription-config">
2017-08-08 19:13:05 +02:00
<ul class="grey-box">
2017-04-15 04:20:32 +02:00
<li>
<div id="sub_setting_not_in_home_view" class="sub_setting_checkbox sub-mute-setting">
<input id="mutestream- {{ stream_id }} " class="sub_setting_control" type="checkbox" tabindex="-1" {{ # unless in _ home_view }} checked {{ / unless }} />
<label class="subscription-control-label"> {{ t "Mute stream" }} </label>
2018-01-04 17:38:31 +01:00
<p class="mute-note {{ # if in _ home_view }} hide-mute-note {{ / if }} "> {{ t "Muted streams don't show up in \"All messages\" or generate notifications unless you are mentioned." }} </p>
2017-04-15 04:20:32 +02:00
</div>
</li>
<li>
<div id="sub_desktop_notifications_setting"
class="sub_setting_checkbox sub_notification_setting {{ # unless in _ home_view }} muted-sub {{ / unless }} ">
<input id="desktop-notifystream- {{ stream_id }} " class="sub_setting_control" type="checkbox" tabindex="-1" {{ # if desktop_notifications }} checked {{ / if }} {{ # unless in _ home_view }} disabled="disabled" {{ / unless }} />
2017-12-02 05:12:31 +01:00
<label class="subscription-control-label"> {{ t "Visual desktop notifications" }} </label>
2017-04-15 04:20:32 +02:00
</div>
</li>
<li>
<div id="sub_audible_notifications_setting"
class="sub_setting_checkbox sub_notification_setting {{ # unless in _ home_view }} muted-sub {{ / unless }} ">
<input id="audible-notifystream- {{ stream_id }} " class="sub_setting_control" type="checkbox" tabindex="-1" {{ # if audible_notifications }} checked {{ / if }} {{ # unless in _ home_view }} disabled="disabled" {{ / unless }} />
2017-12-02 05:12:31 +01:00
<label class="subscription-control-label"> {{ t "Audible desktop notifications" }} </label>
2017-04-15 04:20:32 +02:00
</div>
2017-08-17 16:55:32 +02:00
</li>
<li>
<div id="sub_push_notifications_setting"
class="sub_setting_checkbox sub_notification_setting {{ # unless in _ home_view }} muted-sub {{ / unless }} ">
<input id="push-notifystream- {{ stream_id }} " class="sub_setting_control" type="checkbox" tabindex="-1" {{ # if push_notifications }} checked {{ / if }} {{ # unless in _ home_view }} disabled="disabled" {{ / unless }} />
2017-12-02 05:12:31 +01:00
<label class="subscription-control-label"> {{ t "Mobile notifications" }} </label>
2017-08-17 16:55:32 +02:00
</div>
2017-04-15 04:20:32 +02:00
</li>
<li>
<div id="sub_pin_setting" class="sub_setting_checkbox">
<input id="pinstream- {{ stream_id }} " class="sub_setting_control" type="checkbox" tabindex="-1" {{ # if pin_to_top }} checked {{ / if }} />
<label class="subscription-control-label"> {{ t "Pin stream to top of left sidebar" }} </label>
</div>
</li>
<li>
<label for="streamcolor" class="subscription-control-label"> {{ t "Stream color" }} </label>
<span class="sub_setting_control">
<input stream_id=" {{ stream_id }} " class="colorpicker" id="streamcolor" type="text" value=" {{ color }} " tabindex="-1" />
</span>
</li>
</ul>
</div>
{{ # if email_address }}
<div class="stream-email-box">
<div class="sub_settings_title"> {{ t "Email address" }} <i class="icon-vector-question-sign stream-email-hint" id="email-address-hint- {{ stream_id }} "></i></div>
<div class="stream-email">
<span class="email-address"> {{ email_address }} </span>
</div>
</div>
{{ / if }}
2016-10-28 06:52:17 +02:00
</div>
2017-04-15 04:20:32 +02:00
{{ # render_subscribers }}
<div class="subscriber_list_settings">
2017-12-29 21:07:37 +01:00
<div class="sub_settings_title float-left">
{{ t "Stream membership" }}
<div class="stream_subscription_info small"></div>
</div>
2017-04-15 04:20:32 +02:00
<div class="subscriber_list_add float-right">
<form class="form-inline">
2017-04-17 23:21:37 +02:00
<input type="text" class="search" placeholder=" {{ t 'Search subscribers' }} " />
2018-01-04 06:21:55 +01:00
{{ # if can_add_subscribers }}
2017-04-15 04:20:32 +02:00
<input type="text" name="principal" placeholder=" {{ t 'Email address' }} " value="" class="input-block" autocomplete="off" tabindex="-1" />
2017-08-23 18:55:56 +02:00
<button type="submit" name="add_subscriber" class="button add-subscriber-button small rounded" tabindex="-1 ">
{{ t 'Add' }}
</button>
2018-01-04 06:21:55 +01:00
{{ / if }}
2017-04-15 04:20:32 +02:00
</form>
</div>
<div class="clear-float"></div>
</div>
<div class="subscriber-list-box">
<div class="subscriber_list_container">
<div class="subscriber_list_loading_indicator"></div>
2018-01-08 13:48:49 +01:00
{{ # if can_add_subscribers }}
2017-04-15 04:20:32 +02:00
<table class="subscriber-list"></table>
2018-01-08 13:48:49 +01:00
{{ else }}
<div class="hide-subscriber-list">
2018-02-07 01:34:48 +01:00
{{ t "This stream is private, so you can't see who is subscribed." }}
2018-01-08 13:48:49 +01:00
</div>
{{ / if }}
2017-04-15 04:20:32 +02:00
</div>
</div>
{{ / render_subscribers }}
2016-10-28 06:52:17 +02:00
</div>
</div>
2016-10-28 02:44:40 +02:00
{{ / with }}