2012-09-24 17:17:41 +02:00
|
|
|
{% extends "zephyr/base.html" %}
|
|
|
|
|
2012-10-16 06:03:29 +02:00
|
|
|
{# The app itself. #}
|
|
|
|
{# Includes some other templates as tabs. #}
|
2012-11-02 16:59:54 +01:00
|
|
|
|
2013-01-30 23:11:34 +01:00
|
|
|
{% load compressed %}
|
2012-09-06 21:13:15 +02:00
|
|
|
|
2013-05-16 22:42:28 +02:00
|
|
|
{% block page_params %}
|
|
|
|
{# Insert parameters, which have been encoded with JSONEncoderForHTML. #}
|
|
|
|
<script type="text/javascript">
|
|
|
|
{% autoescape off %}
|
|
|
|
var page_params = {{ page_params }};
|
|
|
|
{% endautoescape %}
|
|
|
|
</script>
|
|
|
|
{% endblock %}
|
|
|
|
|
2012-09-24 17:17:41 +02:00
|
|
|
{% block customhead %}
|
2012-10-17 19:52:57 +02:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
2012-10-18 20:23:57 +02:00
|
|
|
|
2013-01-30 23:11:34 +01:00
|
|
|
{% compressed_css 'app' %}
|
|
|
|
<link rel="stylesheet" href="/static/third/spectrum/spectrum.css" />
|
|
|
|
|
2013-05-16 23:35:56 +02:00
|
|
|
<script src="https://ajax.aspnetcdn.com/ajax/jquery.validate/1.9/jquery.validate.min.js"></script>
|
2012-10-31 19:00:40 +01:00
|
|
|
<script type="text/javascript" src="/static/third/jquery/jquery.form.js"></script>
|
|
|
|
<script type="text/javascript" src="/static/third/jquery/jquery.highlight.js"></script>
|
2013-03-14 22:12:25 +01:00
|
|
|
<script type="text/javascript" src="/static/third/jquery/jquery.filedrop.js"></script>
|
2013-02-18 07:47:42 +01:00
|
|
|
<script type="text/javascript" src="/static/third/jcaret/jquery.caret.1.02.min.js"></script>
|
2012-10-31 19:00:40 +01:00
|
|
|
<script type="text/javascript" src="/static/third/xdate/xdate.js"></script>
|
|
|
|
<script type="text/javascript" src="/static/third/spin/spin.min.js"></script>
|
|
|
|
<script type="text/javascript" src="/static/third/jquery-mousewheel/jquery.mousewheel.js"></script>
|
|
|
|
<script type="text/javascript" src="/static/third/jquery-throttle-debounce/jquery.ba-throttle-debounce.min.js"></script>
|
|
|
|
<script type="text/javascript" src="/static/third/jquery.idle/jquery.idle.js"></script>
|
|
|
|
<script type="text/javascript" src="/static/third/jquery-autosize/jquery.autosize.js"></script>
|
2012-11-19 16:47:43 +01:00
|
|
|
<script type="text/javascript" src="/static/third/spectrum/spectrum.js"></script>
|
2013-02-16 11:26:02 +01:00
|
|
|
|
|
|
|
{% if full_handlebars %}
|
|
|
|
<script type="text/javascript" src="/static/third/handlebars/handlebars.js"></script>
|
|
|
|
{% else %}
|
|
|
|
<script type="text/javascript" src="/static/third/handlebars/handlebars.runtime.js"></script>
|
|
|
|
{% endif %}
|
|
|
|
|
2013-05-14 23:14:20 +02:00
|
|
|
{% compressed_js 'app' %}
|
|
|
|
|
|
|
|
{% if debug %}
|
|
|
|
{% compressed_js 'app_debug' %}
|
|
|
|
{% endif %}
|
|
|
|
|
2012-09-24 17:17:41 +02:00
|
|
|
{% endblock %}
|
|
|
|
{% block content %}
|
2013-02-28 19:04:58 +01:00
|
|
|
<div class="container-fluid">
|
2013-01-31 22:32:29 +01:00
|
|
|
{% include "zephyr/navbar.html" %}
|
2013-02-28 19:04:58 +01:00
|
|
|
<div class="row-fluid">
|
|
|
|
<div class="span3 hidden-phone">
|
2013-02-28 18:57:05 +01:00
|
|
|
{% include "zephyr/left-sidebar.html" %}
|
2013-02-21 03:49:18 +01:00
|
|
|
</div><!--/left sidebar-->
|
2013-02-28 19:04:58 +01:00
|
|
|
<div class="span7 tab-content">
|
2012-09-17 20:59:26 +02:00
|
|
|
<div class="tab-pane active" id="home">
|
|
|
|
{% include "zephyr/home.html" %}
|
2012-09-11 21:33:24 +02:00
|
|
|
</div>
|
2012-10-03 22:21:17 +02:00
|
|
|
<div class="tab-pane" id="subscriptions">
|
2012-09-17 20:59:26 +02:00
|
|
|
{% include "zephyr/subscriptions.html" %}
|
2012-09-10 20:31:53 +02:00
|
|
|
</div>
|
2012-10-03 22:21:17 +02:00
|
|
|
<div class="tab-pane" id="settings">
|
2012-09-21 17:28:18 +02:00
|
|
|
{% include "zephyr/settings.html" %}
|
2012-09-17 20:59:26 +02:00
|
|
|
</div>
|
2012-09-26 00:26:35 +02:00
|
|
|
|
|
|
|
{% if show_debug %}
|
2012-10-03 22:21:17 +02:00
|
|
|
<div class="tab-pane" id="debug">
|
2012-09-26 00:26:35 +02:00
|
|
|
{% include "zephyr/debug.html" %}
|
|
|
|
</div>
|
|
|
|
{% endif %}
|
|
|
|
|
2012-09-17 20:59:26 +02:00
|
|
|
</div><!--/tab-content-->
|
2013-02-28 19:04:58 +01:00
|
|
|
<div class="span2 hidden-phone">
|
2013-02-28 18:57:05 +01:00
|
|
|
{% include "zephyr/right-sidebar.html" %}
|
2013-02-21 03:49:18 +01:00
|
|
|
</div><!--/right sidebar-->
|
2012-09-14 21:27:12 +02:00
|
|
|
</div><!--/row-->
|
2012-10-24 22:53:19 +02:00
|
|
|
{% include "zephyr/keyboard_shortcuts.html" %}
|
2012-11-02 22:29:13 +01:00
|
|
|
{% include "zephyr/markdown_help.html" %}
|
2012-12-05 22:48:15 +01:00
|
|
|
{% include "zephyr/invite_user.html" %}
|
2013-03-05 23:45:02 +01:00
|
|
|
{% include "zephyr/logout.html" %}
|
2013-02-28 19:04:58 +01:00
|
|
|
</div>
|
2012-08-28 18:44:51 +02:00
|
|
|
{% endblock %}
|