]> WPIA git - gigi.git/blobdiff - src/club/wpia/gigi/pages/orga/ViewOrgs.templ
upd: rename package name and all references to it
[gigi.git] / src / club / wpia / gigi / pages / orga / ViewOrgs.templ
diff --git a/src/club/wpia/gigi/pages/orga/ViewOrgs.templ b/src/club/wpia/gigi/pages/orga/ViewOrgs.templ
new file mode 100644 (file)
index 0000000..e7465aa
--- /dev/null
@@ -0,0 +1,8 @@
+<table class="table">
+<? foreach($orgas) { ?>
+  <tr>
+    <td><?=$country?></td>
+    <td><a href='orga/<?=$id?>'><?=$name?></a></td>
+  </tr>
+<? } ?>
+</table>