diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-05-11 20:09:27 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-05-11 20:09:27 +0200 |
commit | 6534294c48df5cb89cfff278e4040c0b8f718659 (patch) | |
tree | 370e7b9e5f9d4d331c55a713396dee47672a67eb /module/web/templates/default/home.html | |
parent | fix cli (diff) | |
download | pyload-6534294c48df5cb89cfff278e4040c0b8f718659.tar.xz |
whites filemanager
Diffstat (limited to 'module/web/templates/default/home.html')
-rw-r--r-- | module/web/templates/default/home.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/module/web/templates/default/home.html b/module/web/templates/default/home.html index b2cef2cb7..927287dfc 100644 --- a/module/web/templates/default/home.html +++ b/module/web/templates/default/home.html @@ -205,6 +205,30 @@ var LinkEntry = new Class({ {{_("Active Downloads")}}
{% endblock %}
+{% block menu %}
+<li class="selected">
+ <a href="/" title=""><img src="/media/default/img/head-menu-home.png" alt="" /> {{_("Home")}}</a>
+</li>
+<li>
+ <a href="/queue/" title=""><img src="/media/default/img/head-menu-queue.png" alt="" /> {{_("Queue")}}</a>
+</li>
+<li>
+ <a href="/collector/" title=""><img src="/media/default/img/head-menu-collector.png" alt="" /> {{_("Collector")}}</a>
+</li>
+<li>
+ <a href="/downloads/" title=""><img src="/media/default/img/head-menu-development.png" alt="" /> {{_("Downloads")}}</a>
+</li>
+<li>
+ <a href="/filemanager/" title=""><img src="/media/default/img/head-menu-download.png" alt="" /> {{_("FileManager")}}</a>
+</li>
+<li class="right">
+ <a href="/logs/" class="action index" accesskey="x" rel="nofollow"><img src="/media/default/img/head-menu-index.png" alt="" />{{_("Logs")}}</a>
+</li>
+<li class="right">
+ <a href="/settings/" class="action index" accesskey="x" rel="nofollow"><img src="/media/default/img/head-menu-config.png" alt="" />{{_("Config")}}</a>
+</li>
+{% endblock %}
+
{% block content %}
<table width="100%" class="queue">
<thead>
|