From 9172604227cd8e24105a3a25fbe604528266e75e Mon Sep 17 00:00:00 2001 From: mrfoxygmfr Date: Mon, 28 Apr 2025 00:46:27 +0300 Subject: feat: partners controller + pages --- src/main/resources/templates/partnerEdit.html | 48 +++++++++++++++ src/main/resources/templates/partners.html | 87 +++++++++++++++++++++++++++ 2 files changed, 135 insertions(+) create mode 100644 src/main/resources/templates/partnerEdit.html create mode 100644 src/main/resources/templates/partners.html (limited to 'src/main/resources') diff --git a/src/main/resources/templates/partnerEdit.html b/src/main/resources/templates/partnerEdit.html new file mode 100644 index 0000000..a02a8e5 --- /dev/null +++ b/src/main/resources/templates/partnerEdit.html @@ -0,0 +1,48 @@ + + +
+ + +
+ +
+ + +
+ + + +

+ + +

+ + +

+ + +

+ +

Контактные лица делают брррр TODO FIXME

+ + + +
+
+ + +
+
+
+ + + \ No newline at end of file diff --git a/src/main/resources/templates/partners.html b/src/main/resources/templates/partners.html new file mode 100644 index 0000000..7687f3a --- /dev/null +++ b/src/main/resources/templates/partners.html @@ -0,0 +1,87 @@ + + +
+ + +
+ +
+
+ +
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + +
Фильтры
Название + +
Тип + +
ИНН + +
+
+ + + + + + + + + + + + + + + + + + + + + +
НазваниеИННТипАдрес
Данному фильтру не удовлетворяет ни одного партнера.
+ + + + + + + + + +
+
+ +
+
+ + \ No newline at end of file -- cgit mrf-deployment