]> WPIA git - gigi.git/blob - src/club/wpia/gigi/pages/orga/ViewOrgs.templ
fix: ResultSet.getDate is often wrong as it fetches day-precision times
[gigi.git] / src / club / wpia / gigi / pages / orga / ViewOrgs.templ
1 <table class="table">
2 <? foreach($orgas) { ?>
3   <tr>
4     <td><?=$country?></td>
5     <td><a href='orga/<?=$id?>'><?=$name?></a></td>
6   </tr>
7 <? } ?>
8 </table>