]> WPIA git - gigi.git/blobdiff - 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
diff --git a/src/org/cacert/gigi/pages/orga/AffiliationForm.templ b/src/org/cacert/gigi/pages/orga/AffiliationForm.templ
new file mode 100644 (file)
index 0000000..e3d2410
--- /dev/null
@@ -0,0 +1,17 @@
+<table align="center" valign="middle" border="0" cellspacing="0" cellpadding="0" class="wrapper dataTable">
+  <tr>
+    <th><?=_Name?></th>
+    <th><?=_Master?></th>
+  </tr>
+<? foreach($admins) { ?>
+  <tr>
+    <td><?=$name?></td>
+    <td><?=$master?></td>
+  </tr>
+<? } ?>
+</table>
+<?=_Add new admin?>:
+<input type="text" name="email">
+<?=_Master?>?
+<input type="checkbox" name="master" value="y">
+<input type="submit" name="affiliate" value="<?=_Add?>">