0xV3NOMx
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.216.92.5


Current Path : /var/www/oasis/html_modules_old/
Upload File :
Current File : /var/www/oasis/html_modules_old/apprCandidList.html

<script type="text/javascript">
  $(function() {
    $("#tabs").tabs();
  });
  $(function() {
    $("#sub_tabs").tabs();
  });
</script>
<div id="tabs">
  <div align="left" id="centre_code" style="height:250px; overflow:auto">
    <table width="100%" border="0" cellspacing="1" cellpadding="1">
      <tr style="display:non;">
        <td style="width:160px" align="right">Degree Range :</td>
        <td>
          <input
            type="text"
            id="degfrom"
            style="width: 80px"
            onfocus="$g_focus_element='degfrom';"
            value="0"
            name="degfrom"
            onkeydown="return colkeyboardCollegePopup(event,this.id,$('#degfrom').val());"
          />
          &nbsp;&nbsp;-&nbsp;&nbsp;
          <input
            type="text"
            id="degto"
            style="width: 80px"
            onfocus="$g_focus_element='degto';"
            onkeydown="return colkeyboardCollegePopup(event,this.id,$('#degto').val());"
            value="ZZZ"
            name="degto"
          />
        </td>
      </tr>
      <tr>
        <td style="width:160px" align="right">Application No. Range :</td>
        <td>
          <input
            type="text"
            id="appfrom"
            style="width: 80px"
            onfocus="$g_focus_element='appfrom';"
            value="0"
            name="appfrom"
            onkeydown="return keyboardQPPopup(event,this.id);"
          />
          &nbsp;&nbsp;-&nbsp;&nbsp;
          <input
            type="text"
            id="appto"
            style="width: 80px"
            onfocus="$g_focus_element='appto';"
            onkeydown="return keyboardQPPopup(event,this.id);"
            onkeyup="if (this.value.length > 5) {this.value = this.value.substr(0,5); }"
            value="ZZZ"
            name="appto"
          />
        </td>
      </tr>
    </table>
  </div>
</div>