Jelenlet alapfunkcio OK. Edzes torles OK.

This commit is contained in:
Ricsi
2016-11-20 22:55:27 +01:00
parent e4806322fd
commit f9e6e1ecbb
19 changed files with 289 additions and 44 deletions

View File

@@ -0,0 +1,18 @@
<h1>Jelenlét</h1>
<table>
{foreach $training_array as $training}
<tr>
<td>
<a href="/admin/{if $edit=='edit'}edit_training{elseif $edit=='view'}trainings{else}presence{/if}/{$training->get_tr_id()}">
{$training->get_tr_date()|substr:0:-3} ({$training->get_tr_type_name_by_id()})
</a>
</td>
</tr>
{/foreach}
</table>