-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.html
202 lines (157 loc) · 5.72 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
<html>
<head>
<title> Visitor Management</title>
<link rel="shortcut icon" href="/images/favicon.ico">
<link rel="stylesheet" href="css/stylesheet.css">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js"></script>
<style>
@import url('https://fonts.googleapis.com/css?family=Calistoga&display=swap');
</style>
</head>
<body>
<img src="images/pic02.svg" alt="summer geeks" id="left">
<div class="middle">
<p id="p01"> VISITORS REGISTRATION PORTAL</p>
<br> <br>
<center>
<button type="button" class="btn btn-success btn-lg btn-block btn_space_left" data-toggle="modal"
data-target="#register">Register</button>
<button type="button" class="btn btn-warning btn-lg btn-block btn_space_right" data-toggle="modal"
data-target="#exit">
<center>Exit</center>
</button>
</center>
</div>
<!-- Modal -->
<div id="register" class="modal fade" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content" style=" background-color: rgb(0,0,0,0.5)">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h3 class="modal-title" style="color:white;">
<center>Enter Your Details</center>
</h3>
</div>
<div class="modal-body">
<form class="form-horizontal" action="entry.php" method="POST">
<div class="form-group">
<label class="control-label col-sm-2" for="name" style="color:white;">Name:</label>
<div class="col-sm-10">
<input type="text" class="form-control" name="Name" id="name" placeholder="Enter Name"
required>
</div>
</div>
<div class="form-group">
<label class="control-label col-sm-2" for="name" style="color:white;">Email:</label>
<div class="col-sm-10">
<input type="email" class="form-control" name="Email" id="name"
placeholder="Enter Email" required>
</div>
</div>
<div class="form-group">
<label class="control-label col-sm-2" for="name" style="color:white;">Phone:</label>
<div class="col-sm-10">
<input type="number" class="form-control" name="Phone" id="name"
placeholder="Enter Phone" required>
</div>
</div>
<div class="form-group">
<label class="control-label col-sm-2" for="name" style="color:white;">Host Name:</label>
<div class="col-sm-10">
<input type="text" class="form-control" name="HostName" id="name"
placeholder="Enter Host Name" required>
</div>
</div>
<div class="form-group">
<label class="control-label col-sm-2" for="name" style="color:white;">Host Email:</label>
<div class="col-sm-10">
<input type="email" class="form-control" name="HostEmail" id="name"
placeholder="Enter Host Email" required>
</div>
</div>
<div class="form-group">
<label class="control-label col-sm-2" for="name" style="color:white;">Host Phone:</label>
<div class="col-sm-10">
<input type="number" class="form-control" name="HostPhone" id="name"
placeholder="Enter HostPhone" required>
</div>
</div>
<div class="form-group">
<label class="control-label col-sm-2" for="name" style="color:white;">Address:</label>
<div class="col-sm-10">
<input type="text" class="form-control" name="Address" id="name"
placeholder="Enter Address" required>
</div>
</div>
<!--
<div class="form-group">
<div class="col-sm-offset-2 col-sm-10">
<div class="checkbox">
<label><input type="checkbox"> Remember me</label>
</div>
</div>
</div>
-->
<div class="form-group">
<div class="col-sm-offset-2 col-sm-10">
<button type="submit" class="btn btn-default">Submit</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
<!-- Modal -->
<div id="exit" class="modal fade" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content" style=" background-color: rgb(0,0,0,0.5)">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h3 class="modal-title" style="color:white;">
<center>Exit</center>
</h3>
</div>
<div class="modal-body">
<form class="form-horizontal" action="exit.php" method="POST">
<div class="form-group">
<label class="control-label col-sm-2" for="name" style="color:white;">UserId:</label>
<div class="col-sm-10">
<input type="text" class="form-control" name="UserId" id="name"
placeholder="Enter UserId" required>
</div>
</div>
<div class="form-group">
<label class="control-label col-sm-2" for="name" style="color:white;">Email:</label>
<div class="col-sm-10">
<input type="Email" class="form-control" name="Email" id="name"
placeholder="Enter Email" required>
</div>
</div>
<!--
<div class="form-group">
<div class="col-sm-offset-2 col-sm-10">
<div class="checkbox">
<label><input type="checkbox"> Remember me</label>
</div>
</div>
</div>
-->
<div class="form-group">
<div class="col-sm-offset-2 col-sm-10">
<button type="submit" class="btn btn-default">Submit</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</body>
</html>