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/queue.html | |
parent | fix cli (diff) | |
download | pyload-6534294c48df5cb89cfff278e4040c0b8f718659.tar.xz |
whites filemanager
Diffstat (limited to 'module/web/templates/default/queue.html')
-rw-r--r-- | module/web/templates/default/queue.html | 30 |
1 files changed, 2 insertions, 28 deletions
diff --git a/module/web/templates/default/queue.html b/module/web/templates/default/queue.html index e72871873..104369c11 100644 --- a/module/web/templates/default/queue.html +++ b/module/web/templates/default/queue.html @@ -14,27 +14,6 @@ document.addEvent("domready", function(){ {% block title %}{{_("Queue")}} - {{super()}} {% endblock %}
{% block subtitle %}{{_("Queue")}}{% endblock %}
-{% block menu %}
-<li>
- <a href="/" title=""><img src="/media/default/img/head-menu-home.png" alt="" /> {{_("Home")}}</a>
-</li>
-<li class="selected">
- <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 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 pageactions %}
<ul id="page-actions-more">
<li id="del_finished"><a style="padding: 0; font-weight: bold;" href="#">{{_("Delete Finished")}}</a></li>
@@ -43,12 +22,7 @@ document.addEvent("domready", function(){ {% endblock %}
{% block content %}
-<div id="load-success" style="opacity: 0; float: right; color: white; background-color: #90ee90; padding: 4px; -moz-border-radius: 5px; border-radius: 5px; font-weight: bold; margin-left: -100%; margin-top: -10px;">{{_("success")}}</div>
-<div id="load-failure" style="opacity: 0; float: right; color: white; background-color: #f08080; padding: 4px; -moz-border-radius: 5px; border-radius: 5px; font-weight: bold; margin-left: -100%; margin-top: -10px;">{{_("failure")}}</div>
-<div id="load-indicator" style="opacity: 0; float: right; margin-top: -10px;">
- <img src="/media/default/img/ajax-loader.gif" alt="" style="padding-right: 5px"/>
- {{_("loading")}}
-</div>
+
<ul id="package-list" style="list-style: none; padding-left: 0; margin-top: -10px;">
{% for id, package in content %}
@@ -82,4 +56,4 @@ document.addEvent("domready", function(){ {% include "default/edit_package.html" %}
-{% endblock %}
\ No newline at end of file +{% endblock %}
|