File: unroll_select-exp.html

package info (click to toggle)
libhtml-element-library-perl 5.220000-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 332 kB
  • sloc: perl: 857; makefile: 2
file content (52 lines) | stat: -rw-r--r-- 1,179 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<html>
	<head><title>ctf gimble challenge ladder - signup</title></head>
	<body>
		<h3>signup</h3>
		<form action="ladder.cgi" method="POST">
			<input value="signup_welcome" name="rm" type="hidden"/>
			<table>
				<tr>
					<td>Screen Name</td>
					<td>
						<input name="screen_name" type="text"/>
					</td>
				</tr>
				<tr>
					<td>Login Name (use this to login next time)</td>
					<td>
						<input name="login_name" type="text"/>
					</td>
				</tr>
				<tr>
					<td>Clan Name</td>
					<td>
						<select name="name" id="clan_list">
							<option value="12" selected="1">janglers</option>
							<option value="14">thugknights</option>
							<option value="13">cavaliers</option>
						</select>
					</td>
				</tr>
				<tr>
					<td>Password (<b>Don't choose one you use elsewhere.)</b></td>
					<td>
						<input name="password" type="password"/>
					</td>
				</tr>
				<tr>
					<td>Password (Again)</td>
					<td>
						<input name="password_again" type="password"/>
					</td>
				</tr>
				<tr>
					<td>Email</td>
					<td>
						<input name="email" type="text"/>
					</td>
				</tr>
			</table>
			<input type="submit"/>
		</form>
	</body>
</html>