-
Notifications
You must be signed in to change notification settings - Fork 0
/
join2.htm
executable file
·131 lines (120 loc) · 4.17 KB
/
join2.htm
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
<html>
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1">
<meta name="GENERATOR" content="Microsoft FrontPage Express 2.0">
<title>join</title>
<bgsound src="trooper.mid" loop="infinite">
</head>
<body background="back.gif" text="#FFFF00">
<h1 align="center"><img src="logog.jpg"
alt="So Ya Wanna Join?" width="254" height="254"></h1>
<h1 align="center"><font color="#FFFF00" size="5"><b><i>So,</i></b><b>
you want to be a part of the GDIntellegence?</b></font></h1>
<hr>
<h1 align="center">Recruits:</h1>
<p align="center"><font color="#FFFF00" size="3">ClanGDI is
looking for possible members to join. If you are a good
Quake/Quake2 player, please fill out this form and it will be
EMailed to the Clan's webmaster.</font></p>
<hr>
<form action="mailto:[email protected]" method="POST"
enctype="text/plain">
<p><name="how_they_heard_about_us"> </p>
<p><b>Please provide the following contact information:</b></p>
<blockquote>
<table border="0">
<tr>
<td align="right"><em>Name</em></td>
<td><input type="text" size="25"
name="Contact_FullName"> </td>
</tr>
<tr>
<td align="right"><em>Quake2 Nick</em></td>
<td><input type="text" size="25"
name="Quake2 Name"> </td>
</tr>
<tr>
<td align="right"><em>E-mail</em></td>
<td><input type="text" size="25"
name="Contact_Email"> </td>
</tr>
<tr>
<td align="right"><em>ICQ#</em></td>
<td><input type="text" size="15"
name="Contact_Email"> </td>
</tr>
</table>
</blockquote>
<blockquote>
<table border="0">
<tr>
<td align="right"><em>Age</em></td>
<td><input type="text" size="3" maxlength="3"
name="Personal_Age"> </td>
</tr>
<tr>
<td align="right"><em>Model Gender</em></td>
<td><input type="radio" checked
name="Personal_Sex" value="Male"> Male <input
type="radio" name="Personal_Sex" value="Female">
Female </td>
</tr>
</table>
</blockquote>
<p><b>Location on this planet:</b></p>
<blockquote>
<p><select name="location" size="3">
<option selected>North America </option>
<option>Europe </option>
<option>Asia </option>
</select> <br>
</p>
</blockquote>
<p><b>Connection Speed:</b></p>
<blockquote>
<p><select name="connection" size="1">
<option>28.8k </option>
<option selected>33.6k </option>
<option>56k </option>
<option>Single ISDN </option>
<option>Duel ISDN </option>
<option>Cable </option>
<option>T1 </option>
<option>T3 (yeah, right)</option>
</select> <br>
</p>
</blockquote>
<p><b>Preferred Style of Play:</b></p>
<blockquote>
<p><input type="radio" checked name="position-preference"
value="Offense"> Offensive <br>
<input type="radio" name="position-preference"
value="Roamer"> Runner <br>
<input type="radio" name="position-preference"
value="Defense"> Defensive</p>
</blockquote>
<p><b>Mods that you like:</b></p>
<p><input type="checkbox" name="Option_CTF" value="ON">Threewave/Zoid's
CTF2 <br>
<input type="checkbox" name="Option_LMCTF" value="ON">LMCTF <br>
<input type="checkbox" name="Option_RA2" value="ON">Rocket
Arena 2 <br>
<input type="checkbox" name="Option_Pball" value="ON">Powerball
<br>
<input type="checkbox" name="Option_Death-Match" value="ON">Death
Match</p>
<p><b>Additional Questions/Comments:</b></p>
<blockquote>
<p><textarea name="questions/comments" rows="8" cols="35"></textarea>
<br>
</p>
</blockquote>
<p><input type="submit" value="Submit Form"> <input
type="reset" value="Reset Form"> </p>
</form>
<hr>
<h5>ClanGDI<br>
Last revised: August 17, 1998</h5>
</body>
</html>