]> WPIA git - gigi.git/blobdiff - src/club/wpia/gigi/pages/account/MyOrganisationsForm.templ
upd: rename package name and all references to it
[gigi.git] / src / club / wpia / gigi / pages / account / MyOrganisationsForm.templ
diff --git a/src/club/wpia/gigi/pages/account/MyOrganisationsForm.templ b/src/club/wpia/gigi/pages/account/MyOrganisationsForm.templ
new file mode 100644 (file)
index 0000000..96d7bbe
--- /dev/null
@@ -0,0 +1,10 @@
+<input type='hidden' name='orgaForm' value='orga'/>
+<h2><?=_My Organisations?></h2>
+<table class="table">
+<? foreach($orgas) { ?>
+<tr><td><?=$orgName?></td><td><?=$orgID?></td><td><input class="btn btn-info" type='submit' value='<?=_switch to this organisation?>' name='org:<?=$orgID?>'/></td></tr>
+<? } ?>
+</table>
+<? if($personal) { ?>
+<input class="btn btn-primary" type='submit' value='<?=_switch back to personal use?>' name='org-leave'/>
+<? } ?>