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.222.161.119
<script type="text/javascript">
$(function () {
$("#tabs").tabs();
});
$(function () {
$("#sub_tabs").tabs();
});
$('#frm_date').datepicker({
changeMonth: true,
changeYear: true,
dateFormat: 'dd/mm/yy'
});
</script>
<div id="tabs">
<ul>
<li><a href="#report_Marklist_subject_wise_div">Invigilators Dairy</a></li>
</ul>
<div align="left" id="report_Marklist_subject_wise_div" style="height:250px; overflow:auto">
<table class="content-tbl" cellpadding="8" cellspacing="0" width="100%">
<tr>
<td width="140px">Report Type<font color="red">*</font>
</td>
<td>:</td>
<td>
<select id="sreport" onchange="showdiv()" style="width:230px;height:24px">
<option value="id">Invigilators Dairy</option>
<option value="rrnl">Roomwise Reg. No. List</option>
<option value="er">Room Allotment (Excel)</option>
</select>
</td>
</tr>
<tr>
<td width="140px">Exam Date & Session<font color="red">*</font>
</td>
<td>:</td>
<td>
<input type="text" id="frm_date"
style="height:20px;width:100px;border: 1px solid #C2C0C0; text-align: center;"
onkeypress="return acceptNumbersOnlyForModule(event);" onkeydown="dmydateformat(event,this.id)"
placeholder="dd/mm/yyyy" maxlength="10" />
<select id="session" style="width:104px;height:24px">
<option value="">-Select-</option>
<option value="M%">Morning</option>
<option value="N%">After Noon</option>
</select>
</td>
</tr>
<tr>
<td width="140px">QP Code Range<font color="red">*</font>
</td>
<td>:</td>
<td>
<input type="text" id="from_qpcode" style="width: 100px; text-align: center;"
onkeyup="if (this.value.length > 6) {this.value = this.value.substr(0,6); }" maxlength="5"
value="00000" name="qp_code" />
<input type="text" id="to_qpcode" style="width: 100px; text-align: center;"
onkeyup="if (this.value.length > 6) {this.value = this.value.substr(0,6); }" maxlength="5"
value="ZZZZZ" name="qp_code" />
</td>
</tr>
<tr>
<td width="140px">Block Range<font color="red">*</font>
</td>
<td>:</td>
<td>
<input type="text" id="room_range_from" style="width:100px; text-align: center;"
onkeyup="if (this.value.length > 5) {this.value = this.value.substr(0,5); }" value="000"
name="room_range_from" />
<input type="text" id="room_range_to" style="width: 100px; text-align: center;"
onkeyup="if (this.value.length > 5) {this.value = this.value.substr(0,5); }" value="ZZZ"
name="room_range_to" />
</td>
</tr>
<tr id="reporttype">
<td align="right">Report Type</td>
<td>:</td>
<td>
<select id="rtype" style="width:160px;height:24px">
<option value="F">Without Photo</option>
<option value="T">With Photo</option>
</select>
</td>
</tr>
<tr id="pgejroom">
<td align="right">Page break for each block?</td>
<td>:</td>
<td align="left">
<input type="checkbox" id="pgej" name="checkboxname" />
</td>
</tr>
<tr id="qpeject" style="display:none">
<td align="right">Page break for each QP?</td>
<td>:</td>
<td align="left">
<input type="checkbox" id="qpej" name="checkboxname" />
</td>
</tr>
</table>
</div>
</div>
|