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.149.254.35
<script type="text/javascript" src="../js/form_submit.js"></script>
<script type="text/javascript">
$(function () {
$("#tabs").tabs();
});
$(function () {
$("#sub_tabs").tabs();
});
</script>
<script type="text/javascript">
$(function () {
$("#tabs").tabs();
});
$(function () {
$("#sub_tabs").tabs();
});
$("#tech_officer_date_from").datepicker({ changeMonth: true, changeYear: true, dateFormat: "dd/mm/yy" });
$("#tech_officer_date_to").datepicker({ changeMonth: true, changeYear: true, dateFormat: "dd/mm/yy" });
</script>
<div id="tabs">
<style type="text/css">
.textInputEnabled {
width: 99%;
padding: 2px;
font-size: 14px;
line-height: 1.42857143;
color: #000;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
/* border-radius: 4px; */
}
</style>
<ul>
<li><a href="#cntr_declaration">Change Password</a></li>
</ul>
<input type="hidden" value="add" id="screen" />
<div id="adduser" align="center" style="padding-top: 10px; overflow: auto">
<table class="content-tbl" cellpadding="5" cellspacing="2" width="100%">
<tbody>
<tr>
<td align="left" style="width: 140px">Old Password<font color="red">*</font></td>
<td>
<input name="Name" placeholder="Old Password" id="opws" maxlength="100" style="width: 250px" class="textInputEnabled" type="Password" autocomplete="off" />
</td>
</tr>
<tr>
<td align="left">New Password<font color="red">*</font></td>
<td>
<input name="pws1" placeholder="Password" id="pws" maxlength="100" style="width: 250px" class="textInputEnabled" type="password" />
</td>
</tr>
<tr>
<td align="left">Confirm Password<font color="red">*</font></td>
<td>
<input name="cpws" placeholder="Confirm Password" id="fpws1" maxlength="100" style="width: 250px" class="textInputEnabled" type="password" />
</td>
</tr>
<tr>
<td align="right"></td>
<td>
<span
style="background-color: #008cba; border: none; color: white; padding: 4px 15px; text-align: center; text-decoration: none; display: inline-block; font-size: 12px; cursor: pointer"
onclick="saveNewPws();"
>Save</span
>
</td>
</tr>
</tbody>
</table>
</div>
</div>
|