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.119.132.80
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8" />
<title>ORMS</title>
<link rel="shortcut icon" type="image/x-icon" href="../images/favicon.jpg" />
<!-- Custom CSS -->
<link rel="stylesheet" href="css/style.css" type="text/css" media="all" />
<link href="css/logstyle.css" rel='stylesheet' type='text/css' />
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.css" rel='stylesheet' type='text/css' />
<!-- font CSS -->
<!-- font CSS -->
<link rel="icon" href="favicon.ico" type="image/x-icon" >
<!-- font-awesome icons -->
<link href="css/font-awesome.css" rel="stylesheet">
<!-- //font-awesome icons -->
<!--webfonts-->
<link href='//fonts.googleapis.com/css?family=Roboto+Condensed:400,300,300italic,400italic,700,700italic' rel='stylesheet' type='text/css'>
<!--//webfonts-->
<!-- js -->
<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/validate.js" type="text/javascript"></script>
<!-- //js -->
</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"> </div>
</header>
<!-- end of header -->
<div class="main" style="margin-top:0px;" >
<div style="background-color:#EEEEEE;">
<div style="height:580px;">
<div id="v-nav" style="padding-top:5px;">
<ul>
<!-- <li >Home</li> -->
<li class="first current" >Existing User login</li>
<li class="last">New Registration</li>
</ul>
<div class="tab-content" id="home" name="home" style="display:block;padding-top:40px;" >
<div class="tab-content-body">
<div class="tab-content" style="padding-top:40px;">
<div class="tab-content-body" >
<div class="login-body" style="border:1px solid #DDDDDD;">
<div class="login-heading" style="height:40px;">
<h1 style="margin-top:-2px;">Login</h1>
</div>
<div class="login-info">
<form method="post" action="" onsubmit="loginvalidate();return false;">
<input type="text" class="user" id="T4" title="Email id" name="Username" placeholder="Registered Email id" >
<input type="password" name="password" id="T5" title="Password" class="lock" placeholder="Password" >
<div class="forgot-top-grids">
<div class="forgot-grid">
<ul>
<li>
<input type="checkbox" id="brand1" value="">
<!-- <label for="brand1"><span></span>Remember me</label> -->
</li>
</ul>
</div>
<div class="clearfix"> </div>
</div>
<input type="submit" name="Sign In" value="Sign In">
<hr>
<a onclick = "sendpassword()" style = "float:right">Forgot Password</a>
</form>
<!-- <div class="go-back login-go-back">
<a href="index.html">Go To Home</a>
</div> -->
<div class="copyright login-copyright">
<!-- <p>© 2017. All Rights Reserved.<br></p> -->
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="tab-content" style="padding-top:40px;" >
<div class="tab-content-body" >
<div class="login-body" style="border:1px solid #DDDDDD;">
<div class="login-heading" style="height:40px;">
<h1 style="margin-top:-2px;">Registration</h1>
</div>
<div class="login-info" >
<form method='post' action="" onsubmit="newregistration();return false;">
<input type="text" class="user" id="T1" name="Username" title="Username" maxlength=50 placeholder="Username" >
<input type="text" class="user" id="T2" name="emailid" title="Email id" maxlength=100 placeholder="Email id" >
<input type="text" name="mobileno" id="T3" class="user" title="Mobile no." maxlength=10 onkeypress="return acceptNumbersOnlyForModule(event);" placeholder="mobileno" >
<div class="forgot-top-grids">
<div class="clearfix"> </div>
</div>
<input type="submit" name="Sign up" value="Sign Up" >
<hr>
</form>
<div class="copyright login-copyright">
<p>© 2017. All Rights Reserved.<br></p>
</div>
</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 type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script><script type="text/javascript" src="http://benalman.com/code/projects/jquery-hashchange/jquery.ba-hashchange.js"></script>
<script src="js/script.js"></script>
</body>
</html>
|