From b4aa60892fb60efd57f593006f35f94868a646da Mon Sep 17 00:00:00 2001 From: RaNaN Date: Fri, 5 Feb 2010 22:08:48 +0100 Subject: FlashGot + ClickNLoad Support + Webif. improvm.!! pyLoad FTW !! --- module/web/templates/default/settings.html | 32 ++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 module/web/templates/default/settings.html (limited to 'module/web/templates/default/settings.html') diff --git a/module/web/templates/default/settings.html b/module/web/templates/default/settings.html new file mode 100644 index 000000000..ab144bed6 --- /dev/null +++ b/module/web/templates/default/settings.html @@ -0,0 +1,32 @@ +{% extends 'default/base.html' %} +{% load i18n %} + +{% block title %}{% trans "Config" %} - {{block.super}} {% endblock %} +{% block subtitle %}{% trans "Config" %}{% endblock %} + +{% block menu %} +
  • + {% trans "Home" %} +
  • +
  • + {% trans "Queue" %} +
  • +
  • + {% trans "Collector" %} +
  • +
  • + {% trans "Downloads" %} +
  • +
  • + {% trans "Logs" %} +
  • +
  • + {% trans "Config" %} +
  • +{% endblock %} + +{% block content %} + +

    Coming Soon.

    + +{% endblock %} \ No newline at end of file -- cgit v1.2.3