From 6a997661dc5c259f844531382a90a4ca120f1233 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sun, 29 Sep 2013 13:03:17 +0200 Subject: basics for web setup --- .../web/app/templates/default/setup/actionbar.html | 24 ++++++++++++++++++++++ pyload/web/app/templates/default/setup/layout.html | 7 +++++++ pyload/web/app/templates/default/setup/system.html | 5 +++++ .../web/app/templates/default/setup/welcome.html | 16 +++++++++++++++ 4 files changed, 52 insertions(+) create mode 100644 pyload/web/app/templates/default/setup/actionbar.html create mode 100644 pyload/web/app/templates/default/setup/layout.html create mode 100644 pyload/web/app/templates/default/setup/system.html create mode 100644 pyload/web/app/templates/default/setup/welcome.html (limited to 'pyload/web/app/templates/default/setup') diff --git a/pyload/web/app/templates/default/setup/actionbar.html b/pyload/web/app/templates/default/setup/actionbar.html new file mode 100644 index 000000000..b109025b7 --- /dev/null +++ b/pyload/web/app/templates/default/setup/actionbar.html @@ -0,0 +1,24 @@ + \ No newline at end of file diff --git a/pyload/web/app/templates/default/setup/layout.html b/pyload/web/app/templates/default/setup/layout.html new file mode 100644 index 000000000..7b75e53b1 --- /dev/null +++ b/pyload/web/app/templates/default/setup/layout.html @@ -0,0 +1,7 @@ +
+

+ {{ _ "Setup" }} +

+
+
+
\ No newline at end of file diff --git a/pyload/web/app/templates/default/setup/system.html b/pyload/web/app/templates/default/setup/system.html new file mode 100644 index 000000000..84a217b19 --- /dev/null +++ b/pyload/web/app/templates/default/setup/system.html @@ -0,0 +1,5 @@ +

{{ _ "System" }}

+ +

{{_ "Dependencies" }}

+ +

{{ _ "Optional" }}

\ No newline at end of file diff --git a/pyload/web/app/templates/default/setup/welcome.html b/pyload/web/app/templates/default/setup/welcome.html new file mode 100644 index 000000000..f5c5af4d7 --- /dev/null +++ b/pyload/web/app/templates/default/setup/welcome.html @@ -0,0 +1,16 @@ +
+

{{ _ "Welcome!" }}

+ +

{{ _ "pyLoad is running and ready for configuration." }}

+ +

+ {{ _ "Select your language:" }} + +

+ + +
\ No newline at end of file -- cgit v1.2.3