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.91.173
<script>
$("#date_of_exam").datepicker({
showOn: "button",
showButtonPanel: true,
changeMonth: true,
changeYear: true,
dateFormat: "dd/mm/yy",
buttonImage: "images/cal.jpg",
buttonImageOnly: true
});
</script>
<script type="text/javascript">
$(function() {
$("#tabs").tabs();
});
$(function() {
$("#sub_tabs").tabs();
});
</script>
<div id="tabs">
<ul>
<li><a href="#Report_degree_list">General</a></li>
</ul>
<div
align="left"
id="Dispatch_ans_script_div"
style="height:356px; margin-top:20px;"
>
<table width="90%" border="0" cellpadding="" cellspacing="">
<tr>
<td style="width:135px" align="right">QP Code:</td>
<td>
<input
id="bun_disp_qp_code"
type="text"
style="width:100px;"
onkeyup="if (this.value.length > 5) {this.value = this.value.substr(0,5);}"
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';"
style="width:231px;background-color: AliceBlue"
/>
<img
border="0"
onclick="OpenSubjectQpPopupHtml($('#abs_entry_qp_code').val());"
src="images/edi.png"
style="cursor:pointer"
/>
</td>
</tr>
<tr>
<td style="width:135px" align="right">Date of Exam:</td>
<td>
<input id="date_of_exam" type="text" style="width:100px;" />
Session
<select
id="qp_session"
style="width:150px;"
onfocus="$g_focus_element='session_state';"
>
<option value="AM">AM</option>
<option value="PM">PM</option>
</select>
</td>
</tr>
<tr>
<td style="width:135px" align="right">No of Bundle:</td>
<td>
<input
id="no_of_bundle"
type="text"
maxlength="2"
style="width:100px;"
/>
<span class="raval_submit_td" style="margin-left:50px;">
<span
style="margin-top: 2px;cursor: pointer; color:#35721F;line-height: 19px;font-size:14px;font-weight:bold;"
onclick="GetDefaultBundleDetails()"
>Go</span
>
</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>
|