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.15.1.23
Current Path : /var/www/html/kswu/ |
| Current File : /var/www/html/kswu/resetPasswordPopup.html |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title></title>
<meta name="description" content="Remodal example">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/collinfo_popup.css">
<script type="text/javascript" src ="js/index.js" ></script>
<script type="text/javascript" src="js/MainPage.js"></script>
<script src="js/jquery.validate.js"></script>
</head>
<body onLoad ="();">
<div class="remodal-bg" >
<div class="remodal" data-remodal-id="modal" style='width:600px;'>
<h2>Reset Password</h2>
<hr style='border:1px solid #16a085;'>
<table style="margin-left:10px;text-align: left;" border="0" cellpadding="10" cellspacing="0" >
<tr>
<td valign="top" class="web_text_gray_bold">User Name : </td>
<td valign="top" ><input name="username" id="fusername" placeholder=" User Name " value="" type="text" class="textfild_2" size="30" />
</td>
</tr>
<tr>
<td valign="top" class="web_text_gray_bold">Registered Mobile No : </td>
<td valign="top"><input name="mobileno" id="fmabileno" placeholder=" Mobile Number " value="" maxlength=10 type="text" class="textfild_2" size="15" /></td>
</td>
</tr>
<tr>
<td valign="top" class="web_text_gray_bold">Registered Email id : </td>
<td valign="top"><input name="landlinenumb" id="femailid" placeholder=" Email id " value="" type="text" class="textfild_2" size=30/>
</td>
</tr>
</table>
<br>
<span class="remodal-cancel" onclick='logout()'>Cancel</span>
<span class="remodal-confirm" onclick='resetPasswordValidationTosendOTP()'>Submit</span>
</div>
<script>window.jQuery || document.write('<script src="libs/jquery.min.js"><\/script>')</script>
<script src="js/collinfo_popup.js"></script>
</body>
</html>
|