From 8446e16346ece5a934550f69e81d0cad528f7fba Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Sat, 19 Jul 2014 02:38:53 +0200 Subject: New web structure + related code improvements and fixes + added flat and dark themes + updated js --- module/web/themes/default/tml/home.html | 266 ++++++++++++++++++++++++++++++++ 1 file changed, 266 insertions(+) create mode 100644 module/web/themes/default/tml/home.html (limited to 'module/web/themes/default/tml/home.html') diff --git a/module/web/themes/default/tml/home.html b/module/web/themes/default/tml/home.html new file mode 100644 index 000000000..91c9cdb8a --- /dev/null +++ b/module/web/themes/default/tml/home.html @@ -0,0 +1,266 @@ +{% extends '/default/tml/base.html' %} +{% block head %} + + + +{% endblock %} + +{% block subtitle %} +{{_("Active Downloads")}} +{% endblock %} + +{% block menu %} +
  • + {{_("Home")}} +
  • +
  • + {{_("Queue")}} +
  • +
  • + {{_("Collector")}} +
  • +
  • + {{_("Downloads")}} +
  • +{#
  • #} +{# {{_("FileManager")}}#} +{#
  • #} +
  • + {{_("Logs")}} +
  • +
  • + {{_("Config")}} +
  • +{% endblock %} + +{% block content %} + + + + + + + + + + + + + {% for link in content %} + + + + + + + + + + + {% endfor %} + + +
    {{_("Name")}}{{_("Status")}}{{_("Information")}}{{_("Size")}}{{_("Progress")}}
    +{% endblock %} -- cgit v1.2.3