summaryrefslogtreecommitdiffstats
path: root/module/web/templates/default/app.html
diff options
context:
space:
mode:
authorGravatar godofdream <soilfiction@gmail.com> 2012-08-16 17:48:39 +0200
committerGravatar godofdream <soilfiction@gmail.com> 2012-08-16 17:48:39 +0200
commitd8119f648e63a4728433e67e79d2a99296a8c2c1 (patch)
treeb965abb3d9597305828b3c44a82745c0ef549a4e /module/web/templates/default/app.html
parentimproved QueueLayout (diff)
downloadpyload-d8119f648e63a4728433e67e79d2a99296a8c2c1.tar.xz
Added Mobile WebIf, some Layouting
Diffstat (limited to 'module/web/templates/default/app.html')
-rw-r--r--module/web/templates/default/app.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/module/web/templates/default/app.html b/module/web/templates/default/app.html
new file mode 100644
index 000000000..306f4b8bf
--- /dev/null
+++ b/module/web/templates/default/app.html
@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="utf-8" />
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
+ <title>{% block title %}pyLoad {{ _("Webinterface") }}{% endblock %}</title>
+ <link href="static/css/default/my.css" rel="stylesheet" type="text/css"/>
+ <link href="static/css/jquery.mobile-1.1.1.min.css" rel="stylesheet" type="text/css"/>
+ <script type="text/javascript" src="static/js/libs/jquery-1.8.0.min.js"></script>
+ <script type="text/javascript" src="static/js/libs/jquery.mobile-1.1.1.min.js"></script>
+ <script type="text/javascript" src="static/js/libs/my.js"></script>
+ {% block head %}
+ {% endblock %}
+ </head>
+ <body>
+ {% block content %}
+ {% endblock content %}
+ </body>
+</html> \ No newline at end of file