]> iEval git - html-element-library.git/blame - t/html/unroll_select.html
Remove HTML::Element::Library::Changes
[html-element-library.git] / t / html / unroll_select.html
CommitLineData
67e78ff2 1<html>
2<head>
3<title>ctf gimble challenge ladder - signup</title>
4</head>
5
6<body>
7<h3>signup</h3>
8
9
10<form action=ladder.cgi
11 method=POST>
12
13<input type=hidden name=rm value=signup_welcome>
14
15<table>
16
17<tr>
18<td>Screen Name</td>
19<td><input type=text name=screen_name></td>
20</tr>
21
22<tr>
23<td>Login Name (use this to login next time)</td>
24<td><input type=text name=login_name></td>
25</tr>
26
27<tr>
28<td>Clan Name</td>
29<td>
30<select name=name id=clan_list>
31 <option id=clan_name> clan_name </option>
32</select>
33</td>
34</tr>
35
36<tr><td>Password (<b>Don't choose one you use elsewhere.)</b></td>
37<td><input type=password name=password></td>
38</tr>
39
40<tr>
41<td>Password (Again)</td>
42<td><input type=password name=password_again></td>
43</tr>
44
45<tr>
46<td>Email</td>
47<td><input type=text name=email></td>
48</tr>
49
50</table>
51
52<input type=submit>
53
54</form>
55</body>
56</html>
This page took 0.028314 seconds and 4 git commands to generate.