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.191.195.180
<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>
.input {
width: 200px;
height: 24px;
margin-bottom: 10px;
}
.select {
width: 209px;
height: 29px;
margin-bottom: 10px;
}
.title {
font-size: 13px;
}
.btn {
background-color: #008cba;
color: white;
padding: 10px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 13px;
cursor: pointer;
border-radius: 6px;
}
</style>
<ul>
<li><a href="#cntr_declaration">Create New User</a></li>
</ul>
<input type="hidden" value="add" id="screen" />
<div
id="adduser"
style="
padding-top: 8px;
font-size: 13px;
padding-left: 2%;
padding-right: 2%;
"
>
<table>
<tbody>
<tr>
<td class="title">User ID<font color="red">*</font></td>
<td>
<input
name="Name"
placeholder="User ID"
id="usrname"
maxlength="100"
class="input"
type="text"
autocomplete="off"
/>
</td>
</tr>
<tr id="usertype_row">
<td class="title">User Type<font color="red">*</font></td>
<td>
<select class="select" id="usertype"></select>
</td>
</tr>
<tr>
<td class="title">User Name<font color="red">*</font></td>
<td>
<input
name="Name"
placeholder="User Name"
id="name"
maxlength="100"
class="input"
type="text"
autocomplete="off"
/>
</td>
</tr>
<tr>
<td class="title">Password<font color="red">*</font></td>
<td>
<input
name="pws1"
placeholder="Password"
id="pws"
maxlength="100"
class="input"
type="password"
/>
</td>
</tr>
<tr>
<td class="title">Retype Password<font color="red">*</font></td>
<td>
<input
name="cpws"
placeholder="Retype Password"
id="fpws1"
maxlength="100"
class="input"
type="password"
/>
</td>
</tr>
<tr>
<td class="title">Mobile No.<font color="red">*</font></td>
<td>
<input
name="mob"
placeholder="Mobile No."
id="mob"
maxlength="12"
class="input"
type="text"
autocomplete="off"
/>
</td>
</tr>
<tr>
<td class="title">Email ID<font color="red">*</font></td>
<td>
<input
name="email"
placeholder="Email ID"
id="email"
maxlength="100"
class="input"
type="text"
autocomplete="off"
/>
</td>
</tr>
</tbody>
</table>
</div>
<div
id="viewuser"
align="center"
style="
padding-top: 8px;
font-size: 13px;
padding-left: 2%;
padding-right: 2%;
"
></div>
</div>
|