Current File : /home/inlingua/public_html/noida/icentex/admin/reset.php
<?php include("header.php");
?>

<div class="clear"></div>
<?php include("left.php"); ?>
<div id="content-wrap" style="padding-top:20px;" >
  <div id="content-box" >
		<div id="toolbar-title" >
			<h3>
Change Password

</h3>
			
			<div class="clear"></div>
		</div>
		<div id="toolbar-box">
		  <div class="toolbar" id="toolbar"></div>
			<div class="clear"></div>
		</div>
		<div class="clear"></div>
		
		<div id="element-box">
			<div class="m">
			<font style="font-size:12px; color:#E84B1E"><?php if($_SESSION['repass']) { echo $_SESSION['repass']; unset ($_SESSION['repass']); return;}
			
			?></font>
			
				<table class="adminform">
					<tbody><tr>
												<td valign="top" width="55%">



<script language="javascript">
<!--
function validate(form) 
{	if (document.form.oldpass.value=="")
	{	alert("Old Pasword cannot be blank. Please enter it.");
		document.form.oldpass.focus(); return false;
	}
	
	if (document.form.newpass.value=="")
	{	alert("New Password cannot be blank. Please enter it.");
		document.form.newpass.focus(); return false;
	}
	if (document.form.confirmpass.value=="")
	{	alert("Confirm Password cannot be blank. Please enter it.");
		document.form.confirmpass.focus(); return false;
	}
	if (document.form.newpass.value!=document.form.confirmpass.value)
	{	
	alert("New Password and Confirm Password are not same.");
		 return false;
	}
	return true;
}
-->
</script>

<form method='post' action='resetaction.php' name="form" onsubmit="return validate(this)">
<input type='hidden' name='kV' value="<?php echo $_REQUEST['kV']?>">
<table boder='1' class='pa-nor'>
<tr valign='top'><td colspan="2">Are you Confirm to reset password</td></tr>

<tr><td ><input type='submit' name='aC' onclick="this.submit()" value='Reset'></form></td>
<form action="javascript:history.back()" method="post">
<td>
<input type='submit' name='aC' value='Cancel'>
<!--<input type="button" value="Cancel" onclick="history.back()" />--></td></tr>


</form>

</table>
												
				
			
			
			
			
			
			
			
												<div id="cpanel">
				<div style="float: left;">
			<div class="icon"></div>
		</div>
				<div style="float: left;">
			<div class="icon"></div>
		</div>
				
				<div style="float: left;"></div>
			</div>
	</td>
												<td valign="top" width="45%">&nbsp;</td>
					</tr>
				</tbody></table>
			</div>
		</div>
		<div class="clear"></div>
		<p class="copyright">&nbsp;</p>
  </div>
</div>
</body></html>