-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequest.php
More file actions
executable file
·80 lines (74 loc) · 2.67 KB
/
request.php
File metadata and controls
executable file
·80 lines (74 loc) · 2.67 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<?include "user_header_study.php"?>
<div class="container">
<div class="content">
<div class="row" style="margin-left: 0px";>
<div class="span16">
<div class="row " style="margin-left: auto; margin-right: auto; margin-bottom: 0px">
<div class="span15" style="margin-top:25px;margin-bottom: 5px; margin-left: auto; margin-right: auto; ">
<h4 class="glow" style="margin-top:20px;font-family: 'Trebuchet MS', sans-serif; margin-left:-20px;text-align: left; width: 100%; font-size: 30px; font-weight: lighter; color:#444444; "> Which do you need a study buddy for?</h4>
</div>
<table style="width:300px;opacity:0.75;filter:alpha(opacity=75);">
<tbody>
<tr>
<td>
<input type="radio" name="vehicle" value="Car" /> Class 1
</td>
</tr>
<tr>
<td>
<input type="radio" name="vehicle" value="Car" /> Class 2
</td>
</tr>
<tr>
<td>
<input type="radio" name="vehicle" value="Car" /> Class 3
</td>
</tr>
<tr>
<td>
<input type="radio" name="vehicle" value="Car" /> Class 4
</td>
</tr>
<tr>
<td>
<input type="radio" name="vehicle" value="Car" /> Class 5
</td>
</tr><tr>
<td>
<input type="radio" name="vehicle" value="Car" /> Class 6
</td>
</tr>
<tr>
<td> <select class="mini" style = "align:middle;width: 150px;" name="rank_select" id="rank_select">
<option> </option>
<option> Problem Sets </option>
<option> Reviewing Material </option>
<option> Splitting Readings </option>
<option> Proofreading Essays </option> </select>
</td>
</tr>
</tbody>
</table>
</div>
<form method="post" action="matches.php" style="margin-top: -5px; margin-bottom: 5px;">
<input class="btn orange" type="submit" style="height: 35px; width: 120px; font-family: 'Lucida Grande', sans-serif;font-size: 18px; color: #ffffff;" value="Submit"> </input>
</form>
</div>
</div>
</div>
<div class="row" style="margin-left: 0px";>
<div class="span16">
<div class="row" style="margin-left: 0px";>
</div>
</div>
</div>
<?include "bottom_pane.php"?>
<footer>
<p>© Duma 2011</p>
</footer>
</div>
</body>
</html>