-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmatcheslist.php
More file actions
executable file
·128 lines (105 loc) · 4.47 KB
/
matcheslist.php
File metadata and controls
executable file
·128 lines (105 loc) · 4.47 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<?include "user_header_study2.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>
<table style="margin-left:0px;margin-bottom: 0px;width:950px;">
<tbody>
<tr>
<div class="span15" style="margin-top:25px;margin-bottom: 5px; margin-left: 10px; margin-right: auto; ">
<h4 class="glow" style="font-family: 'Trebuchet MS', sans-serif; margin-left:-20px;text-align: left; width: 100%; font-size: 30px; font-weight: lighter; color:#444444; "> Contact your matches</h4>
</div>
<div class="span15" style="margin-bottom: 20px; margin-left: 8px; margin-right: auto;">
<h2 style="font-family: 'Trebuchet MS', sans-serif; text-align: left; color:#444444; font-weight: lighter;font-size: 18px; line-height: 20px;">
These are the people you ranked #1. <br> Select the buddies you want to contact, push the blue button, and then you're good to go! </br> <br> Happy studying!</br>
</h2>
</div>
</tr>
</tbody>
</table>
<table style="margin-left:0px;margin-bottom: 0px;width:950px;">
<tbody>
<tr>
<td style="font-family: 'Lucida Grande', sans-serif; text-align:left; font-weight: bold; color:#3366CC; font-size: 20px; line-height: 20px;">
ELE381</td>
<td style="font-family: 'Lucida Grande', sans-serif; text-align:left; font-weight: bold; color:#3366CC; font-size: 20px; line-height: 20px;">
EGR495</td>
<td style="font-family: 'Lucida Grande', sans-serif; text-align:left; font-weight: bold; color:#3366CC; font-size: 20px; line-height: 20px;">
COS126</td>
</tr>
<td>
<input type="checkbox" name="vehicle" value="Car" /> Josphat Magutt
</td>
<td>
<input type="checkbox" name="vehicle" value="Car" /> Arielle Sandor
</td>
<td>
<input type="checkbox" name="vehicle" value="Car" /> Josphat Magutt
</td>
</tr>
<tr>
<td>
<input type="checkbox" name="vehicle" value="Car" /> Mung Chiang
</td>
<td>
<input type="checkbox" name="vehicle" value="Car" /> Christine Blauvelt
</td>
<td>
<input type="checkbox" name="vehicle" value="Car" /> Eric Kuto
</td>
</tr>
<tr>
<td>
<input type="checkbox" name="vehicle" value="Car" /> Gabe Savit
</td>
</tr>
<tr>
<td>
<form method="post" action="email.php" style="margin-top:10px; margin-bottom: 5px;">
<input class="btn primary" type="submit" style="height: 30px; width: 150px; font-family: 'Lucida Grande', sans-serif;font-size: 15px; font-weight: lighter;color: #ffffff;" value="Contact Buddy!"> </input>
</form>
</td>
<td>
<form method="post" action="email.php" style="margin-top:10px; margin-bottom: 5px;">
<input class="btn primary" type="submit" style="height: 30px; width: 150px; font-family: 'Lucida Grande', sans-serif;font-size: 15px; font-weight: lighter;color: #ffffff;" value="Contact Buddy!"> </input>
</form>
</td>
<td>
<form method="post" action="email.php" style="margin-top:10px; margin-bottom: 5px;">
<input class="btn primary" type="submit" style="height: 30px; width: 150px; font-family: 'Lucida Grande', sans-serif;font-size: 15px; font-weight: lighter;color: #ffffff;" value="Contact Buddy!"> </input>
</form>
</td>
</tr>
</tbody>
</table>
<table style="margin-left:0px;margin-bottom: 20px;width:450px;">
<tbody>
<tr>
<tr>
<form method="post" action="request.php" style=" margin-bottom: 5px;">
<input class="btn orange" type="submit" style="margin-top:20px;margin-left:2px;height: 35px; width: 230px; font-family: 'Lucida Grande', sans-serif;font-size: 18px; font-weight: lighter;color: #ffffff;" value="Request Another Buddy"> </input>
</form>
</tr>
</tbody>
</table>
</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>