From 32abde013d2f103ddefae167c2b459b1b024f395 Mon Sep 17 00:00:00 2001 From: mrfoxygmfr Date: Mon, 28 Apr 2025 13:32:27 +0300 Subject: feat: partner contacts controller + pages --- .../resources/templates/partnerContactEdit.html | 44 +++++++++++++++++++ src/main/resources/templates/partnerContacts.html | 50 ++++++++++++++++++++++ src/main/resources/templates/partnerEdit.html | 3 ++ 3 files changed, 97 insertions(+) create mode 100644 src/main/resources/templates/partnerContactEdit.html create mode 100644 src/main/resources/templates/partnerContacts.html (limited to 'src/main/resources') diff --git a/src/main/resources/templates/partnerContactEdit.html b/src/main/resources/templates/partnerContactEdit.html new file mode 100644 index 0000000..15a089d --- /dev/null +++ b/src/main/resources/templates/partnerContactEdit.html @@ -0,0 +1,44 @@ + + +
+ + +
+ +
+
+

+
+ +
+ + + + +

+ + + +

+ + +

+ + +

+ + +

+ + + +
+
+ + +
+
+
+ + + \ No newline at end of file diff --git a/src/main/resources/templates/partnerContacts.html b/src/main/resources/templates/partnerContacts.html new file mode 100644 index 0000000..a44e969 --- /dev/null +++ b/src/main/resources/templates/partnerContacts.html @@ -0,0 +1,50 @@ + + +
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + +
ФИEmailТелефонДолжность
У данного партнера нет ни одного контактного лица.
+ + + + + + + + + +
+
+ +
+
+ + \ No newline at end of file diff --git a/src/main/resources/templates/partnerEdit.html b/src/main/resources/templates/partnerEdit.html index a02a8e5..9bcebed 100644 --- a/src/main/resources/templates/partnerEdit.html +++ b/src/main/resources/templates/partnerEdit.html @@ -11,6 +11,9 @@

+ + +

-- cgit mrf-deployment