From 232dc68db46e745782eb065488ee46dcb008bda7 Mon Sep 17 00:00:00 2001 From: Anton Romanov Date: Wed, 29 Jan 2025 14:14:06 +0400 Subject: [PATCH] Add aspirant edit templates --- .../editAspirant.html} | 0 .../templates/admin/editIndicator.html | 76 +++++++++++++++++++ .../templates/{ => admin}/editMeeting.html | 0 .../templates/{ => admin}/editNews.html | 0 4 files changed, 76 insertions(+) rename src/main/resources/templates/{editIndicator.html => admin/editAspirant.html} (100%) create mode 100644 src/main/resources/templates/admin/editIndicator.html rename src/main/resources/templates/{ => admin}/editMeeting.html (100%) rename src/main/resources/templates/{ => admin}/editNews.html (100%) diff --git a/src/main/resources/templates/editIndicator.html b/src/main/resources/templates/admin/editAspirant.html similarity index 100% rename from src/main/resources/templates/editIndicator.html rename to src/main/resources/templates/admin/editAspirant.html diff --git a/src/main/resources/templates/admin/editIndicator.html b/src/main/resources/templates/admin/editIndicator.html new file mode 100644 index 0000000..e45d045 --- /dev/null +++ b/src/main/resources/templates/admin/editIndicator.html @@ -0,0 +1,76 @@ + + +
+

Редактирование показателя:

+
+ +
+ + +

+ Не может быть пустым +

+
+ +
+ + +
+ +
+ + +

+ Не может быть пустым +

+
+
+ + + +
+ + + + Отмена +
+ + +
+ diff --git a/src/main/resources/templates/editMeeting.html b/src/main/resources/templates/admin/editMeeting.html similarity index 100% rename from src/main/resources/templates/editMeeting.html rename to src/main/resources/templates/admin/editMeeting.html diff --git a/src/main/resources/templates/editNews.html b/src/main/resources/templates/admin/editNews.html similarity index 100% rename from src/main/resources/templates/editNews.html rename to src/main/resources/templates/admin/editNews.html