]> WPIA git - gigi.git/blobdiff - util-testing/org/cacert/gigi/pages/Manager.templ
Add a hint what the "Request reping" is used for on the email page
[gigi.git] / util-testing / org / cacert / gigi / pages / Manager.templ
index 2efd14add8bf9d2dabab15635f8ed56a8cfba5a6..dcd6883d1c75f8ce027576f27b99d5c262a5f9c4 100644 (file)
@@ -1,5 +1,5 @@
 <form method='post'>
-<table>
+<table class="table">
 <tr><td>
 Batch create users:
 </td><td></td><td>
@@ -45,22 +45,29 @@ Add CATs entry:
 </td><td>
 Email: <input type="text" name="catsEmail"/>
 </td><td>
+<select name="catsType">
+<? foreach($cats_types) { ?>
+<option value="<?=$id?>"><?=$name?></option>
+<? } ?>
+</select>
 <input type="submit" value="Add CATs" name="cats"/>
 </td></tr>
 <tr><td>
-Add 100 Assurance points:
+Add 100 Verification Points:
 </td><td>
 Email: <input type="text" name="assureEmail"/>
 </td><td>
-<input type="submit" value="Assure 100 Points" name="assure"/>
+Verification Points to issue to preferred name: </br>
+<input type="text" name="verificationPoints" value="100"/> <input type="submit" value="Add Points" name="assure"/>
+
 </td></tr>
 
 <tr><td>
-Assure 25 others (get 25 experience points)    :
+Verify 25 others (get 25 Experience Points)    :
 </td><td>
 Email: <input type="text" name="letassureEmail"/>
 </td><td>
-<input type="submit" value="Add 25 experience Points" name="letassure"/>
+<input type="submit" value="Add 25 Experience Points" name="letassure"/>
 </td></tr>
 
 <tr><td>
@@ -85,7 +92,43 @@ Exempt Domain from Pinging:
 </td><td>
 </td><td>
 Domain: <input type="text" name="exemtDom"/>
-<input type="submit" value="Add a domain from exemption" name="addExDom"/>
-<input type="submit" value="Remove a domain from exemption" name="delExDom"/>
+<input type="submit" value="Exempt this domain from pings" name="addExDom"/>
+<input type="submit" value="Do not exempt this domain from pings" name="delExDom"/>
+</td></tr>
+</table>
+
+<table>
+<tr><th colspan="2">
+Test server settings
+</th></tr>
+
+<tr><td>
+Time for valid tests
+</td><td>
+<?=$testValidMonths?> months
+</td></tr>
+
+<tr><td>
+Time between two verifications
+</td><td>
+<?=$reverificationDays?> days
+</td></tr>
+
+<tr><td>
+Time that a verification is considered recent
+</td><td>
+<?=$verificationFreshMonths?> months
+</td></tr>
+
+<tr><td>
+Maximum time that a verification is accepted
+</td><td>
+<?=$verificationMaxAgeMonths?> months
+</td></tr>
+
+<tr><td>
+Maximum time before reping of email address needed
+</td><td>
+<?=$emailPingMonths?> months
 </td></tr>
-</table>
\ No newline at end of file
+</table>