File: unroll_select.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 (45 lines) | stat: -rw-r--r-- 991 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
<html>
	<head><title>ctf gimble challenge ladder - signup</title></head>
	<body>
		<h3>signup</h3>
		<form action=ladder.cgi method=POST>
			<input type=hidden name=rm value=signup_welcome />
			<table>
				<tr>
					<td>Screen Name</td>
					<td><input type=text name=screen_name /></td>
				</tr>

				<tr>
					<td>Login Name (use this to login next time)</td>
					<td><input type=text name=login_name /></td>
				</tr>

				<tr>
					<td>Clan Name</td>
					<td>
						<select name=name id=clan_list>
							<option id=clan_name>  clan_name </option>
						</select>
					</td>
				</tr>

				<tr>
					<td>Password (<b>Don't choose one you use elsewhere.)</b></td>
					<td><input type=password name=password /></td>
				</tr>

				<tr>
					<td>Password (Again)</td>
					<td><input type=password name=password_again /></td>
				</tr>

				<tr>
					<td>Email</td>
					<td><input type=text name=email /></td>
				</tr>
			</table>
			<input type=submit />
		</form>
	</body>
</html>