]> WPIA git - gigi.git/blob - ViewOrgs.templ
2b22950d2c770f978d1358b8c53a60f4682794e5
[gigi.git] / ViewOrgs.templ
1 <table align="center" valign="middle" border="0" cellspacing="0" cellpadding="0" class="wrapper dataTable">
2 <? foreach($orgas) { ?>
3   <tr>
4     <td><?=$country?></td>
5     <td><a href='orga/<?=$id?>'><?=$name?></a></td>
6   </tr>
7 <? } ?>
8 </table>