]> WPIA git - gigi.git/blob - src/club/wpia/gigi/pages/account/MyOrganisationsForm.templ
fix: ResultSet.getDate is often wrong as it fetches day-precision times
[gigi.git] / src / club / wpia / gigi / pages / account / MyOrganisationsForm.templ
1 <input type='hidden' name='orgaForm' value='orga'/>
2 <h2><?=_My Organisations?></h2>
3 <table class="table">
4 <? foreach($orgas) { ?>
5 <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>
6 <? } ?>
7 </table>
8 <? if($personal) { ?>
9 <input class="btn btn-primary" type='submit' value='<?=_switch back to personal use?>' name='org-leave'/>
10 <? } ?>