]> WPIA git - gigi.git/blobdiff - util-testing/org/cacert/gigi/pages/Manager.templ
upd: extend add 100 assurance points to be flexible
[gigi.git] / util-testing / org / cacert / gigi / pages / Manager.templ
index 8c32a8c9c3a8ad49094c9193209d8bf620b41230..affc73ddc9512761e7233d7668788010d082a0fd 100644 (file)
@@ -45,6 +45,11 @@ 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>
@@ -52,7 +57,8 @@ Add 100 Assurance points:
 </td><td>
 Email: <input type="text" name="assureEmail"/>
 </td><td>
-<input type="submit" value="Assure 100 Points" name="assure"/>
+Verification Points to issue: <input type="text" name="verificationPoints" value="100"/>
+<input type="submit" value="Add Points" name="assure"/>
 </td></tr>
 
 <tr><td>