From 83d8d203685cac3f5aed3872897463c7afa50810 Mon Sep 17 00:00:00 2001 From: godofdream Date: Mon, 5 Nov 2012 15:15:17 +0100 Subject: new Setup system, JQuery Web-If --- module/web/templates/mobile/login.html | 30 ++++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) (limited to 'module/web/templates/mobile/login.html') diff --git a/module/web/templates/mobile/login.html b/module/web/templates/mobile/login.html index 5a1625f43..5821cc0c8 100644 --- a/module/web/templates/mobile/login.html +++ b/module/web/templates/mobile/login.html @@ -1,5 +1,31 @@ {% extends 'mobile/base.html' %} {% block title %}{{_("Login")}} - {{super()}} {% endblock %} + +{% block header %} +

+ PyLoad Login +

+{% endblock %} + {% block content %} -

Test test sd

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