From 2cf160d497e501bf254bd8be054c0f5880ab90ca Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sat, 8 Jun 2013 17:37:43 +0200 Subject: restructured webui to single-page-app, removed jinja --- .../web/app/templates/default/header/layout.html | 62 ++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 module/web/app/templates/default/header/layout.html (limited to 'module/web/app/templates/default/header/layout.html') diff --git a/module/web/app/templates/default/header/layout.html b/module/web/app/templates/default/header/layout.html new file mode 100644 index 000000000..890a5b018 --- /dev/null +++ b/module/web/app/templates/default/header/layout.html @@ -0,0 +1,62 @@ +
+ + pyLoad +
+
+
+ + + +
+
+
+

+ Running... + +

+
+
    +
    +
    +
    +
    +
    +
    +
    + Max. Speed:
    + Running:
    + Reconnect:
    +
    + +
    + +
    + +
    + + + +
    +
    + +
    +
    +
    \ No newline at end of file -- cgit v1.2.3