]> WPIA git - gigi.git/blob - src/org/cacert/gigi/pages/orga/AffiliationForm.templ
ADD: Show and add affiliations to organistations.
[gigi.git] / src / org / cacert / gigi / pages / orga / AffiliationForm.templ
1 <table align="center" valign="middle" border="0" cellspacing="0" cellpadding="0" class="wrapper dataTable">
2   <tr>
3     <th><?=_Name?></th>
4     <th><?=_Master?></th>
5   </tr>
6 <? foreach($admins) { ?>
7   <tr>
8     <td><?=$name?></td>
9     <td><?=$master?></td>
10   </tr>
11 <? } ?>
12 </table>
13 <?=_Add new admin?>:
14 <input type="text" name="email">
15 <?=_Master?>?
16 <input type="checkbox" name="master" value="y">
17 <input type="submit" name="affiliate" value="<?=_Add?>">