From efbe2903cb560e5ab42bd481269494a8296d8958 Mon Sep 17 00:00:00 2001 From: RomanGolienko Date: Tue, 10 Dec 2024 12:29:59 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D0=BF=D0=B5=D1=80=D0=B5=D0=BC=D0=B5=D0=BD=D0=BD?= =?UTF-8?q?=D1=8B=D1=85=20=D0=B4=D0=BB=D1=8F=20=D0=BE=D1=82=D0=BE=D0=B1?= =?UTF-8?q?=D1=80=D0=B0=D0=B6=D0=B5=D0=BD=D0=B8=D1=8F,=20=D1=81=D0=BE?= =?UTF-8?q?=D0=B7=D0=B4=D0=B0=D0=BD=D0=B8=D0=B5=20=D1=81=D1=82=D1=80=D0=B0?= =?UTF-8?q?=D0=BD=D0=B8=D1=86=D1=8B=20=D0=B2=D1=8B=D0=B1=D0=BE=D1=80=D0=B0?= =?UTF-8?q?=20=D1=81=D1=82=D0=B0=D1=80=D0=BE=D1=81=D1=82=20=D0=B4=D0=BB?= =?UTF-8?q?=D1=8F=20=D0=B3=D1=80=D1=83=D0=BF=D0=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tpl/headman.html | 76 ++++++++++++++++++++++++++++++++++++++++++++-- tpl/main_page.html | 10 +++--- 2 files changed, 79 insertions(+), 7 deletions(-) diff --git a/tpl/headman.html b/tpl/headman.html index 4540f8e..790f436 100644 --- a/tpl/headman.html +++ b/tpl/headman.html @@ -7,7 +7,7 @@ - +{if $currentUserInfo.role != 'student'}
- \ No newline at end of file + + +{if $des == 'headman_add_edit'} +
+
+
+
+

Выбрать группу

+ +
+
+ + + + {foreach from=$facult_groups key=key item=group} + + + + {/foreach} + +

{$group.sokr}
+
+
+
+
+
+
+

Назначить старосту

+ +
+
+

Выберите группу для назначения старосты в системе!
<--

+
+
+
+
+{else} +
+
+
+
+

Выбрать группу

+ +
+
+ + + + {foreach from=$facult_groups key=key item=group} + + + + {/foreach} + +

{$group.sokr}

+
+
+
+
+
+
+

Назначить старосту

+ +
+
+

Выберите группу для назначения старосты в системе!
<--

+
+
+
+
+{/if} + +{/if} \ No newline at end of file diff --git a/tpl/main_page.html b/tpl/main_page.html index 449515a..ec84679 100644 --- a/tpl/main_page.html +++ b/tpl/main_page.html @@ -14,7 +14,7 @@