diff --git a/templates/change_password.html b/templates/change_password.html new file mode 100644 index 0000000..5b0de4f --- /dev/null +++ b/templates/change_password.html @@ -0,0 +1,95 @@ + + + + + + Смена пароля + + + + + + + +
+
+

Смена пароля

+ + {% with messages = get_flashed_messages(with_categories=true) %} + {% if messages %} + {% for category, message in messages %} + + {% endfor %} + {% endif %} + {% endwith %} + +
+
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + + Отмена + +
+
+
+
+ + + + diff --git a/templates/edit_event.html b/templates/edit_event.html new file mode 100644 index 0000000..d32871b --- /dev/null +++ b/templates/edit_event.html @@ -0,0 +1,421 @@ + + + + + + Редактирование события + + + + + + + +
+
+

{{ 'Редактирование события' if event_id else 'Добавление нового события' }}

+ + Назад + +
+ +
+
+
+ + +
+
+ + +
+
+
+ +
+ {{ event_id if event_id else 'Новый' }} +
+
+
+
+ + +
+
+ +
+
+ + +
+
+ + +
+
+ +
+ + +
+ +
+
+ + +
+
+ + +
+
+ + + + +
+
+ + +
+
+ + +
+
+ + +
+
+ +
+
+
+ + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+ +
+
+
+ + +
+
+
+
+ + +
+
+
+ + +
+
+ +
+
+ + +
+
+ +
+ + +
+
+
+
+ + +
+ +
+
+ + + + + + + + diff --git a/templates/edit_post.html b/templates/edit_post.html new file mode 100644 index 0000000..4edd934 --- /dev/null +++ b/templates/edit_post.html @@ -0,0 +1,389 @@ + + + + + + {% if post_id %}Редактирование поста{% else %}Добавление поста{% endif %} + + + + + +
+
+

{% if post_id %}Редактирование поста{% else %}Добавление поста{% endif %}

+ + Назад + +
+ +
+
+
+ + +
+ + +
Числовой идентификатор поста во ВКонтакте
+
+ +
+ + +
Короткое имя поста (максимум 100 символов)
+
+ +
+ + +
+ +
+ + +
+ +
+ + +
Ссылка на изображение для поста
+
+ + + +
+ + +
+ +
+ + +
Формат: ГГГГ-ММ-ДД ЧЧ:ММ
+
+ + +
+ + +
+ +
+ + +
+ + + +
+
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+
+ +
+ + +
+
+
+
+ + +
+ +
+
+ + + + + diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..9a96cdb --- /dev/null +++ b/templates/index.html @@ -0,0 +1,2610 @@ + + + + + + Управление постами VK и событиями + + + + + + +
+ + + +
+ +
+ +
+ + + + +
+
+ +
+
+
+
Список постов
+
+ + +
+
+
+ +
+ + + + + + + + + + + +
IDVK IDНазваниеСтатусДействия
+
+ +
+ + + + + + +
+
+ Загрузка... +
+

Загрузка данных...

+
+
+
+
+
+ +
+
+
+
Детали поста
+
+
+
+
+ +

Выберите пост для просмотра деталей

+
+
+
+
+
+
+ +
+
+ + + + +
+
+ +
+
+
+
Список событий
+
+ + +
+
+
+ +
+ + + + + + + + + + + + + +
IDНомерНазваниеПлощадкаДобавленоОбновленоСтатусДействия
+
+ +
+ + + + + + +
+
+ Загрузка... +
+

Загрузка данных...

+
+
+
+
+
+ +
+
+
+
Детали события
+
+
+
+
+ +

Выберите событие для просмотра деталей

+
+
+
+
+
+
+
+
+ + + + + +
+
+
+ Загрузка... +
+ Обработка... +
+
+ + + + + diff --git a/templates/login.html b/templates/login.html new file mode 100644 index 0000000..84fcd83 --- /dev/null +++ b/templates/login.html @@ -0,0 +1,62 @@ + + + + + + Авторизация + + + + +
+
+

Авторизация

+ + {% with messages = get_flashed_messages(with_categories=true) %} + {% if messages %} + {% for category, message in messages %} + + {% endfor %} + {% endif %} + {% endwith %} + +
+
+ + +
+ +
+ + +
+ +
+ + +
+ + +
+
+
+ + + +