-
Notifications
You must be signed in to change notification settings - Fork 0
/
restra_registration.jsp
202 lines (198 loc) · 10.7 KB
/
restra_registration.jsp
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
<!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">
<link rel="icon" href="http://www.thesoftwareguy.in/favicon.ico" type="image/x-icon" />
<meta name="author" content="Shahrukh Khan">
<meta name="description" content="Login System with Github using OAuth PHP and MySQL">
<meta name="keywords" content="php,mysql,Github,oauth,social logins,thesoftwareguy">
<meta name="title" content="Login System with Github using OAuth PHP and MySQL">
<title>Nanosology</title>
<link href="bootstrap-new/css/bootstrap.min.css" rel="stylesheet">
<link href="bootstrap-new/css/font-awesome.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js 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="bootstrap/html5shiv.js"></script>
<script src="bootstrap/respond.min.js"></script>
<![endif]-->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="bootstrap-new/js/jquery-1.11.1.min.js"></script>
<style>
ul#stepForm, ul#stepForm li {
margin: 0;
padding: 0;
}
ul#stepForm li {
list-style: none outside none;
}
label{margin-top: 10px;}
.help-inline-error{color:red;}
</style>
</head>
<body>
<%@ include file="topbar.jsp"%>
<div class="container" style="margin-top: 15%;padding-left: 0px; padding-right: 15px;">
<div class="panel panel-primary">
<div class="panel-heading">
<h3 class="panel-title" style="margin-left:4%;font-weight:bold">Complete this form in quick 4 steps!</h3>
</div>
<div class="panel panel-primary">
<div class="panel-heading">
<h3 class="panel-title" style="margin-left:4%;">Mandatory Feild is Required *.</h3>
</div>
</div>
<div class="panel-body">
<form name="basicform" id="basicform" method="post" action="yourpage.html">
<div id="sf1" class="frm">
<fieldset>
<legend style="margin-left:4%;font-size:20px;font-weight:bold">Step 1 of 3</legend>
<div class="form-group">
<div class="row">
<div class="col-lg-4">
<label class="col-sm-4 control-label" for="rname" style="margin-top: 8%;white-space: pre;margin-left:16%;font-size:15px">Restrauant Name * </label>
</div>
<div class="col-lg-8">
<input type="text" placeholder="Enter text Here" id="rname" name="uname" class="form-control" autocomplete="off" style="width:70%;font-size:15px;margin-top: 2%">
</div>
</div>
<div class="row">
<div class="col-lg-4">
<label class="col-sm-4 control-label" for="roname" style="white-space: pre;margin-left:16%;font-size:15px;margin-top: 8%">Restrauant's Owner Name * </label>
</div>
<div class="col-lg-8">
<input type="text" placeholder="Enter text here" id="roname" name="uname" class="form-control" autocomplete="off" style="width:70%;font-size:15px;margin-top: 2%">
</div>
</div>
<div class="row">
<div class="col-lg-4">
<label class="col-sm-4 control-label" for="fname" style="white-space: pre;margin-left:16%;font-size:15px;margin-top: 8%">Upload Restrauant's Profile Pic: </label>
</div>
<div class="col-lg-8">
<input type="file" id="file32" name="fname" style="margin-top:3%" >
</div>
</div>
</div>
<div class="clearfix" style="height: 10px;clear: both;"></div>
<div class="form-group">
<div class="col-lg-8 col-lg-offset-2">
<button class="btn btn-primary open1" type="button" style="margin-left:24%;font-size:15px">Next <span class="fa fa-arrow-right fa-4x"></span></button>
</div>
</div>
</fieldset>
</div>
<div id="sf2" class="frm" style="display: none;">
<fieldset>
<legend style="margin-left:4%;font-size:20px;font-weight:bold">Step 2 of 3</legend>
<div class="form-group">
<div class="row">
<div class="col-lg-4">
<label class="col-sm-4 control-label" for="raddress" style="white-space: pre;margin-left:16%;font-size:15px;margin-top: 8%">Locality of your Restrauant *</label>
</div>
<div class="col-lg-8">
<input type="text" placeholder="For eg. Sector 16" id="raddress" name="uname" class="form-control" autocomplete="off" style="width:70%;font-size:15px;margin-top: 2%">
</div>
</div>
<div class="row">
<div class="col-lg-4">
<label class="col-sm-4 control-label" for="raddress" style="white-space: pre;margin-left:16%;font-size:15px;margin-top: 8%">Address of your Restrauant *</label>
</div>
<div class="col-lg-8">
<textarea cols="10" rows="5" class="form-control" style="width:70%;font-size:15px;margin-top: 2%" placeholder="Add Here"></textarea>
</div>
</div>
<div class="row">
<div class="col-lg-4">
<label class="col-sm-4 control-label" for="raddress" style="white-space: pre;margin-left:16%;font-size:15px;margin-top: 8%">Timing of your Restrauant *</label>
</div>
<div class="col-lg-8" style="margin-top:1%">
<div class="row">
<div class="col-sm-1">
<label class="form-control" style="border:none;margin-left:10%;font-size:15px">From</label>
</div>
<div class="col-sm-2">
<input type="time" name="time" class="form-control" style="width:100%;margin-top:10%;font-size:14px"/>
</div>
<div class="col-sm-1">
<label class="form-control" style="border:none;margin-left:10%;font-size:15px">To</label>
</div>
<div class="col-sm-2">
<input type="time" name="time" class="form-control" style="width:100%;margin-top:10%;font-size:14px"/>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-4">
<label class="col-sm-4 control-label" for="raddress" style="white-space: pre;margin-left:16%;font-size:15px;margin-top: 8%">Opening dazs of your Restrauant * </label>
</div>
<div class="col-lg-8">
<select class="form-control" style="width:40%;margin-top:4%;height:60%;font-size:15px">
<option>Select your options</option>
<option>Monday - Sunday</option>
<option>Monday - Sarturday</option>
<option>Tuesday - Sunday</option>
<option>Friday - Monday</option>
</select>
</div>
</div>
</div>
<div class="clearfix" style="height: 10px;clear: both;"></div>
<div class="clearfix" style="height: 10px;clear: both;"></div>
<div class="form-group">
<div class="col-lg-10 col-lg-offset-2">
<button class="btn btn-warning back2" type="button" style="margin-left:19%;font-size:15px"><span class="fa fa-arrow-left"></span> Back</button>
<button class="btn btn-primary open2" type="button" style="margin-left:2%;font-size:15px">Next <span class="fa fa-arrow-right"></span></button>
</div>
</div>
</fieldset>
</div>
<div id="sf3" class="frm" style="display: none;">
<fieldset>
<legend style="margin-left:4%;font-size:20px;font-weight:bold">Step 3 of 3</legend>
<div class="row">
<div class="col-lg-4">
<label class="col-sm-4 control-label" for="uemail" style="margin-top: 8%;white-space: pre;margin-left:16%;font-size:15px">Enter Your Email * </label>
</div>
<div class="col-lg-8">
<input type="text" placeholder="Your Email" id="uemail" name="uemail" class="form-control" autocomplete="off" style="width:70%;font-size:15px;margin-top: 2%">
</div>
</div>
<div class="row">
<div class="col-lg-4">
<label class="col-sm-4 control-label" for="upass1" style="margin-top: 8%;white-space: pre;margin-left:16%;font-size:15px">Password * </label>
</div>
<div class="col-lg-8">
<input type="password" placeholder="Your password" id="upass1" name="upass1" class="form-control" autocomplete="off" style="width:70%;font-size:15px;margin-top: 2%">
</div>
</div>
<div class="clearfix" style="height: 10px;clear: both;"></div>
<div class="row">
<div class="col-lg-4">
<label class="col-sm-4 control-label" for="upass2" style="margin-top: 8%;white-space: pre;margin-left:16%;font-size:15px">Confirm Password * </label>
</div>
<div class="col-lg-8">
<input type="password" placeholder="Confirm Password" id="upass2" name="upass2" class="form-control" autocomplete="off" style="width:70%;font-size:15px;margin-top: 2%">
</div>
</div>
<div class="clearfix" style="height: 10px;clear: both;"></div>
<div class="form-group">
<div class="col-lg-10 col-lg-offset-2">
<button class="btn btn-warning back3" type="button" style="margin-left:19%;font-size:15px"><span class="fa fa-arrow-left"></span> Back</button>
<button class="btn btn-primary open3" type="button" style="margin-left:2%;font-size:15px">Submit </button>
<img src="bootstrap/img/spinner.gif" alt="" id="loader" style="display: none">
</div>
</div>
</fieldset>
</div>
</form>
</div>
</div>
</div>
<script type="text/javascript" src="bootstrap-new/js/jquery.validate.js"></script>
<script type="text/javascript" src="bootstrap-new/js/jquery-restra.js"></script>
</body>
</html>