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.188.137.209
<script type='text/javascript'>$(function() {$('#tabs').tabs();});$(function() {$('#sub_tabs').tabs();});</script>
<div id='tabs'>
<ul style='height:20px;'>
<li><a href='#'>Degree selection</a></li>
</ul>
<div align="center" id="identify_transactions" style='padding:10px;'>
<table width="100%" class="content-tbl" border="0" cellspacing="4" cellpadding="0">
<tr align="center">
<td>
All :
<input id="report_degree_all" type="Radio" name="report_degree_all_only"
onfocus="$g_focus_element='report_degree_all'" onclick="getAllItDegreeCode('all');"/>
Selected Only :
<input id="report_degree_only" type="Radio" name="report_degree_all_only"
onfocus="$g_focus_element='report_degree_only'" checked="checked" onclick="getAllItDegreeCode('selected');"/>
</td>
</tr>
<tr style="display:none;">
<td align="Right" >
Degree Range:
</td>
<td >
<input id="it_degree_code" type="text" maxlength="5" style = "width:90px;"
onblur="getAllItDegreeCode();"
onkeydown="return keyboardDegreePopup(event,this.id,$('#it_degree_code').val());"
onfocus="$g_focus_element='it_degree_code'"
/>
</td>
</tr>
</table>
<div>
<div align="center" id="it_module" style="margin-top:20px; width:90%; overflow:auto;">
</div>
</div>
</div>
</div>
|