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 : 52.14.7.103
<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="report_Admission_ticket_div" style="height:250px; overflow:auto">
<table width="100%" border="0" cellspacing="1" cellpadding="1">
<tr>
<td align="right" style="width:86px">Degree Code:</td>
<td style="width:280px">
<input type="text" id="report_admission_ticket_degree_code" style="width: 70px"
maxlength="5"
onkeypress ="return pulsar(event,this);"
onkeydown="return keyboardDegreePopup(event,this.id,$('#report_admission_ticket_degree_code').val())"
onfocus="$g_focus_element='report_admission_ticket_degree_code';"
onblur="getdegreeNames();">
<input type="text" id="report_admission_ticket_degree_name" readonly tabindex=-1 onfocus="$g_focus_element='report_admission_ticket_degree_name';" style="background-color: AliceBlue">
</td>
</tr>
<tr>
<td align="right">Register No:</td>
<td>
<input type="text" id="report_admission_ticket_start" style="width: 70px"
onkeyup="if (this.value.length > 8) {this.value = this.value.substr(0,8); }"
onkeypress ="return pulsar(event,this);" value = '00000000'
onkeydown="return KayboardGetRegno(event,this.id);"
onfocus="$g_focus_element='report_admission_ticket_start';"/> -
<input type="text" id="report_admission_ticket_End" style="width: 70px"
onkeyup="if (this.value.length > 8) {this.value = this.value.substr(0,8); }"
onkeypress ="return pulsar(event,this);" value = 'ZZZZZZZZ'
onkeydown="return KayboardGetRegno(event,this.id);"
onfocus="$g_focus_element='report_admission_ticket_End';"/>
</td>
</tr>
<tr style='display:none;'>
<td align="right">Print Hall Ticket:</td>
<td align="left">
<input type="radio" id="report_adt_one_per_page" name="report_at_one_per_page" checked />
One Per Page
<input type="radio" id="report_adt_two_per_page" name="report_at_one_per_page">
Two Per Page
</td>
<!--<td align ="left">
<input type="button" id="report_admission_ticket_generate" value="Generate" style="width:70px"
onclick='GenerateAdmissionTicket()';/>
</td>-->
</tr>
<!-- <tr style="height:80px;">
<td></td>
<td>
<input type="button" id="report_admission_ticket_generate" value="Generate" style="width: 70px"
onclick='GenerateAdmissionTicket()'; />
</td>
</tr> -->
</table>
</div>
</div>
|