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.226.96.202
<script type='text/javascript'>
$(function () {
$('#tabs').tabs();
});
$(function () {
$('#sub_tabs').tabs();
});
$('#examdate').datepicker({
changeMonth: true,
changeYear: true,
dateFormat: 'dd/mm/yy'
});
</script>
<div id='tabs'>
<ul>
<li><a href='#report_Marklist_subject_wise_div'>Bundle Acknowledgement</a></li>
</ul>
<div align="left" id="report_Marklist_subject_wise_div" style="padding:10px;overflow:auto">
<table class="content-tbl" cellpadding="8" cellspacing="0" width="100%">
<tr>
<td style="width:140px;font-size:12px;" align="left">Exam Date <font color="red">*</font>
</td>
<td>:</td>
<td>
<input type="text" id="examdate" style="width: 100px;margin-left:-2px; text-align: center;"
onkeypress='return acceptNumbersOnlyForModule(event);' onkeydown='dmydateformat(event,this.id)'
placeholder='dd/mm/yyyy' maxlength=10>
</td>
</tr>
<tr>
<td width="140px">Session<font color="red">*</font>
</td>
<td>:</td>
<td>
<input type="radio" checked="true" id="m" name="marks_wise"
style="padding: 10px;vertical-align: middle;" />Morning
<input type="radio" id="n" name="marks_wise" style="padding: 10px;vertical-align: middle;" />After
Noon
</td>
</tr>
</table>
</div>
</div>
|