diff --git a/tpl/main_page.html b/tpl/main_page.html index c521d2e..dd6a9e1 100644 --- a/tpl/main_page.html +++ b/tpl/main_page.html @@ -38,92 +38,68 @@
-
-

I'm in Section 1.

-

- Текст -

-
-
-

Howdy, I'm in Section 2.

-

- Текст -

-
-
-

What up girl, this is Section 3.

-

- Текст -

-
-
-

What up girl, this is Section 3.

-

- Текст -

-
-
-

What up girl, this is Section 3.

-

- Текст -

-
-
-

What up girl, this is Section 3.

-

- Текст -

-
-
-

What up girl, this is Section 3.

-

- Текст -

-
+ {foreach from=$actionResult.info key=key item=week} + {if $key == 'Четная'} + {foreach from=$week key=key item=day} +
+
+ {foreach from=$day key=key item=class} +
+ +
+
+
+ + + + + + + + + + + {foreach from=$actionResult.students.students key=key item=student} + + + + + + + {/foreach} + +
NoФИОПрисутствиеПримечание
{$key}{$student}
+ +
+
+
+ +
+ {/foreach} +
+
+ {/foreach} + {/if} + {/foreach}
-
-
-
-
-

- -
-
- - - - - - - - - - {foreach from=$actionResult['students'] key=key item=name} - - - - - {/foreach} - -
Студенты группы {$groupName}
НомерИмя
{$key +1 }{$name}
-
-
-
-
{else}
@@ -157,11 +133,11 @@ {foreach from=$groups key=key item=group} {if $key != 0} - - {$group.sokr} - {$group['fo']} - {$group['kurs']} - + + {$group.sokr} + {$group['fo']} + {$group['kurs']} + {/if} {/foreach}