diff --git a/src/yasi_applets/install/install.html b/src/yasi_applets/install/install.html index 008cf1f..d11b823 100644 --- a/src/yasi_applets/install/install.html +++ b/src/yasi_applets/install/install.html @@ -10,7 +10,7 @@
-
+

Installing system, the rest of the process is automated.

diff --git a/src/yasi_applets/main/static/slide1.png b/src/yasi_applets/install/static/img/slide1.png similarity index 100% rename from src/yasi_applets/main/static/slide1.png rename to src/yasi_applets/install/static/img/slide1.png diff --git a/src/templates/footer.html b/src/yasi_applets/main/footer.html similarity index 100% rename from src/templates/footer.html rename to src/yasi_applets/main/footer.html diff --git a/src/yasi_applets/main/header.html b/src/yasi_applets/main/header.html new file mode 100644 index 0000000..001dd50 --- /dev/null +++ b/src/yasi_applets/main/header.html @@ -0,0 +1,20 @@ + +
+ + +
+ + + +{% for item in menu_order %} + +{% endfor %} + + +
+ + +
+ +
+ diff --git a/src/templates/layout.html b/src/yasi_applets/main/layout.html similarity index 100% rename from src/templates/layout.html rename to src/yasi_applets/main/layout.html diff --git a/src/yasi_applets/main/static/icons/language.jpg b/src/yasi_applets/main/static/icons/language.jpg deleted file mode 100644 index 7f3a5fb..0000000 Binary files a/src/yasi_applets/main/static/icons/language.jpg and /dev/null differ diff --git a/src/yasi_applets/main/templates/footer.html b/src/yasi_applets/main/templates/footer.html new file mode 100644 index 0000000..6a2d931 --- /dev/null +++ b/src/yasi_applets/main/templates/footer.html @@ -0,0 +1,36 @@ + +
+ +{% if previous_step %} + + + +{% endif %} + +{% if bottom_menu %} + {{ bottom_menu | safe }} +{% endif %} + +
+ + + +
+ +{% if next_step %} + + {% if next_step == "install" %} + + {% else %} + + + Next + {% endif %} + {% endif %} + +
diff --git a/src/templates/header.html b/src/yasi_applets/main/templates/header.html similarity index 100% rename from src/templates/header.html rename to src/yasi_applets/main/templates/header.html diff --git a/src/yasi_applets/main/templates/layout.html b/src/yasi_applets/main/templates/layout.html new file mode 100644 index 0000000..00a09ed --- /dev/null +++ b/src/yasi_applets/main/templates/layout.html @@ -0,0 +1,27 @@ + + + + + + + + + + + + + +
+{% include "header.html" %} + +
+{% block body %} +{% endblock %} +
+ +{% include "footer.html" %} + +
+ + +