0xV3NOMx
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 : 3.139.93.242


Current Path : /proc/thread-self/root/var/www/html/kus/parikshamitra/
Upload File :
Current File : //proc/thread-self/root/var/www/html/kus/parikshamitra/home.html

<!DOCTYPE HTML>
<html>
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
	<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
	<meta http-equiv="Pragma" content="no-cache" />
	<meta http-equiv="Expires" content="0" />
	<title>Parikshamitra</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' />
	<link href="css/animate.css" rel="stylesheet" type="text/css" media="all">
	<script src="js/home.js" type="text/javascript"></script>
	<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/cms.js" type="text/javascript"></script> 
	<script>
	$( document ).ready(function() 
	{
		getmasterdropdowns();
	});
	</script>
</head> 
<body>
	<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>													
				</div>
				<!-- header -->
				<header class="header" style = "width :600px;">
					<h1 id="logo"><a href="#"></a></h1><br>
				
					<div class="cl">&nbsp;</div>
				</header>
				<!-- end of header -->
				<div class="main" style="margin-top:0px;" >
					<div style="background-color:#EEEEEE;">
						<div>
							<div id="v-nav" style="padding-top:5px;">
								<ul>
									<li class="first current">Home</li>
									<li>Services</li>
									<li>Fee Heads</li>
									<li class="last">Services Fee</li>																	
								</ul>								
								<div class="tab-content" id="home" name="home" style="display:block;" >									
										<h4><b>Notification</b></h4>
								</div>
								<div class="tab-content"  style="">
								<h4><b>Services details</b></h4>
								<div class="tab-content-body">																
									<table class="table table-bordered" style="width:1000px;" id="servdettable" > 
										<thead> 
											<tr> 											
											<th style="width:100px;">Service Code</th>
											<th style="width:350px;">Service Name</th> 
											<th style="width:350px;">Service Procedure</th>
											<th style="width:100px;">Maximum Days</th>
											<th style="width:100px;">Service Display Order</th>
											<th style="width:50px;">Del.</th>											
											</tr>
										</thead>	
										<tbody id="servdet"> 
										<tr> 										
											<td><input type="text"  id="1AT1" class="form-control1" name="servicedet" /></td> 
											<td><input type="text" id="1AT2" class="form-control1" title=""></td> 
											<td><input type="text" id="1AT3" class="form-control1" title=""></td> 
											<td><input type="text" id="1AT4" class="form-control1" title=""></td> 
											<td><input type="text" id="1AT5" class="form-control1" title=""></td> 
											<td><input type="hidden" id ="1AT6" value="F"/></td>
										</tr>
										</tbody>
									</table>
									<div style="text-align:right;margin:5px 60px;padding-bottom:20px;">
										<button onclick ="addserdet()">Click to add more details +</button>
									</div>
									<div class="row mb40" >
									<div class="col-md-10 mb5">
										<center>
											<button type="submit" class="btn btn_3 btn-lg btn-info" onclick="saveservicedetails()">Submit</button>
										</center>
									</div>
								</div>	
									
								</div>				
								</div>							
								
								<div class="tab-content"  style="">
								<h4><b>Fee Heads</b></h4>
								<div class="tab-content-body">																
									<table class="table table-bordered" style="width:1000px;" id="feedettable" > 
										<thead> 
											<tr> 											
											<th style="width:200px;">Service</th>
											<th style="width:200px;">Fee Code</th> 
											<th style="width:650px;">Fee Description</th>
											<th style="width:50px;">Header Order</th>
											<th style="width:50px;">Del.</th>											
											</tr>
										</thead>	
										<tbody id="feedet"> 
										<tr> 										
											<td><select class="form-control1" id="1BT1" title="service code"></select></td> 
											<td><input type="text" id="1BT2" class="form-control1" name="feeheaddet" title=""></td> 
											<td><input type="text" id="1BT3" class="form-control1" title=""></td> 
											<td><input type="text" id="1BT4" class="form-control1" title=""></td> 
											<td><input type="hidden" id ="1BT5" value="F"/></td>
										</tr>
										</tbody>
									</table>
									<div style="text-align:right;margin:5px 60px;padding-bottom:20px;">
										<button onclick ="addfeedet()">Click to add more details +</button>
									</div>
									<div class="row mb40" >
									<div class="col-md-10 mb5">
										<center>
											<button type="submit" class="btn btn_3 btn-lg btn-info" onclick="savefeeheaddetails()">Submit</button>
										</center>
									</div>
								</div>	
									
								</div>				
								</div>			
								<div class="tab-content"  style="">
								<h4><b>Services Fee</b></h4>
								<div class="tab-content-body">																
									<table class="table table-bordered" style="width:1000px;" id="sfeedettable" > 
										<thead> 
											<tr> 											
											<th style="width:200px;">Degree</th>
											<th style="width:200px;">Category Code</th> 
											<th style="width:150px;">Fee Code</th>
											<th style="width:100px;">Fee</th>
											<th style="width:50px;">Del.</th>											
											</tr>
										</thead>	
										<tbody id="sfeedet"> 
										<tr> 										
											<td><select class="form-control1" id="1CT1" title="service code"></select></td> 
											<td><select class="form-control1" id="1CT2" title="service code"></td> 
											<td><select class="form-control1" id="1CT3" title="service code"></td> 
											<td><input type="text" id="1CT4" class="form-control1" name="servfeedet" title=""></td> 
											<td><input type="hidden" id ="1CT5" value="F"/></td>
										</tr>
										</tbody>
									</table>
									<div style="text-align:right;margin:5px 60px;padding-bottom:20px;">
										<button onclick ="addsfeedet()">Click to add more details +</button>
									</div>
									<div class="row mb40" >
									<div class="col-md-10 mb5">
										<center>
											<button type="submit" class="btn btn_3 btn-lg btn-info" onclick="saveservfeedetails()">Submit</button>
										</center>
									</div>
								</div>	
									
								</div>				
								</div>	
							</div>	
						</div>	
					</div>					
					<!-- end of box -->					
					<!-- services -->
					
					<section  style="background: url(images/appfromHd.jpg) repeat 0 0;">
					
					</section>
				</div>
				<!-- end of main -->
			</div>
			<!-- end of container -->			
		</div>
		<!-- end of shell -->
	</div>
	<!-- end of wrappert -->	
	<script src="js/script.js"></script>
	<script type="text/javascript" src="js/bootstrap.min.js"></script>
	
</body>
</html>