-
Notifications
You must be signed in to change notification settings - Fork 0
/
form.html
378 lines (363 loc) · 18.5 KB
/
form.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
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
<link rel="apple-touch-icon" sizes="57x57" href="/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js"></script>
<title>R/V Gunnerus Reservation System - Cruise Registration</title>
<!-- Themed Bootstrap core CSS -->
<link href="styles/gunnerus_bootstrap.min.css" rel="stylesheet">
<!-- Custom Gunnerus CSS -->
<link href="styles/gunnerus.css" rel="stylesheet">
<link href="styles/calendar.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body class="cruiseFormPage">
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">
<img alt="NTNU-logo" src="../img/Logo-Ntnu.png"> <span>R/V Gunnerus</span>
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="navbar">
<form class="navbar-form navbar-right">
<a href="index.html" class="btn btn-default">Log out</a>
</form>
<ul class="nav navbar-nav navbar-right">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"><span class="glyphicon glyphicon-user" aria-hidden="true"></span> Test User <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="user.html"><span class="glyphicon glyphicon-cog" aria-hidden="true"></span> Profile</a></li>
<li role="separator" class="divider"></li>
<li><a href="user.html#cruiseTop">Your Cruises</a></li>
<li><a href="admin.html">Admin</a></li>
</ul>
</li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
</div>
<section class="cruiseForm">
<div class="container">
<form>
<div class="page-header">
<h1>Register New Cruise</h3>
</div>
<div class="page-header">
<h3>Ordering Information</h3>
</div>
<div class="container">
<ul>
<li>You will receive a confirmation email when your booking has been accepted.</li>
<li>Cancellations later than three weeks before the cruise will be charged in full.</li>
<li>If meals are to be arranged by the ship, the relevant items below must be filled in correctly at least one month before the start date of the cruise.</li>
</ul>
</div>
<div class="page-header">
<h3>Conditions and Terms</h3>
</div>
<div class="container">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis sit amet molestie turpis. Nulla viverra hendrerit tellus, sit amet dignissim ipsum vulputate ac. Aliquam sodales maximus malesuada. Aliquam mauris magna, tempus vel blandit eu, euismod sit amet libero. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p>
<p>Suspendisse arcu nisi, iaculis nec fringilla vitae, rutrum condimentum nisl. Sed condimentum sit amet diam nec ultrices. Praesent eu metus enim. Integer hendrerit, diam vel euismod interdum, arcu eros laoreet mi, porttitor iaculis turpis felis a neque. Quisque molestie luctus ligula a sodales. Sed rhoncus enim turpis, in interdum orci fermentum nec.</p>
</div>
<div class="checkbox">
<label>
<input type="checkbox"> I accept these terms and conditions
</label>
</div>
<div class="page-header">
<h3>Basic Cruise Information</h3>
</div>
<div class="form-group">
<label for="exampleInputEmail1">Cruise name</label>
<p class="help-block">Enter something descriptive.</p>
<input type="email" class="form-control" id="exampleInputEmail1" placeholder="Name">
</div>
<section class="container calendar">
<div class="panel panel-default">
<div class="panel-heading nav nav-default">
<div class="pull-left">
<h3>Cruise Calendar <span class="label label-default dateLabel">May 2017</span></h3>
</div>
<div class="btn-toolbar pull-right" role="group" aria-label="...">
<div class="btn-group">
<button type="button" class="btn btn-default calPreviousButton"><span class="glyphicon glyphicon-menu-left" aria-hidden="true"></span></button>
<button type="button" class="btn btn-default calNextButton"><span class="glyphicon glyphicon-menu-right" aria-hidden="true"></span></button>
<button type="button" class="btn btn-default calTodayButton">Today</button>
</div>
<div class="btn-group" role="group">
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
View
<span class="caret"></span>
</button>
<ul class="dropdown-menu">
<li><a href="#" class="calYearButton">Year</a></li>
<li><a href="#" class="calMonthButton">Month</a></li>
</ul>
</div>
</div>
</div>
<div class="panel-body">
<div id="calendar"></div>
</div>
<div class="panel-footer">
<div class="btn-toolbar" role="group" aria-label="...">
<div class="btn-group pull-left">
<button type="button" class="btn btn-default calPreviousButton"><span class="glyphicon glyphicon-menu-left" aria-hidden="true"></span></button>
</div>
<div class="btn-group pull-right">
<button type="button" class="btn btn-default calNextButton"><span class="glyphicon glyphicon-menu-right" aria-hidden="true"></span></button>
</div>
</div>
</div>
</div>
</section>
<div class="form-group">
<label for="exampleInputEmail1">Cruise start date</label>
<p class="help-block">The start date may also be picked using the calendar.</p>
<input type="date" class="form-control" id="exampleInputEmail2">
</div>
<div class="form-group">
<label for="exampleInputEmail1">Cruise end date</label>
<p class="help-block">The end date may also be picked using the calendar.</p>
<input type="date" class="form-control" id="exampleInputEmail3">
</div>
<div class="form-group">
<label for="exampleInputEmail1">Cruise leader name</label>
<p class="help-block">Who is the main contact person for this cruise?</p>
<input type="text" class="form-control" id="exampleInputEmail1" placeholder="Full name">
</div>
<div class="form-group">
<label for="exampleInputEmail1">Cruise leader email address</label>
<p class="help-block">Enter the email address for the person listed above.</p>
<input type="email" class="form-control" id="exampleInputEmail1" placeholder="Email">
</div>
<div class="form-group">
<label for="exampleInputEmail1">Additional contact information</label>
<p class="help-block">Optional: This can for example be a phone number or an alternate email address.</p>
<input type="text" class="form-control" id="exampleInputEmail1" placeholder="Additional contact information">
</div>
<div class="btn-group-justified btn-group">
<div class="btn-group btn-group-lg" role="group" aria-label="...">
<button type="submit" class="btn btn-info setMeAsCruiseLeader">Set me as cruise leader</button>
</div>
</div>
<div class="form-group">
<label for="exampleInputEmail1">Cruise aims</label>
<p class="help-block">What's the cruise for? If applicable, please include your class number and project ID here.</p>
<textarea class="form-control" rows="3"></textarea>
</div>
<div class="form-group">
<label for="exampleInputEmail1">Geographical area of cruise</label>
<p class="help-block">Where do you need to go? Note: Gunnerus is restricted to staying within 20 nm of the Norwegian Coast.</p>
<textarea class="form-control" rows="3"></textarea>
</div>
<div class="page-header">
<h3>Cruise Participants</h3>
</div>
<div class="panel panel-default participant">
<div class="panel-heading">Participant name</div>
<div class="panel-body">
<div class="form-group">
<label for="exampleInputEmail1">Participant name</label>
<p class="help-block"></p>
<input type="email" class="form-control" id="exampleInputEmail1" placeholder="Full name">
</div>
<div class="form-group">
<label for="exampleInputEmail1">Nationality</label>
<p class="help-block"></p>
<input type="email" class="form-control" id="exampleInputEmail1" placeholder="Nationality">
</div>
<div class="form-group">
<label for="exampleInputEmail1">Date and place of birth</label>
<p class="help-block"></p>
<input type="email" class="form-control" id="exampleInputEmail1" placeholder="Date and place of birth">
</div>
<div class="form-group">
<label for="exampleInputEmail1">Identity document type(s)</label>
<p class="help-block"></p>
<input type="email" class="form-control" id="exampleInputEmail1" placeholder="Identity document type(s)">
</div>
<div class="btn-group-justified btn-group">
<div class="btn-group btn-group-lg" role="group" aria-label="...">
<button type="submit" class="btn btn-danger removeParticipant">Remove participant</button>
</div>
</div>
</div>
</div>
<div class="panel panel-default participant">
<div class="panel-heading">Participant name</div>
<div class="panel-body">
<div class="form-group">
<label for="exampleInputEmail1">Participant name</label>
<p class="help-block"></p>
<input type="email" class="form-control" id="exampleInputEmail1" placeholder="Full name">
</div>
<div class="form-group">
<label for="exampleInputEmail1">Nationality</label>
<p class="help-block"></p>
<input type="email" class="form-control" id="exampleInputEmail1" placeholder="Nationality">
</div>
<div class="form-group">
<label for="exampleInputEmail1">Date and place of birth</label>
<p class="help-block"></p>
<input type="email" class="form-control" id="exampleInputEmail1" placeholder="Date and place of birth">
</div>
<div class="form-group">
<label for="exampleInputEmail1">Identity document type(s)</label>
<p class="help-block"></p>
<input type="email" class="form-control" id="exampleInputEmail1" placeholder="Identity document type(s)">
</div>
<div class="btn-group-justified btn-group">
<div class="btn-group btn-group-lg" role="group" aria-label="...">
<button type="submit" class="btn btn-danger removeParticipant">Remove participant</button>
</div>
</div>
</div>
</div>
<div class="btn-group-justified btn-group">
<div class="btn-group btn-group-lg" role="group" aria-label="...">
<button type="submit" class="btn btn-success addParticipant">Add new participant</button>
</div>
</div>
<div class="page-header">
<h3>Extra Documentation</h3>
</div>
<div class="form-group">
<label for="exampleInputEmail1">Gear requirements</label>
<p class="help-block">Please provide a short description of what kind of tools/gear/instruments you will require and/or bring aboard. Large objects which have special requirements for transport/lifting should also be stated.</p>
<textarea class="form-control" rows="3"></textarea>
</div>
<div class="form-group">
<label for="exampleInputEmail1">Chemicals</label>
<p class="help-block">Are you planning on bringing any chemicals or other hazardous substances on board? The datasheets for all of these will need to be provided by you and have to stay available on board for the entire duration of the cruise.</p>
<textarea class="form-control" rows="3"></textarea>
</div>
<div class="form-group">
<label for="exampleInputEmail1">Meals on board</label>
<p class="help-block">Meals may be arranged on board; if so, please inform us of any allergies or other requirements. Short days may have a lunch, while long days include dinner as well.</p>
<textarea class="form-control" rows="3"></textarea>
</div>
<div class="form-group">
<label for="exampleInputEmail1">Management of change</label>
<p class="help-block">Does your cruise require changes in the vessel's computer network, electricity, pneumatics, hydraulics or other systems? If so, please state this here.</p>
<textarea class="form-control" rows="3"></textarea>
</div>
<div class="form-group">
<label for="exampleInputEmail1">Protective clothing and equipment</label>
<p class="help-block">Cruise participants are normally expected to bring their own, but some equipment may be borrowed on board if requested in advance.</p>
<textarea class="form-control" rows="3"></textarea>
</div>
<div class="form-group">
<label for="exampleInputEmail1">Invoice information</label>
<p class="help-block">Please fill in your invoice address and business register number below (if applicable).</p>
<textarea class="form-control" rows="3"></textarea>
</div>
<div class="form-group">
<label for="exampleInputEmail1">Job safety analysis</label>
<p class="help-block">Do any of the operations or tasks conducted during your cruise require completion of a job safety analysis to ensure safety and efficiency?</p>
<textarea class="form-control" rows="3"></textarea>
</div>
<div class="form-group">
<label for="exampleInputEmail1">Student participation</label>
<p class="help-block">R/V Gunnerus is owned by NTNU and may at times have students and school children on cruises. Please uncheck the box below and let us know in the text field if you wish to reserve yourself against this.</p>
<div class="checkbox">
<label>
<input type="checkbox" checked> I accept this
</label>
</div>
<textarea class="form-control" rows="3"></textarea>
</div>
<div class="form-group">
<label for="exampleInputFile">File input</label>
<p class="help-block">Example block-level help text here.</p>
<input type="file" id="exampleInputFile">
</div>
<div class="btn-group-justified btn-group">
<div class="btn-group btn-group-lg" role="group" aria-label="...">
<button type="submit" class="btn btn-info">Save for later</button>
</div>
<div class="btn-group btn-group-lg" role="group" aria-label="...">
<button type="submit" class="btn btn-primary">Submit</button>
</div>
</div>
</form>
</div>
</section>
<div class="footer container-fluid">
<a href="http://ntnu.no"><img src="../img/hovedlogo_eng.png"></a>
</div>
<div class="modal fade" id="events-modal">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h3>Event</h3>
</div>
<div class="modal-body" style="height: 400px">
</div>
<div class="modal-footer">
<a href="#" data-dismiss="modal" class="btn">Close</a>
</div>
</div>
</div>
</div>
<!-- slow script includes -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
<script src="js/bootstrap.min.js"></script>
<script src="js/gunnerus.js"></script>
<script src="js/jquery.fittext.js"></script>
<script src="http://www.w3schools.com/lib/w3data.js"></script>
<script type="text/javascript" src="js/underscore-min.js"></script>
<script type="text/javascript" src="js/calendar.js"></script>
<script>
$(".infoCol-header").fitText();
</script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-84462651-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>