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.141.198.113
<script>
// $('#date_of_exam').datepicker({showOn: 'button',showButtonPanel: true, changeMonth: true, changeYear: true,dateFormat:'dd/mm/yy',buttonImage: 'images/cal.jpg', buttonImageOnly: true});
$('#date_of_exam').datepicker({
changeMonth: true,
changeYear: true,
dateFormat: 'dd/mm/yy',
})
</script>
<script type="text/javascript">
$(function () {
$('#tabs').tabs()
})
$(function () {
$('#sub_tabs').tabs()
})
</script>
<div id="tabs">
<ul>
<li><a href="#">Bundle Dispatch</a></li>
</ul>
<div id="Dispatch_ans_script_div" style="overflow: auto; padding: 1rem">
<table class="content-tbl" cellpadding="5" cellspacing="2" width="100%">
<tr>
<td style="width: 140px" align="right">QP Code:</td>
<td colspan="3">
<input
id="bun_disp_qp_code"
type="text"
maxlength="20"
class="textInputEnabled"
style="width: 100px; text-align: center; height: 20px"
onkeyup="if (this.value.length > 20) {this.value = this.value.substr(0,20);}"
onkeydown="return keyboardSubjectQPPopup(event,this.id,$('#abs_entry_qp_code').val())"
onfocus="$g_focus_element='abs_entry_qp_code';"
onblur="GetQpSubjectCodeDetails(this.value);"
/>
<input
type="text"
id="bun_disp_qp_name"
readonly
tabindex="-1"
onfocus="$g_focus_element='qp_desp';"
class="textInputEnabled"
style="width: 520px; text-align: center; height: 20px"
/>
</td>
</tr>
<tr>
<td align="right">Exam Date:</td>
<td>
<input
id="date_of_exam"
type="text"
placeholder="DD/MM/YYYY"
class="textInputEnabled"
style="width: 100px; text-align: center; height: 20px"
/>
</td>
<td align="right">Session:</td>
<td>
<select
id="qp_session"
class="textInputEnabled"
style="width: 100px; height: 28px"
onfocus="$g_focus_element='session_state';"
>
<option value="AM">Morning</option>
<option value="PM">AfterNoon</option>
</select>
</td>
</tr>
<tr>
<td align="right">Total Bundles:</td>
<td colspan="3">
<input
id="no_of_bundle"
type="text"
class="textInputEnabled"
style="width: 100px; text-align: center; height: 20px"
maxlength="2"
/>
<span
style="
background-color: #008cba;
border: none;
color: white;
padding: 6px 15px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 12px;
cursor: pointer;
min-width: 60px;
border-radius: 3px;
"
onclick="GetDefaultBundleDetails();"
>View</span
>
</td>
</tr>
</table>
<div
id="bundle_dispatch_div"
style="
margin-top: 20px;
overflow: auto;
margin-bottom: 10px;
height: 250px;
"
>
<!-- <table width="60%" id="Dispatch_ans_script_header" align="center" border="0" cellpadding="0" cellspacing="0">
<th align='left' colspan='6' class='ui-jqgrid-titlebar ui-widget-header ui-corner-tl ui-corner-tr ui-helper' style='font-size:12px; padding-left:6px; height:24px;'>Bundle Dispatch</th>
<tr class='ui-state-default ui-jqgrid-hdiv'>
<td id='td_dispatch_slno' style='padding:2px; width:20px; border-bottom:1px solid #C5DBEC; border-right:1px solid #C5DBEC; border-left:1px solid #C5DBEC;'><center>SL No</center></td>
<td id='td_dispatch_script' style='padding:2px; width:50px; border-bottom:1px solid #C5DBEC; border-right:1px solid #C5DBEC;'><center>No. of Scripts</center></td>
<td id='td_dispatch_delete' style='padding:2px; width:25px; border-bottom:1px solid #C5DBEC; border-right:1px solid #C5DBEC;'><center>Delete </center></td>
</tr>
</table> -->
<div id="Dispatch_ans_script_header"></div>
</div>
</div>
</div>
|