summaryrefslogtreecommitdiffstats
path: root/module/web/templates/default/queue.html
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-01-06 15:58:35 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-01-06 15:58:35 +0100
commitf2d387f8a2915d7be11fe8741fe3b45a0252aa9d (patch)
tree3addd8ba2e1e77c3b01852998df9752ee081e262 /module/web/templates/default/queue.html
parentWebinterface (diff)
downloadpyload-f2d387f8a2915d7be11fe8741fe3b45a0252aa9d.tar.xz
webinterface fix
Diffstat (limited to 'module/web/templates/default/queue.html')
-rw-r--r--module/web/templates/default/queue.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/module/web/templates/default/queue.html b/module/web/templates/default/queue.html
index 3995d0390..b4f1cb278 100644
--- a/module/web/templates/default/queue.html
+++ b/module/web/templates/default/queue.html
@@ -1,3 +1,16 @@
{% extends 'default/base.html' %}
{% block title %}Queue - {{block.super}} {% endblock %}
+
+{% block menu %}
+<li>
+ <a href="{% url home %}" title=""><img src="{{ MEDIA_URL }}img/head-menu-home.png" alt="" /> Home</a>
+</li>
+<li class="selected">
+ <a href="{% url queue %}" title=""><img src="{{ MEDIA_URL }}img/head-menu-download.png" alt="" /> Queue</a></li>
+<li>
+ <a href="{% url downloads %}" title=""><img src="{{ MEDIA_URL }}img/head-menu-development.png" alt="" /> Downloads</a></li>
+<li class="right">
+ <a href="{% url logs %}" class="action index" accesskey="x" rel="nofollow"><img src="{{ MEDIA_URL }}img/head-menu-index.png" alt="" />Logs</a>
+</li>
+{% endblock %} \ No newline at end of file