]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/account/UserTrainings.templ
add: show support and user the account history and the trainings.
[gigi.git] / src / org / cacert / gigi / pages / account / UserTrainings.templ
diff --git a/src/org/cacert/gigi/pages/account/UserTrainings.templ b/src/org/cacert/gigi/pages/account/UserTrainings.templ
new file mode 100644 (file)
index 0000000..b4eb006
--- /dev/null
@@ -0,0 +1,9 @@
+<table class="wrapper dataTable centertext">
+<tbody>
+<tr><th><?=_Trainings?></th></tr>
+<? foreach($entries) { ?>
+<tr><td><?=$entry?></td></tr>
+<? } ?>
+</tbody>
+</table>
+