]> WPIA git - gigi.git/blob - src/org/cacert/gigi/pages/Manager.templ
ADD: A testsystem Manager.
[gigi.git] / src / org / cacert / gigi / pages / Manager.templ
1 <div>
2 Batch create users:
3 <div>
4   Email: 
5   <input type="text" name="prefix"/> NNN@
6   <input type="text" name="suffix"/>
7 </div>
8 Amount:  <input type="slider" name="amount"/> <input type="submit" name="create" value="Create Users"/>
9 </div>
10 <div>
11 Add privillege:
12 Email: <input type="text" name="email"/> 
13 <select name="priv">
14 <option>supporter</option>
15 <option>arbitrator</option>
16 <option>blockedassuree</option>
17 <option>blockedassurer</option>
18 <option>blockedlogin</option>
19 <option>ttp-assurer</option>
20 <option>ttp-applicant</option>
21 <option>codesigning</option>
22 <option>orgassurer</option>
23 </select>
24 <input type="submit" name="addpriv" value="Grant Privillege"/>
25 <input type="submit" name="delpriv" value="Revoke Privillege"/>
26 </div>
27
28 <div>
29 Recive Mails:
30 Email: <input type="text" name="femail"/>
31 <input type="submit" value="Recieve Mails" name="fetch"/>
32 </div>