forked from ucmom/UCMom-Pages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
263 lines (240 loc) · 10.3 KB
/
index.html
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
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<!--link to the css file-->
<link type="text/css" rel="stylesheet" href="stylesheet.css">
<!-- title header -->
<title>UC MOM Home</title>
</head>
<body id="home_body" style= background-color:"#82CAFA";>
<!--add a feedback button to the left side of the home page-->
<div id="fdBtn"><a href="#fdback" ></a></div>
<!-- table to hold all the links in the header -->
<table id="linkheadertable">
<tbody>
<tr>
<td><a href = "./index.html"><h3 id="homeLink">HOME</h3></a></td>
<td><a href = "./ucsdmap.html"><h3>MAP</h3></a></td>
<td><a href = "http://women.ucsd.edu/"><h3>CONTACT</h3></a></td>
<!-- contact links to women center-->
<td><a href = "./login.html"><h3>LOGIN</h3></a></td>
</tr>
</tbody>
</table>
<!-- put a horizontal line break -->
<hr width="80%";size="3" />
<!-- Title on the Page -->
<p align="center">UCMOM <span>San Diego</span></p>
<!--create table of 11 blocks to put images in-->
<table id="geiselrow1">
<tr>
<!-- try to make the picture clickable to open a modal window so the user can use the room reservation system-->
<!-- Biomedical Science Building -->
<td><a href = "#openModal1"><div title = "Biomedical Science Building" class="picture"><img src="./images/BSB_B241.jpg" /></div></a>
<div id = "openModal1" class = "modalWindow">
<div>
<!-- heading of the modal window indicating which room -->
<h1 class = firstLine>Biomedical Sciences Building</h1>
<!-- link to a modal window to make a reservation-->
<a href = "#reservtnCalendar"><h3 class="make_res">MAKE A RESERVATION</h3></a>
<!-- link to a modal window to cancel a reservation-->
<a href = "#reservtnCancel"><h3 class="cancel_res">CANCEL A RESERVATION</h3></a>
<!-- link to a modal window to view all reservations-->
<a href = "#reservtnView"><h3 class="view_res">VIEW ALL RESERVATIONS</h3></a>
<!-- link to close opened modal window-->
<a href = "#close" title= "Close" class = "close">X</a>
</div>
</div>
</td>
<!-- Computer Science and Engineering Building -->
<td>
<a href = "#openModal2"><div title = "Computer Science and Engineering Building" class="picture"><img src="./images/EBU-3B_3113.jpg" /></div></a>
<div id = "openModal2" class = "modalWindow">
<div>
<!--want to change the font of the h1 heading-->
<h1 class = firstLine>Computer Science & Engineering Building</h1>
<a href = "#reservtnCalendar"><h3 class="make_res">MAKE A RESERVATION</h3></a>
<a href = "#reservtnCancel"><h3 class="cancel_res">CANCEL A RESERVATION</h3></a>
<a href = "#reservtnView"><h3 class="view_res">VIEW ALL RESERVATIONS</h3></a>
<a href = "#close" title= "Close" class = "close">X</a>
</div>
</div>
</td>
</tr>
</table>
<table id="geiselrow2">
<tr>
<!-- Galbraith Hall -->
<td>
<a href = "#openModal3"><div title = "Galbraith Hall" class="picture"><img src="./images/GalbraithHall_252.jpg" /></div></a>
<div id = "openModal3" class = "modalWindow">
<div>
<h1 class = smallLine>Galbraith Hall</h1>
<a href = "#reservtnCalendar"><h3 class="make_res">MAKE A RESERVATION</h3></a>
<a href = "#reservtnCancel"><h3 class="cancel_res">CANCEL A RESERVATION</h3></a>
<a href = "#reservtnView"><h3 class="view_res">VIEW ALL RESERVATIONS</h3></a>
<a href = "#close" title= "Close" class = "close">X</a>
</div>
</div>
</td>
<!-- Leichtag 2nd Floor -->
<td>
<a href = "#openModal4"><div title = "Leichtag 2nd Floor" class="picture"><img src="./images/Leichtag_2ndFloor.jpg" /></div></a>
<div id = "openModal4" class= "modalWindow">
<div>
<h1 class = smallLine>Leichtag 2nd Floor</h1>
<a href = "#reservtnCalendar"><h3 class="make_res">MAKE A RESERVATION</h3></a>
<a href = "#reservtnCancel"><h3 class="cancel_res">CANCEL A RESERVATION</h3></a>
<a href = "#reservtnView"><h3 class="view_res">VIEW ALL RESERVATIONS</h3></a>
<a href = "#close" title= "Close" class = "close">X</a>
</div>
</div>
</td>
<!-- Leichtag 3rd Floor -->
<td>
<a href = "#openModal5"><div title = "Leichtag 3rd Floor" class="picture"><img src="./images/Leichtag_3rdFloor.jpg" /></div></a>
<div id = "openModal5" class = "modalWindow">
<div>
<h1 class = smallLine>Leichtag 3rd Floor</h1>
<a href = "#reservtnCalendar"><h3 class="make_res">MAKE A RESERVATION</h3></a>
<a href = "#reservtnCancel"><h3 class="cancel_res">CANCEL A RESERVATION</h3></a>
<a href = "#reservtnView"><h3 class="view_res">VIEW ALL RESERVATIONS</h3></a>
<a href = "#close" title= "Close" class = "close">X</a>
</div>
</div>
</td>
</tr>
</table>
<table id="geiselrow3">
<tr>
<!-- Nierenberg -->
<td>
<a href = "#openModal6"><div title = "Nierenberg" class="picture"><img src = "./images/Nierenberg_416C.jpg"></div></a>
<div id = "openModal6" class = "modalWindow">
<div>
<h1 class = smallLine>Nierenberg</h1>
<a href = "#reservtnCalendar"><h3 class="make_res">MAKE A RESERVATION</h3></a>
<a href = "#reservtnCancel"><h3 class="cancel_res">CANCEL A RESERVATION</h3></a>
<a href = "#reservtnView"><h3 class="view_res">VIEW ALL RESERVATIONS</h3></a>
<a href = "#close" title= "Close" class = "close">X</a>
</div>
</div>
</td>
<!-- Price Center -->
<td>
<a href = "#openModal7"><div title = "Price Center" class="picture"><img src = "./images/PriceCtrGreen_2.115.jpg"></div></a>
<div id = "openModal7" class = "modalWindow">
<div>
<h1 class = smallLine>Price Center</h1>
<a href = "#reservtnCalendar"><h3 class="make_res">MAKE A RESERVATION</h3></a>
<a href = "#reservtnCancel"><h3 class="cancel_res">CANCEL A RESERVATION</h3></a>
<a href = "#reservtnView"><h3 class="view_res">VIEW ALL RESERVATIONS</h3></a>
<a href = "#close" title= "Close" class = "close">X</a>
</div>
</div>
</td>
<!-- Structural and Materials Engineering -->
<td>
<a href = "#openModal8"><div title = "Structural and Materials Engineering" class="picture"><img src = "./images/SME_4thFloor.jpg"></div></a>
<div id = "openModal8" class = "modalWindow">
<div>
<h1 class = firstLine>Structural & Materials Engineering 4th Floor</h1>
<a href = "#reservtnCalendar"><h3 class="make_res">MAKE A RESERVATION</h3></a>
<a href = "#reservtnCancel"><h3 class="cancel_res">CANCEL A RESERVATION</h3></a>
<a href = "#reservtnView"><h3 class="view_res">VIEW ALL RESERVATIONS</h3></a>
<a href = "#close" title= "Close" class = "close">X</a>
</div>
</div>
</td>
<!-- Torrey Pines North -->
<td>
<a href = "#openModal9"><div title = "Torrey Pines North" class="picture"><img src = "./images/TorreyPinesNorth_130.jpg"></div></a>
<div id = "openModal9" class = "modalWindow">
<div>
<h1 class = smallLine>Torrey Pines North</h1>
<a href = "#reservtnCalendar"><h3 class="make_res">MAKE A RESERVATION</h3></a>
<a href = "#reservtnCancel"><h3 class="cancel_res">CANCEL A RESERVATION</h3></a>
<a href = "#reservtnView"><h3 class="view_res">VIEW ALL RESERVATIONS</h3></a>
<a href = "#close" title= "Close" class = "close">X</a>
</div>
</div>
</td>
</tr>
</table>
<table id="geiselrow4">
<tr>
<!-- Women's Center -->
<td>
<a href = "#openModal10"><div title = "Women's Center" class="picture"><img src = "./images/WomensCtr.jpg"></div></a>
<div id = "openModal10" class = "modalWindow">
<div>
<h1 class = smallLine>Women's Center</h1>
<a href = "#reservtnCalendar"><h3 class="make_res">MAKE A RESERVATION</h3></a>
<a href = "#reservtnCancel"><h3 class="cancel_res">CANCEL A RESERVATION</h3></a>
<a href = "#reservtnView"><h3 class="view_res">VIEW ALL RESERVATIONS</h3></a>
<a href = "#close" title= "Close" class = "close">X</a>
</div>
</div>
</td>
<!-- Thornton Hospital -->
<td>
<a href = "#openModal11"><div title = "Thornton Hospital" class="picture"><img src = "./images/ThorntonHospital.jpg"></div></a>
<div id = "openModal11" class = "modalWindow">
<div>
<h1 class = smallLine>Thornton Hospital</h1>
<a href = "#reservtnCalendar"><h3 class="make_res">MAKE A RESERVATION</h3></a>
<a href = "#reservtnCancel"><h3 class="cancel_res">CANCEL A RESERVATION</h3></a>
<a href = "#reservtnView"><h3 class="view_res">VIEW ALL RESERVATIONS</h3></a>
<a href = "#close" title= "Close" class = "close">X</a>
</div>
</div>
</td>
</tr>
</table>
<!-- modal window code for where the calendar to book times would appear -->
<div id = "reservtnCalendar" class = "modalWindow">
<div>
<!-- have to replace this section with interactive calendar -->
<h3>Choose time slot on calendar:</h3>
<h3>Date</h3>
<h3>Time</h3>
<a href = "#close" title= "Close" class = "close">X</a>
</div>
</div>
<!-- modal window code for where the cancel button appears to cancel reservations -->
<div id = "reservtnCancel" class = "modalWindow">
<div>
<h3>Choose reservation to cancel:</h3>
<!-- have to populate with reservations made by user with checkboxes-->
<!-- button to cancel the reservations marked in their respective checkboxes-->
<input id="cancelBtn" type="button" value="Cancel Reservation">
<a href = "#close" title= "Close" class = "close">X</a>
</div>
</div>
<!-- modal window code for where all the user's reservations would appear -->
<div id = "reservtnView" class = "modalWindow">
<div>
<h3>Your Reservations:</h3>
<a href = "#close" title= "Close" class = "close">X</a>
</div>
</div>
<!-- modal window code that opens up a feedback form -->
<div id = "fdback" class = "modalWindow">
<div>
<form>
<h3>Name:</h3>
<input id="feedback_name" name="feedback[name]" size="45" type="text">
<h3>Email:</h3>
<input id="feedback_email" name="feedback[email]" size="45" type="email">
<h3>Feedback:</h3>
<textarea cols="35" id="feedback_content" name="feedback[content]" rows="7"></textarea>
<br />
<br />
<input id="fdSubmitBtn" type="button" value="Send Feedback">
</form>
<a href = "#close" title= "Close" class = "close">X</a>
</div>
</div>
</body>
</html>