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


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

<!DOCTYPE html>
<script type="text/javascript">
  $(function () {
    $("#tabs").tabs();
  });
  $(function () {
    $("#sub_tabs").tabs();
  });
</script>
<!-- <script src="https://code.jquery.com/jquery-3.6.4.min.js"></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></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="loadSemSubjType()"
          >
            <option value="">--Select--</option>
          </select>
        </td>
      </tr>
      <tr>
        <td style="width: 140px" align="right">Exam No.</td>
        <td><font color="red">*</font> :</td>
        <td>
          <select id="examno" style="width: 400px; height: 30px">
            <option value="">--Select--</option>
          </select>
        </td>
      </tr>
      <tr>
        <td style="width: 140px" align="right">Subject Type</td>
        <td><font color="red">*</font> :</td>
        <td>
          <select id="element" style="width: 400px; height: 30px">
            <option value="">--Select--</option>
            <option value="elementwise">Element Wise</option>
            <option value="mainsubj">Main Subject Level</option>
          </select>
        </td>
      </tr>
      <tr></tr>
      <tr>
        <td></td>
        <td></td>
        <td>
          <span
            style="
              background-color: #008cba;
              border: none;
              color: white;
              padding: 6px 10px;
              text-align: center;
              text-decoration: none;
              display: inline-block;
              font-size: 13px;
              cursor: pointer;
              border-radius: 3px;
            "
            onclick="ViewSubjDet_SubType();"
            >View</span
          >
        </td>
      </tr>
    </table>
  </div>
  <div id="ShowSubjtype"></div>
</div>