]> WPIA git - gigi.git/blob - util-testing/club/wpia/gigi/pages/Manager.templ
upd: terminology in code
[gigi.git] / util-testing / club / wpia / 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="verifyEmail"/>
59 </td><td>
60 Verification Points to issue to preferred name: </br>
61 <input type="text" name="verificationPoints" value="100"/> <input type="submit" value="Add Points" name="verify"/>
62
63 </td></tr>
64
65 <tr><td>
66 Verify 25 others (get 25 Experience Points)     :
67 </td><td>
68 Email: <input type="text" name="letverifyEmail"/>
69 </td><td>
70 <input type="submit" value="Add 25 Experience Points" name="letverify"/>
71 </td></tr>
72
73 <tr><td>
74 Add verified Email:
75 </td><td>
76 Email: <input type="text" name="addEmailEmail"/>
77 </td><td>
78 new Email: <input type="text" name="addEmailNew"/>
79 <input type="submit" value="Add verified Email" name="addEmail"/>
80 </td></tr>
81
82 <tr><td>
83 Add Client Cert:
84 </td><td>
85 Email: <input type="text" name="addCertEmail"/>
86 </td><td>
87 <input type="submit" value="Add an certificate" name="addCert"/>
88 </td></tr>
89
90 <tr><td>
91 Exempt Domain from Pinging:
92 </td><td>
93 </td><td>
94 Domain: <input type="text" name="exemptDom"/>
95 <input type="submit" value="Exempt this domain from pings" name="addExDom"/>
96 <input type="submit" value="Do not exempt this domain from pings" name="delExDom"/>
97 </td></tr>
98 </table>
99
100 <table>
101 <tr><th colspan="2">
102 Test server settings
103 </th></tr>
104
105 <tr><td>
106 Time for valid tests
107 </td><td>
108 <?=$testValidMonths?> months
109 </td></tr>
110
111 <tr><td>
112 Time between two verifications
113 </td><td>
114 <?=$reverificationDays?> days
115 </td></tr>
116
117 <tr><td>
118 Time that a verification is considered recent
119 </td><td>
120 <?=$verificationFreshMonths?> months
121 </td></tr>
122
123 <tr><td>
124 Maximum time that a verification is accepted
125 </td><td>
126 <?=$verificationMaxAgeMonths?> months
127 </td></tr>
128
129 <tr><td>
130 Maximum time before reping of email address needed
131 </td><td>
132 <?=$emailPingMonths?> months
133 </td></tr>
134 </table>