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 : 3.147.73.117


Current Path : /var/www/oasis/html_modules/
Upload File :
Current File : /var/www/oasis/html_modules/htblk.html

<script type="text/javascript">
  $(function() {
    $("#tabs").tabs();
  });
  $(function() {
    $("#sub_tabs").tabs();
  });
</script>
<div id="tabs">
  <ul>
    <li><a href="#ECHblk">Hall Ticket block</a></li>
  </ul>

  <div align="left" id="ECHblk" style="padding-top: 10px;">
    <table
      class="content-tbl"
      width="100%"
      border="0"
      cellpadding="2"
      cellspacing="0"
    >
      <tr>
        <td style="width: 140px" align="right">Degree: <br /></td>
        <td>
          <input
            id="ech_degree_code"
            type="text"
            maxlength="5"
            style="width:60px;text-align: center;text-transform: uppercase;"
            onblur="getdegreeNames(); "
            onkeydown="return keyboardDegreePopup(event,this.id,$('#ech_degree_code').val());"
            onfocus="$g_focus_element='ech_degree_code'"
          />

          <input id="ech_degree_name" type="text" tabindex="-1" style =
          "width:440px; background-color: AliceBlue;"/
          onclick="PopupMarkEntrySubGetSubjectDetails();">
        </td>
      </tr>
      <tr>
        <td align="right">Reg. Range:</td>
        <td>
          <input type="text" id="reg_from" value="0" />-
          <input type="text" id="reg_to" value="z" />
          <span
            style="background-color: #008CBA; border: none; color: white; padding: 4px 15px; text-align: center; text-decoration: none; display: inline-block; font-size: 12px; cursor: pointer;"
            onclick="gethtblkStudents();"
            >View Details</span
          >
        </td>
      </tr>
    </table>

    <br />

    <div align="left" id="ech_module_student_data" style="clear:both;"></div>
  </div>
</div>