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


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

<!DOCTYPE html>
<script type="text/javascript">
  $(function () {
    $("#tabs").tabs();
  });
  $(function () {
    $("#sub_tabs").tabs();
  });
</script>
<div id="tabs">
  <ul style="height: 20px">
    <li></li>
  </ul>
  <div style="padding-top: 10px">
    <table class="content-tbl" cellpadding="5" cellspacing="2" width="100%">
      <tbody>
        <tr>
          <td style="width: 140px" align="right">
            Degree:<font color="red">*</font>
          </td>
          <td>
            <select
              id="degree"
              class="textInputEnabled"
              style="width: 350px; height: 25px"
              onchange="handlerSem()"
            >
              <option value="">--Select--</option>
            </select>
          </td>
        </tr>
        <tr>
          <td style="width: 140px" align="right">
            Semester:<font color="red">*</font>
          </td>
          <td>
            <select
              id="semesterr"
              class="textInputEnabled"
              style="width: 350px; height: 25px"
              onchange="handleSub()"
            >
              <option value="">--Select--</option>
            </select>
          </td>
        </tr>
        <tr>
          <td style="width: 140px" align="right">
            Subject:<font color="red">*</font>
          </td>
          <td>
            <select
              id="subjectt"
              class="textInputEnabled"
              style="width: 350px; height: 25px"
            >
              <option value="">--Select--</option>
            </select>
          </td>
        </tr>
        <tr hidden>
          <td style="width: 14px" align="right">
            Criteria IA:<font color="red">*</font>
          </td>
          <td>
            <input type="text" id="iath" placeholder="Criteria IA Theory" />
            <input type="text" id="iapr" placeholder="Criteria IA Practical" />
            <input type="text" id="iacomb" placeholder="Criteria IA Combined" />
          </td>
        </tr>
        <tr hidden>
          <td style="width: 14px" align="right">
            Criteria Attendance:<font color="red">*</font>
          </td>
          <td>
            <input
              type="text"
              id="attth"
              placeholder="Criteria Attendance Theory"
            />
            <input
              type="text"
              id="attpr"
              placeholder="Criteria Attendance Practical"
            />
            <input
              type="text"
              id="attcomb"
              placeholder="Criteria Attendance Combined"
            />
          </td>
        </tr>
      </tbody>
    </table>
  </div>
</div>