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.144.109.147
<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">Identify Technical Officer</a></li>
</ul>
<input type="hidden" value = 'add' id = 'screen'/>
<div
id="todeatils"
align="center"
style="padding-top:8px;font-size:13px;padding-left: 2%;padding-right: 2%;"
>
<table class="content-tbl" cellpadding="8" cellspacing="0" width="90%">
<tbody>
<td align="left" width="90px;">Degree Group<font color="red">*</font></td>
<td>
<select
id="deggrp"
class="InputTextEnabled"
>
<option value="">--Select--</option>
</select>
</td>
</tr>
<tr>
<td align="left" >Name<font color="red">*</font></td>
<td>
<input
name="Name"
placeholder="Technical Officer Name"
id="name"
maxlength="250"
style="width: 250px;"
class="textInputEnabled"
type="text"
autocomplete="off"
/>
</td>
</tr>
<tr>
<td align="left">Mobile No.<font color="red">*</font></td>
<td>
<input
name="mob"
placeholder="Technical Officer Mobile No."
id="mob"
maxlength="12"
style="width: 250px;"
class="textInputEnabled"
type="text"
autocomplete="off"
/>
</td>
</tr>
<tr>
<td width="120px" align="left">Date Range.<font color="red">*</font></td>
<td>
<input style="width:90px; text-align: center;" type="text" id="tech_officer_date_from" name="tech_officer_date_from"/>
<input style="width:90px; text-align: center;" type="text" id="tech_officer_date_to" name="tech_officer_date_to"/>
</td>
</tr>
<tr>
<td align="left" width="90px;">Status<font color="red">*</font></td>
<td>
<select
id="status_tech_officer"
class="InputTextEnabled"
>
<option value="">--Select--</option>
<option selected value="A">Active</option>
<option value="S">Suspend</option>
</select>
</td>
</tr>
</tbody>
</table>
</div>
</div>
|