diff options
author | 2012-08-14 22:37:58 +0200 | |
---|---|---|
committer | 2012-08-14 22:37:58 +0200 | |
commit | 90ba0c9f3adccd02b62ec3ca6b4af849a7253d14 (patch) | |
tree | 530b331524af0d7d1b1f8234bb73548f029bf430 /module/web/templates/default/base.html | |
parent | Merge (diff) | |
download | pyload-90ba0c9f3adccd02b62ec3ca6b4af849a7253d14.tar.xz |
first Design of Queue and Settings
Diffstat (limited to 'module/web/templates/default/base.html')
-rw-r--r-- | module/web/templates/default/base.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/module/web/templates/default/base.html b/module/web/templates/default/base.html index d5d51d989..a2093a93a 100644 --- a/module/web/templates/default/base.html +++ b/module/web/templates/default/base.html @@ -17,10 +17,7 @@ <script type="text/javascript" src="static/js/libs/underscore-min.js"></script>
<script type="text/javascript" src="static/js/libs/backbone-min.js"></script>
-
-
<title>{% block title %}pyLoad {{ _("Webinterface") }}{% endblock %}</title>
-
{% block head %}
{% endblock %}
</head>
@@ -64,6 +61,8 @@ </header>
<div id="push"></div>
<div id="content">
+ {% block pageactions %}
+ {% endblock pageactions %}
<a href="#test" class="nyroModal">DOM Element (hidden div)</a>
<div id="test" style="display: none; width: 600px;">
<a href="demoSent.php" class="nyroModal">Open a new modal</a><br />
|