]> WPIA git - gigi.git/blob - util-testing/org/cacert/gigi/pages/Manager.templ
upd: replace assure, assurance, assurer etc in output to user
[gigi.git] / util-testing / org / cacert / gigi / pages / Manager.templ
1 <form method='post'>
2 <table class="table">
3 <tr><td>
4 Batch create users:
5 </td><td></td><td>
6 <div>
7   Email: 
8   <input type="text" name="prefix"/> NNN@
9   <input type="text" name="suffix"/>
10 </div>
11 Amount:  <input type="slider" name="amount"/> <input type="submit" name="create" value="Create Users"/>
12 </td></tr>
13
14 <tr><td>
15 Add privilege:
16 </td><td>
17 Email: <input type="text" name="email"/> 
18 </td><td>
19 <select name="priv">
20 <option>supporter</option>
21 <option>arbitrator</option>
22 <option>blockedassuree</option>
23 <option>blockedassurer</option>
24 <option>blockedlogin</option>
25 <option>ttp-assurer</option>
26 <option>ttp-applicant</option>
27 <option>nucleus-assurer</option>
28 <option>codesigning</option>
29 <option>orgassurer</option>
30 </select>
31 <input type="submit" name="addpriv" value="Grant Privillege"/>
32 <input type="submit" name="delpriv" value="Revoke Privillege"/>
33 </td><tr>
34
35 <tr><td>
36 Receive Mails:
37 </td><td>
38 Email: <input type="text" name="femail"/>
39 </td><td>
40 <input type="submit" value="Receive Mails" name="fetch"/>
41 </td><tr>
42
43 <tr><td>
44 Add CATs entry:
45 </td><td>
46 Email: <input type="text" name="catsEmail"/>
47 </td><td>
48 <select name="catsType">
49 <? foreach($cats_types) { ?>
50 <option value="<?=$id?>"><?=$name?></option>
51 <? } ?>
52 </select>
53 <input type="submit" value="Add CATs" name="cats"/>
54 </td></tr>
55 <tr><td>
56 Add 100 Verification Points:
57 </td><td>
58 Email: <input type="text" name="assureEmail"/>
59 </td><td>
60 Verification Points to issue: <input type="text" name="verificationPoints" value="100"/>
61 <input type="submit" value="Add Points" name="assure"/>
62 </td></tr>
63
64 <tr><td>
65 Verify 25 others (get 25 Experience Points)     :
66 </td><td>
67 Email: <input type="text" name="letassureEmail"/>
68 </td><td>
69 <input type="submit" value="Add 25 Experience Points" name="letassure"/>
70 </td></tr>
71
72 <tr><td>
73 Add verified Email:
74 </td><td>
75 Email: <input type="text" name="addEmailEmail"/>
76 </td><td>
77 new Email: <input type="text" name="addEmailNew"/>
78 <input type="submit" value="Add verified Email" name="addEmail"/>
79 </td></tr>
80
81 <tr><td>
82 Add Client Cert:
83 </td><td>
84 Email: <input type="text" name="addCertEmail"/>
85 </td><td>
86 <input type="submit" value="Add an certificate" name="addCert"/>
87 </td></tr>
88
89 <tr><td>
90 Exempt Domain from Pinging:
91 </td><td>
92 </td><td>
93 Domain: <input type="text" name="exemtDom"/>
94 <input type="submit" value="Exempt this domain from pings" name="addExDom"/>
95 <input type="submit" value="Do not exempt this domain from pings" name="delExDom"/>
96 </td></tr>
97 </table>
98
99 <table>
100 <tr><th colspan="2">
101 Test server settings
102 </th></tr>
103
104 <tr><td>
105 Time for valid tests
106 </td><td>
107 <?=$testValidMonths?> months
108 </td></tr>
109
110 <tr><td>
111 Time between two verifications
112 </td><td>
113 <?=$reverificationDays?> days
114 </td></tr>
115
116 <tr><td>
117 Time that a verification is considered recent
118 </td><td>
119 <?=$verificationFreshMonths?> months
120 </td></tr>
121
122 <tr><td>
123 Maximum time that a verification is accepted
124 </td><td>
125 <?=$verificationMaxAgeMonths?> months
126 </td></tr>
127 </table>