Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Your IP : 18.222.161.119
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>ORMS</title>
<link rel="shortcut icon" type="image/x-icon" href="../images/favicon.jpg" />
<link rel="stylesheet" href="css/style.css" type="text/css" media="all" />
<link rel="stylesheet" href="css/logstyle.css" type="text/css" media="all" />
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.css" rel='stylesheet' type='text/css' />
<script src="js/jquery-1.7.2.min.js" type="text/javascript"></script>
<script src="js/index.js" type="text/javascript"></script>
<script src="js/control.js" type="text/javascript"></script>
<script src="js/dytable.js" type="text/javascript"></script>
<script src="js/validate.js" type="text/javascript"></script>
<script src="js/form_submit.js" type="text/javascript"></script>
<script src="js/loadtable.js" type="text/javascript"></script>
<script src="js/home.js" type="text/javascript"></script>
<script src="js/home2.js" type="text/javascript"></script>
</head>
<body onload="isloggedinvalidate()">
<!-- wrapper -->
<div id="wrapper">
<!-- shell -->
<div class="shell">
<!-- container -->
<div class="container">
<div style="margin-right:10px;padding-top:8px;color:#fff;" class="nav-top">
<span style="padding-left:5px;width:400px;" id="datestr"></span>
<span style="float:right;padding-right:10px;"> <span id="user_name"></span> <span onclick="loadhomepage()" style = 'cursor: pointer;'>Home</span> | <span onclick="logoutsession()" style = 'cursor: pointer;'>Logout</span></span>
</div
<!-- header -->
<header class="header">
<h1 id="logo"><a href="#">Logisys</a></h1>
<br style="clear:both;"/>
<nav id="navigation">
<ul>
<!--<li class="active"><a href="#">Home</a></li>
<li><a href="#">Upload documents</a></li>
<li><a href="#">Preview</a></li>
<li><a href="#">Payment</a></li>
<li>
<a href="#">Reprint Challan</a>
</li> -->
<center><span id = "postdata"></span></center>
</ul>
</nav>
<div class="cl"> </div>
</header>
<!-- end of header -->
<div class="main">
<div style="height:590px;">
<br><br>
<center>
<table class="table table-bordered" style="width:900px;" id="posttable">
<thead>
<tr>
<th style="width:450px;background-color:lightblue;font-family:'italic';">Vacancies</th>
<th style="width:316px;background-color:lightblue;font-family:'italic';">Post</th>
<th style="width:450px;background-color:lightblue;font-family:'italic';">Department </th>
<th style="width:100px;background-color:lightblue;font-family:'italic';">Action</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<select class="form-control1" id="1S3" title="Qualifying Exam" onchange="getwithvacdepartment()">
<option value = '' >-Select-</option>
<option value = 'Current Vacancies' >Current Vacancies</option>
<option value = 'Reserved Vacancies(But not filled / Backlog)'>Reserved Vacancies(But not filled / Backlog)</option>
</select>
</td>
<td><input type="hidden" name="postname" /><select class="form-control1" title="Post Applied for" id="1S1" onchange="getdepartment()" ></select></td>
<td><select class="form-control1" id="1S2" title="Qualifying Exam"></select></td>
<td align='center'><button onclick = "savepost()" type='button' class="btn btn-success";>Save</button></td>
</tr>
</tbody>
</table>
<div id = "postdetails">
<table class="table table-bordered" style="width:900px;" id="postdettable">
<thead>
<tr>
<th style="width:50px;background-color:lightblue;font-family:'italic';">Sl. No.</th>
<th style="width:200px;background-color:lightblue;font-family:'italic';">Vacancies Applied for</th>
<th style="width:200px;background-color:lightblue;font-family:'italic';">Post Applied for</th>
<th style="width:250px;background-color:lightblue;font-family:'italic';">Department </th>
<th style="width:100px;background-color:lightblue;font-family:'italic';">Application Number</th>
<th style="width:50px;background-color:lightblue;font-family:'italic';">Actions</th>
<th style="width:100px;background-color:lightblue;font-family:'italic';">Status</th>
<th style="width:100px;background-color:lightblue;font-family:'italic';">Print</th>
</tr></thead>
<tbody>
</tbody>
</table>
</div>
</center>
</div>
<section style="background: url(images/appfromHd.jpg) repeat 0 0;">
</section>
<!-- end of main -->
</div>
<!-- end of container -->
</div>
<!-- end of shell -->
</div>
<!-- end of wrappert -->
<script src="js/script.js"></script>
<script src="js/home.js" type="text/javascript"></script>
</body>
</html>
|