{% block head %} {% endblock %}
{% block headpanel %} {% if user.is_authenticated %} {% if update %}
{{_("pyLoad Update available!")}}
{% endif %} {% if plugins %}
{{_("Plugins updated, please restart!")}}
{% endif %}
{{_("Captcha waiting")}}
{{user.name}}
{{_("Logout")}}
{% if user.is_admin %}
{{_("Administrate")}}
{% endif %}
{{_("Info")}}
{% else %}
{{_("Please Login!")}}
{% endif %} {% endblock %}
{% macro selected(name, right=False) -%} {% if name in url -%}class="{% if right -%}right {% endif %}selected"{%- endif %} {% if not name in url and right -%}class="right"{%- endif %} {%- endmacro %} {% block menu %}
{{_("Home")}}
{{_("Queue")}}
{{_("Collector")}}
{{_("Downloads")}}
{#
#} {#
{{_("FileManager")}}
#} {#
#}
{{_("Logs")}}
{{_("Config")}}
{% endblock %}
{% if perms.STATUS %}
{{_("Start")}}
{{_("Stop")}}
{{_("Cancel")}}
{{_("Add")}}
{% endif %} {% if perms.LIST %}
{{_("Download:")}}
{% if status.download %}{{_("on")}}{% else %}{{_("off")}}{% endif %}
{{_("Reconnect:")}}
{% if status.reconnect %}{{_("on")}}{% else %}{{_("off")}}{% endif %}
{{_("Speed:")}}
{{ status.speed }}
{{_("Active:")}}
{{ status.active }}
/
{{ status.queue }}
/
{{ status.total }}
{{_("Reload page")}}
{% endif %} {% block pageactions %} {% endblock %}
{% block subtitle %}pyLoad - {{_("Webinterface")}}{% endblock %}
{% block statusbar %} {% endblock %}
Enable JavaScript to use the webinterface.
{% for message in messages %}
{{message}}
{% endfor %}
{{_("loading")}}
{% block content %} {% endblock content %}
© 2008-2011 pyLoad Team
{{_("Back to top")}}
{% include "default/window.html" %} {% include "default/captcha.html" %} {% block hidden %} {% endblock %}