]> WPIA git - gigi.git/blob - util-testing/club/wpia/gigi/pages/Manager.templ
upd: terminology in database
[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>blocked-applicant</option>
22 <option>blocked-agent</option>
23 <option>blocked-login</option>
24 <option>ttp-agent</option>
25 <option>ttp-applicant</option>
26 <option>nucleus-agent</option>
27 <option>codesigning</option>
28 <option>org-agent</option>
29 </select>
30 <input type="submit" name="addpriv" value="Grant Privillege"/>
31 <input type="submit" name="delpriv" value="Revoke Privillege"/>
32 </td><tr>
33
34 <tr><td>
35 Receive Mails:
36 </td><td>
37 Email: <input type="text" name="femail"/>
38 </td><td>
39 <input type="submit" value="Receive Mails" name="fetch"/>
40 </td><tr>
41
42 <tr><td>
43 Add CATs entry:
44 </td><td>
45 Email: <input type="text" name="catsEmail"/>
46 </td><td>
47 <select name="catsType">
48 <? foreach($cats_types) { ?>
49 <option value="<?=$id?>"><?=$name?></option>
50 <? } ?>
51 </select>
52 <input type="submit" value="Add CATs" name="cats"/>
53 </td></tr>
54 <tr><td>
55 Add 100 Verification Points:
56 </td><td>
57 Email: <input type="text" name="verifyEmail"/>
58 </td><td>
59 Verification Points to issue to preferred name: </br>
60 <input type="text" name="verificationPoints" value="100"/> <input type="submit" value="Add Points" name="verify"/>
61
62 </td></tr>
63
64 <tr><td>
65 Verify 25 others (get 25 Experience Points)     :
66 </td><td>
67 Email: <input type="text" name="letverifyEmail"/>
68 </td><td>
69 <input type="submit" value="Add 25 Experience Points" name="letverify"/>
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="exemptDom"/>
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
128 <tr><td>
129 Maximum time before reping of email address needed
130 </td><td>
131 <?=$emailPingMonths?> months
132 </td></tr>
133 </table>