From 7685a073397fd72de5106b237da02ace47492cb1 Mon Sep 17 00:00:00 2001 From: burzuf Date: Wed, 18 Mar 2020 22:55:04 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A0=D0=B5=D1=84=D1=80=D0=B0=D0=BA=D1=82?= =?UTF-8?q?=D0=BE=D1=80=D0=B8=D0=BD=D0=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/error.html | 169 +++++++++--------- templates/index.html | 252 ++++++++++++++------------- templates/registration.html | 219 +++++++++++++----------- templates/workshop.html | 329 +++++++++++++++++++----------------- 4 files changed, 507 insertions(+), 462 deletions(-) diff --git a/templates/error.html b/templates/error.html index 304e56e..2f81dba 100644 --- a/templates/error.html +++ b/templates/error.html @@ -2,97 +2,104 @@ - - + + Jarvis - - + + -
- -
-
- -
-
-
- Нужна помощь? +
+ +
+
+ +
+
+
+ Нужна помощь? - +
-
- - -
-
-

404

-

not found

- -
-
- - -
-
- -
- - -
-
- - -
-
+
+ + +
+
+

404

+

not found

+ +
+
+ + +
+
+ +
+ + + \ No newline at end of file diff --git a/templates/index.html b/templates/index.html index 20193ab..c260755 100644 --- a/templates/index.html +++ b/templates/index.html @@ -2,137 +2,149 @@ - - + + Jarvis - - + + -
- -
-
- -
-
-
- {% if current_user.is_authenticated %} -

{{ current_user.username }}

- - {% else %} -
Войти
- - {% endif %} -
-
-
+
+ +
+
- -
-
-
-
- -
-
-
- Jarvis -
-
-

Ваш индивидуальный помощник на каждый день

-
-
- {% if current_user.is_authenticated %} - - +
+
+
+ {% if current_user.is_authenticated %} +

{{ + current_user.username }}

+
+ {% else %} +
Войти
+ + {% endif %}
-
- - -
- - -
-
- - -
-
+
+ +
+
+
+
+ +
+
+
+ Jarvis +
+
+

Ваш индивидуальный помощник на каждый день

+
+
+ {% if current_user.is_authenticated %} + + + + {% else %} + + + + {% endif %} +
+
+
+
+
+ + +
+ + + \ No newline at end of file diff --git a/templates/registration.html b/templates/registration.html index 82c7234..9adfdf9 100644 --- a/templates/registration.html +++ b/templates/registration.html @@ -11,123 +11,136 @@ -
- -
-
- -
-
-
-
Войти
- +
+ +
+
+ +
+
+
+
Войти
+
-
- +
+
-
-
-
- Создать аккаунт -
- -
-
-
-
- - -
-
-
-
-
- -
+
+
+
+ Создать аккаунт +
+ + +
+
+
+ + + +
+
+
+
+
+
- +
+
-
+
- -
-
- - - + +
+
+ -
+ + +
+
\ No newline at end of file diff --git a/templates/workshop.html b/templates/workshop.html index e6d1978..31fd6d1 100644 --- a/templates/workshop.html +++ b/templates/workshop.html @@ -11,182 +11,195 @@ -
- -
-
- -
-
-
-

{{ current_user.username }}

-
+
+ +
+
+
+ Создать новый
-
- -
-
-
- Список сценариев -
-
-
    - {% if user_scripts_list %} - {% for user_script in user_scripts_list%} -
  • -

    {{ user_script.scenario_name }}

    -
    -
  • - {% endfor %} - {% else %} -

    У вас пока отсутствуют сценарии

    - {% endif %} -
-
-
-
- -
-
-
- Ваш Telegram -
-
+ +
+
+ Название +
+ + + +
+ +
+ +
+ +
- +
- +
+ +
+
+ +
+
+
+ Список сценариев
+
+
    + {% if user_scripts_list %} + {% for user_script in user_scripts_list%} +
  • +

    {{ user_script.scenario_name }}

    +
    +
  • + {% endfor %} + {% else %} +

    У вас пока отсутствуют сценарии

    + {% endif %} +
+
-
-
+
+ +
+
+
+ Ваш Telegram +
+
+ +
+
+
+
+ +
+
+
+
+
+
+
+ +
- - \ No newline at end of file