From 2ca47e0d98c31c4926231d0fcb3fc9a62b1e6db6 Mon Sep 17 00:00:00 2001 From: Anton Romanov Date: Sun, 16 Feb 2025 22:01:51 +0400 Subject: [PATCH] #13 -- Add proejct rules list --- .vscode/launch.json | 10 ----- src/main/resources/templates/listRules.html | 42 ------------------- src/main/resources/templates/loginError.html | 11 +++-- .../resources/templates/project/edit.html | 33 +++++++++++++++ .../resources/templates/project/list.html | 2 +- .../templates/project/listRules.html | 30 +++++++++++++ 6 files changed, 69 insertions(+), 59 deletions(-) delete mode 100644 src/main/resources/templates/listRules.html create mode 100644 src/main/resources/templates/project/listRules.html diff --git a/.vscode/launch.json b/.vscode/launch.json index 27d7d9d..9cad71a 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -1,16 +1,6 @@ { - // Use IntelliSense to learn about possible attributes. - // Hover to view descriptions of existing attributes. - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ - - { - "type": "java", - "name": "Current File", - "request": "launch", - "mainClass": "${file}" - }, { "type": "java", "name": "FuzzyControllerApplication", diff --git a/src/main/resources/templates/listRules.html b/src/main/resources/templates/listRules.html deleted file mode 100644 index 2b93617..0000000 --- a/src/main/resources/templates/listRules.html +++ /dev/null @@ -1,42 +0,0 @@ - - - - Список правил - - -
- - - - - - - - - - - - - - - - - - - - -
Правила
Еслиито - - - - - - - -
- Добавить правило -
- diff --git a/src/main/resources/templates/loginError.html b/src/main/resources/templates/loginError.html index 1d08df3..7decca6 100644 --- a/src/main/resources/templates/loginError.html +++ b/src/main/resources/templates/loginError.html @@ -6,12 +6,11 @@ - +
diff --git a/src/main/resources/templates/project/list.html b/src/main/resources/templates/project/list.html index 69e049c..e5f6165 100644 --- a/src/main/resources/templates/project/list.html +++ b/src/main/resources/templates/project/list.html @@ -3,7 +3,7 @@ xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout" xmlns:th="http://www.w3.org/1999/xhtml" layout:decorate="~{default}"> - Список правил + Список проектов
diff --git a/src/main/resources/templates/project/listRules.html b/src/main/resources/templates/project/listRules.html new file mode 100644 index 0000000..52331ad --- /dev/null +++ b/src/main/resources/templates/project/listRules.html @@ -0,0 +1,30 @@ + + + + + Список правил + + +
+

Список правил

+
+
+ 1. Если +
+
+ Переменная +
+
+ есть +
+
+ значение +
+
+ И / ИЛИ +
+
+
+ + \ No newline at end of file