-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreg_mm.php
executable file
·209 lines (192 loc) · 5.64 KB
/
reg_mm.php
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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
<?php
$thispage = "mechmaniareg";
$parent = "register";
$title = "MechMania Registration";
include 'includes/_top.php';
check_status($rp_reg_stat_mechmania);
?>
<div id="content">
<a name="company"><div class="section_title">MechMania Registration</div></a>
<div class="section">
</div>
<br>
All team members must be students at an educational institution and are
strongly encouraged to be <a href="register_attend.php">registered paying
Conference attendees</a> (Which costs $20/person and covers all meals for
the weekend, plus additional exclusive MechMania-only food breaks. Since
online registration is now closed, please e-mail <a
href="mailto:[email protected]">[email protected]</a> if you want
catered meals conveniently located in the Siebel Center while participating
in MechMania and are not yet registered as a paying attendee.). You will
receive a confirmation e-mail from our staff after we process your
registration.
<p> If you have any questions or concerns, email <a href="mailto:[email protected]">[email protected]</a>.
<p></p>
<center>
<form action="mm_reg.php" method="GET">
<table>
<tr>
<td class="label"></td>
<td class="input">Note: All fields are required.
</td>
<tr><td></td><td>First Name</td><td>Last Name</td><td>e-mail</td></tr>
<tr>
<td class="label">Member 1</td>
<td class="input">
<input type="text" name="member1_first">
</td>
<td class="input">
<input type="text" name="member1_last">
</td>
<td class="input">
<input type="text" name="member1_email">
</td>
</tr>
<tr>
<td class="label">Member 2</td>
<td class="input">
<input type="text" name="member2_first">
</td>
<td class="input">
<input type="text" name="member2_last">
</td>
<td class="input">
<input type="text" name="member2_email">
</td>
</tr>
<tr>
<td class="label">Member 3</td>
<td class="input">
<input type="text" name="member3_first">
</td>
<td class="input">
<input type="text" name="member3_last">
</td>
<td class="input">
<input type="text" name="member3_email">
</td>
</tr>
<tr><td> <br></td></tr>
<tr>
<td class="label">Team Name</td>
<td class="input" colspan=3>
<input type="text" name="team_name">
</td>
</tr>
<tr>
<td class="label">School / Organization</td>
<td class="input" colspan=3>
<input type="text" name="school">
</td>
</tr>
<!--
<tr>
<td class="label">Request printed documentation?</td>
<td class="input" colspan=3>
<input type="checkbox" name="print" value="yes">
(It's over 50 pages; please don't ask for it unless you'll really
use it. Full documentation will be available in electronic form.)
</td>
</tr>
-->
<tr>
<td class="label">Team colors</td>
<td class="input" colspan=3>
<select name="color1">
<option value="Aqua">Aqua
<option value="Black">Black
<option value="Blue">Blue
<option value="Fuchsia">Fuchsia
<option value="Gray">Gray
<option value="Green">Green
<option value="Lime">Lime
<option value="Maroon">Maroon
<option value="Navy">Navy
<option value="Olive">Olive
<option value="Purple">Purple
<option value="Red">Red
<option value="Silver">Silver
<option value="Teal">Teal
<option value="White">White
<option value="Yellow">Yellow
</select>
and
<select name="color2">
<option value="Aqua">Aqua
<option value="Black">Black
<option value="Blue">Blue
<option value="Fuchsia">Fuchsia
<option value="Gray">Gray
<option value="Green">Green
<option value="Lime">Lime
<option value="Maroon">Maroon
<option value="Navy">Navy
<option value="Olive">Olive
<option value="Purple">Purple
<option value="Red">Red
<option value="Silver">Silver
<option value="Teal">Teal
<option value="White">White
<option value="Yellow">Yellow
</select>
</td>
</tr>
<tr>
<td class="label">Alternate colors</td>
<td class="input" colspan=3>
<select name="color3">
<option value="Aqua">Aqua
<option value="Black">Black
<option value="Blue">Blue
<option value="Fuchsia">Fuchsia
<option value="Gray">Gray
<option value="Green">Green
<option value="Lime">Lime
<option value="Maroon">Maroon
<option value="Navy">Navy
<option value="Olive">Olive
<option value="Purple">Purple
<option value="Red">Red
<option value="Silver">Silver
<option value="Teal">Teal
<option value="White">White
<option value="Yellow">Yellow
</select>
and
<select name="color4">
<option value="Aqua">Aqua
<option value="Black">Black
<option value="Blue">Blue
<option value="Fuchsia">Fuchsia
<option value="Gray">Gray
<option value="Green">Green
<option value="Lime">Lime
<option value="Maroon">Maroon
<option value="Navy">Navy
<option value="Olive">Olive
<option value="Purple">Purple
<option value="Red">Red
<option value="Silver">Silver
<option value="Teal">Teal
<option value="White">White
<option value="Yellow">Yellow
</select>
</td>
</tr>
<tr>
<td class="label">Do you have any questions or concerns? (Optional)</td>
<td class="input" colspan=3>
<textarea name="note" cols="35" rows="3" wrap="virtual"></textarea>
</td>
</tr>
<tr>
<td class="label"> </td>
<td class="input">
<input type="submit" name="mechmania" value="Register">
</td>
</tr>
</table>
</form>
</center>
</div>
<?php include 'includes/_bottom.php'; ?>