From 7bc7de7332670f692eda576787e671c2eba0e5bb Mon Sep 17 00:00:00 2001 From: godofdream Date: Fri, 17 Aug 2012 01:29:03 +0200 Subject: added division into default template and mobile template, added Base site --- module/web/templates/default_mobile/base.html | 84 +++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 module/web/templates/default_mobile/base.html (limited to 'module/web/templates/default_mobile/base.html') diff --git a/module/web/templates/default_mobile/base.html b/module/web/templates/default_mobile/base.html new file mode 100644 index 000000000..d2fec8f2e --- /dev/null +++ b/module/web/templates/default_mobile/base.html @@ -0,0 +1,84 @@ + + + + + + {% block title %}pyLoad {{ _("Webinterface") }}{% endblock %} + + + + + + {% block head %} + {% endblock %} + + + +{% block content %} + +
+
+
+ +
+
+
+

+ Package1 +

+
+
+

+ Package2 +

+
+
+

+ Package3 +

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