-
Notifications
You must be signed in to change notification settings - Fork 2
/
interviewedit.php
368 lines (328 loc) · 14 KB
/
interviewedit.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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>RIT CGPC</title>
<!-- Tell the browser to be responsive to screen width -->
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
<!-- Bootstrap 3.3.5 -->
<link rel="stylesheet" href="../../bootstrap/css/bootstrap.min.css">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<!-- Ionicons -->
<link rel="stylesheet" href="https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css">
<!-- DataTables -->
<link rel="stylesheet" href="../../plugins/datatables/dataTables.bootstrap.css">
<!-- Theme style -->
<link rel="stylesheet" href="../../dist/css/AdminLTE.min.css">
<!-- AdminLTE Skins. Choose a skin from the css/skins
folder instead of downloading all of them to reduce the load. -->
<link rel="stylesheet" href="../../dist/css/skins/_all-skins.min.css">
<?php
include "php/select.class.php";
//include "php/redirectsecurepage.php"
//session_start();
// $_SESSION["email"] = "[email protected]";
?>
<!-- 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="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 onload="retrive()" class="hold-transition skin-blue sidebar-mini">
<div class="wrapper">
<header class="main-header">
<!-- Logo -->
<a href="/index.html" class="logo">
<!-- mini logo for sidebar mini 50x50 pixels -->
<span class="logo-mini"><b>RIT</b></span>
<!-- logo for regular state and mobile devices -->
<span class="logo-lg"><b>RIT</b>CGPC</span>
</a>
<!-- Header Navbar: style can be found in header.less -->
<nav class="navbar navbar-static-top" role="navigation">
<!-- Sidebar toggle button-->
<a href="#" class="sidebar-toggle" data-toggle="offcanvas" role="button">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<div class="navbar-custom-menu">
<ul class="nav navbar-nav">
<!-- User Account: style can be found in dropdown.less -->
<li class="dropdown user user-menu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<img src="../../dist/img/user2-160x160.jpg" class="user-image" alt="User Image">
<span class="hidden-xs">Rajesh R</span>
</a>
<ul class="dropdown-menu">
<!-- User image -->
<li class="user-header">
<img src="../../dist/img/user2-160x160.jpg" class="img-circle" alt="User Image">
<p>
Rajesh R
<small>Member since Nov. 2012</small>
</p>
</li>
<!-- Menu Body -->
<!-- Menu Footer-->
<li class="user-footer">
<div class="pull-right">
<a href="php/logout.php" class="btn btn-default btn-flat">Sign out</a>
</div>
</li>
</ul>
</li>
<!-- Control Sidebar Toggle Button -->
</ul>
</div>
</nav>
</header>
<!-- Left side column. contains the logo and sidebar -->
<aside class="main-sidebar">
<!-- sidebar: style can be found in sidebar.less -->
<section class="sidebar">
<!-- Sidebar user panel -->
<div class="user-panel">
<div class="pull-left image">
<img src="../../dist/img/user2-160x160.jpg" class="img-circle" alt="User Image">
</div>
<div class="pull-left info">
<p> Rajesh R</p>
</div>
</div>
<!-- sidebar menu: : style can be found in sidebar.less -->
<ul class="sidebar-menu">
<li class="header">MENU</li>
<!-- Optionally, you can add icons to the links -->
<li><a href="notificationedit.php"><i class="fa fa-bullhorn"></i> <span>Notification</span></a>
</li>
<li><a href="studentdatabase.php"><i class="fa fa-user"></i> <span>Student Databse</span></a></li>
<li class="treeview active">
<a href="#"><i class="fa fa-list-ol"></i> <span>Results</span> <i class="fa fa-angle-left pull-right"></i></a>
<ul class="treeview-menu">
<li><a href="aptitudeedit.php"><i class="fa fa-pencil"></i> Aptitude</a></li>
<li class="active"><a href="interviewedit.php"><i class="fa fa-black-tie"></i>Interview</a></li>
</ul>
</li>
</ul><!-- /.sidebar-menu -->
<!-- /.sidebar -->
</aside>
<!-- Content Wrapper. Contains page content -->
<div class="content-wrapper">
<!-- Content Header (Page header) -->
<section class="content-header">
<h1>
Results
<small>Interview</small>
</h1>
</section>
<!-- Main content -->
<section class="content">
<div class="row">
<div class="col-md-12" id="accordion">
<div class="box box-warning box-solid">
<div class="box-header with-border collapsed-box">
<h3 class="box-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseOne">
Add New Result
</a>
</h3>
<div class="box-tools pull-right">
<button class='btn btn-box-tool' data-toggle='collapse'href="#collapseOne"><i class='fa fa-plus'></i></button>
</div><!-- /.box-tools -->
</div><!-- /.box-header -->
<div id="collapseOne" class="panel-collapse collapse in">
<div class="box-body">
<form action="php/interviewedit.php" method="post" class="form-horizontal">
<div class="form-group">
<label for="inputName" class="col-sm-2 control-label">Company Name</label>
<div class="col-sm-10">
<input name="compname" type="text" class="form-control" id="inputName" placeholder="Company Name">
</div>
</div>
<div class="form-group">
<label for="inputEmail" class="col-sm-2 control-label">Job Title</label>
<div class="col-sm-10">
<input name="jobtitle" type="text" class="form-control" id="inputEmail" placeholder="Job Title">
</div>
</div>
<!-- Date dd/mm/yyyy -->
<div class="form-group">
<label for="inputdate" class="col-sm-2 control-label">Interview Date</label>
<div class="col-sm-10">
<input name="dat" type="date" class="form-control" id="inputdate" placeholder="dd/mm/yyyy">
</div>
</div>
<div class="form-group">
<label for="inputSkills" class="col-sm-2 control-label">Degree</label>
<div class="col-sm-10">
<label>
<input name="degree" type="radio" name="r1" class="minimal" value="btech">
B.Tech
</label>
<label></label>
<label>
<input name="degree" type="radio" name="r1" class="minimal" value="mtech">
M.Tech
</label>
<label></label>
<label>
<input name="degree" type="radio" name="r1" class="minimal" value="mca">
MCA
</label>
<label></label>
<label>
<input name="degree" type="radio" name="r1" class="minimal" value="barch">
B.Arch
</label>
</div>
</div>
<!-- radio -->
<div class="form-group">
<label for="inputSkills" class="col-sm-2 control-label">Branch</label>
<div class="col-sm-10">
<label>
<input name="branch" type="radio" name="r3" class="minimal-red" value="cse">
CSE
</label>
<label></label>
<label>
<input name="branch" type="radio" name="r3" class="minimal-red" value="ece">
ECE
</label>
<label></label>
<label>
<input name="branch" type="radio" name="r3" class="minimal-red" value="ce">
CE
</label>
<label></label>
<label>
<input name="branch" type="radio" name="r3" class="minimal-red" value="me">
ME
</label>
<label></label>
<label>
<input name="branch" type="radio" name="r3" class="minimal-red" value="eee">
EEE
</label>
</div>
</div>
<div class="form-group">
<label class="col-sm-2 control-label">Student Name</label>
<div class="col-sm-10">
<input name="studentname" type="text" class="form-control" id="inputname" placeholder="Name">
</div>
</div>
<div class="form-group">
<div class="col-sm-offset-2 col-sm-10">
<button type="submit" class="btn btn-warning">Post</button>
</div>
</div>
</form>
</div><!-- /.box body-->
</div>
</div> <!-- ./box-->
</div> <!--./col-->
<div class="col-xs-12">
<div class="box">
<div class="box-header">
<h3 class="box-title">Interview Results</h3>
</div><!-- /.box-header -->
<div class="box-body">
<table id="abhi" class="table table-bordered table-striped">
<!-- <thead>
<tr>
<th>Serial No.</th>
<th>Name</th>
<th>Branch</th>
<th>Semester</th>
<th>Score</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Abhinav</td>
<td>CSE</td>
<td>6</td>
<td>23</td>
</tr> -->
</table>
</div><!-- /.box-body -->
</div><!-- /.box -->
</div><!-- /.col -->
</div><!-- /.row -->
</section><!-- /.content -->
</div><!-- /.content-wrapper -->
<footer class="main-footer">
<!-- To the right -->
<div class="pull-right hidden-xs">
VERSION 1.0.0
</div>
<!-- Default to the left -->
<strong>Copyright © 2016 <a href="#">RIT CGPC</a>.</strong> All rights reserved.
</footer>
<!-- Add the sidebar's background. This div must be placed
immediately after the control sidebar -->
<div class="control-sidebar-bg"></div>
</div><!-- ./wrapper -->
<!-- jQuery 2.1.4 -->
<script src="../../plugins/jQuery/jQuery-2.1.4.min.js"></script>
<!-- Bootstrap 3.3.5 -->
<script src="../../bootstrap/js/bootstrap.min.js"></script>
<!-- DataTables -->
<script src="../../plugins/datatables/jquery.dataTables.min.js"></script>
<script src="../../plugins/datatables/dataTables.bootstrap.min.js"></script>
<!-- SlimScroll -->
<script src="../../plugins/slimScroll/jquery.slimscroll.min.js"></script>
<!-- FastClick -->
<script src="../../plugins/fastclick/fastclick.min.js"></script>
<!-- AdminLTE App -->
<script src="../../dist/js/app.min.js"></script>
<!-- AdminLTE for demo purposes -->
<script src="../../dist/js/demo.js"></script>
<!-- page script -->
<script>
function myfunction() {
alert("Hello");
}
function retrive() {
"use strict";
var xhttp = new XMLHttpRequest();
xhttp.onreadystatechange = function () {
if (xhttp.readyState === 4 && xhttp.status === 200) {
document.getElementById("abhi").innerHTML = xhttp.responseText; } };
var path = "php/interviewretrive.php"
console.log(path);
// php/retrive.php?cse=" + "CSE" + "&ece=" + "ECE" + "&me=" + bv3 + "&ce=" + bv4 + "&eee=" + bv5 + "&btec=" + bv6 + "&mtec=" + "M.Tech" + "&mca=" + bv8 + "&barc=" + bv9 + "&sarr=" + bv10 + "&cgpa=" + bv11
xhttp.open("GET",path, true);
xhttp.send();
}</script>
<script>
$(function () {
$("#example1").DataTable();
$('#example2').DataTable({
"paging": true,
"lengthChange": false,
"searching": false,
"ordering": true,
"info": true,
"autoWidth": false
});
$('#example3').DataTable({
"paging": true,
"lengthChange": false,
"searching": false,
"ordering": true,
"info": true,
"autoWidth": false
});
});
</script>
</body>
</html>