-
Notifications
You must be signed in to change notification settings - Fork 2
/
main.php
203 lines (175 loc) · 6.27 KB
/
main.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
<!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 -->
<title>Journey Deatils</title>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/styles.css" rel="stylesheet" />
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[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]-->
<script>
var autocomplete1,autocomplete2;
function initMap() {
autocomplete1 = new google.maps.places.Autocomplete((document.getElementById('start')));
autocomplete2 = new google.maps.places.Autocomplete((document.getElementById('finish')));
places = new google.maps.places.PlacesService(map);
autocomplete.addListener('place_changed', onPlaceChanged);
}
function onPlaceChanged() {
var place = autocomplete.getPlace();
if (!place.geometry) {
document.getElementById('start').placeholder = 'Enter a city';
document.getElementById('finish').placeholder = 'Enter a city';
}
}
function validateForm()
{
var a=document.forms["regg"]["start"].value;
var b=document.forms["regg"]["finish"].value;
var c=document.forms["regg"]["date"].value;
var d=document.forms["regg"]["time"].value;
var e=document.forms["regg"]["fare"].value;
if ((a==null || a=="") && (b==null || b=="") && (c==null || c=="") && (d==null || d=="") && (e==null || e==""))
{
alert("All Field must be filled out");
return false;
}
if (a==null || a=="")
{
alert("Starting point must be filled out");
return false;
}
if (b==null || b=="")
{
alert("Destinaton must be filled out");
return false;
}
if (c==null || c=="")
{
alert("Date must be filled out");
return false;
}
if (d==null || d=="")
{
alert("Time must be filled out");
return false;
}
if (e==null || e=="")
{
alert("Fare must be filled out");
return false;
}
}
</script>
</head>
<nav class="navbar navbar-inverse">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-2">
<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" >#sharemyride</a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-2">
<!-- <ul class="nav navbar-nav">
<li class="active"><a href="#" data-vivaldi-spatnav-clickable="1">Link <span class="sr-only">(current)</span></a></li>
<li><a href="#" data-vivaldi-spatnav-clickable="1">Link</a></li>
</ul>
--> <ul class="nav navbar-nav navbar-right">
<li><a href="home_join_ride.php" data-vivaldi-spatnav-clickable="1">Find a Ride</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="index.php" data-vivaldi-spatnav-clickable="1">You</a></li>
</ul>
</div>
</div>
</nav>
<body>
<div class="jumbotron">
<div id="headp">
<h1>Offer a Ride</h1>
<p>Share empty seats of your ride!</p>
</div>
</div>
<div class="container">
<h1>Enter the Journey Details</h1>
<br>
<br>
<form class="form-horizontal" name="regg" onsubmit="return validateForm()" form method="post" action="insert_journey.php">
<fieldset>
<div class="form-group">
<div class="col-lg-10">
<input type="text" name="start" class="form-control" id="start" placeholder="starting location" >
</div>
</div>
<div class="form-group">
<div class="col-lg-10">
<input type="text" name="finish" class="form-control" id="finish" placeholder="destination">
</div>
</div>
<div class="form-group">
<div class="col-lg-10">
<input type="date" name="date" class="form-control" id="date" placeholder="date">
</div>
</div>
<div class="form-group">
<div class="col-lg-10">
<input type="time" name="time" class="form-control" id="time" placeholder="time">
</div>
</div>
<div class="form-group">
<div class="col-lg-10">
<input type="text" name="fare" class="form-control" id="fare" placeholder="fare">
</div>
</div>
<div class="form-group">
<div class="col-lg-10">
<textarea class="form-control" name="rdesc" rows="3" id="rdesc" placeholder="Add a description about your journey.."></textarea>
</div>
</div>
<!-- <div class="form-group">
<label class="col-lg-2 control-label">Radios</label>
<div class="col-lg-10">
<div class="radio">
<label>
<input type="radio" name="optionsRadios" id="optionsRadios1" value="option1" checked="">
Option one is this
</label>
</div>
<div class="radio">
<label>
<input type="radio" name="optionsRadios" id="optionsRadios2" value="option2">
Option two can be something else
</label>
</div>
</div>
</div>
-->
<div class="form-group">
<div class="col-lg-10 col-lg-offset-2">
<button type="reset" class="btn btn-default">Cancel</button>
<button type="submit" onsubmit="validateForm()" class="btn btn-success">Go to Next Step</button>
</div>
</div>
</fieldset>
</form>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
</body>
<script src="https://maps.googleapis.com/maps/api/js?key= AIzaSyCSxUkLnOe4B5WwYeJPugVNTYssGcdzWmY &libraries=places&callback=initMap"
async defer></script>
</html>