2012-10-16 06:03:29 +02:00
|
|
|
{# Subscriptions management tab of the app. #}
|
|
|
|
|
2013-02-28 19:04:58 +01:00
|
|
|
<div class="row-fluid">
|
|
|
|
<div class="span12">
|
2012-10-04 22:59:18 +02:00
|
|
|
<div class="subscriptions">
|
2013-01-23 20:26:03 +01:00
|
|
|
<h1>Streams</h1>
|
2012-10-04 22:59:18 +02:00
|
|
|
<div class="alert" id="subscriptions-status"></div>
|
2013-01-16 21:26:55 +01:00
|
|
|
<div id="subs_page_loading_indicator"></div>
|
2013-01-23 18:39:51 +01:00
|
|
|
<table class="table table-condensed table-striped">
|
2013-01-23 19:10:51 +01:00
|
|
|
<tbody id="subscriptions_table">
|
|
|
|
<tr id="create_stream_row"><td>
|
|
|
|
<div class="subscription_table_elem">
|
|
|
|
<form id="add_new_subscription" class="form-inline">
|
|
|
|
<input type="text" name="stream_name" id="create_stream_name"
|
2013-01-25 23:07:11 +01:00
|
|
|
placeholder="Stream name" value="" />
|
2013-01-23 19:10:51 +01:00
|
|
|
<input type="submit" class="btn btn-primary"
|
|
|
|
id="create_stream_button" value="Create stream" />
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
</td></tr>
|
|
|
|
</tbody>
|
2013-01-23 18:39:51 +01:00
|
|
|
</table>
|
2012-10-04 22:59:18 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
2012-08-30 20:00:04 +02:00
|
|
|
</div>
|
2013-01-31 21:01:53 +01:00
|
|
|
|
|
|
|
{% include "zephyr/stream_creation_prompt.html" %}
|