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


Current Path : /proc/thread-self/root/var/www/oasis/html_modules/
Upload File :
Current File : //proc/thread-self/root/var/www/oasis/html_modules/CIEpendingList.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></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
              class="select2 p-0"
              id="degree"
              data-live-search="true"
              multiple
              style="width: 400px; height: 100px"
              onchange="handlerSem()"
            >
              <option value="">--Select--</option>
            </select>
          </td>
        </tr>
        <tr>
          <td style="width: 140px" align="right">
            Semester
          </td>
          <td>: <font color="red">*</font></td>

          <td>
            <select
              id="semesterr"
              class="textInputEnabled"
              style="width: 400px; height: 25px"
              onchange="handleSub()"
            >
              <option value="">--Select--</option>
            </select>
          </td>
        </tr>
        <tr>
          <td style="width: 140px" align="right">
            Events
          </td>
          <td>: <font color="red">*</font></td>
          <td>
            <select
              class="select2 p-0"
              id="subjectt"
              class="textInputEnabled"
              data-live-search="true"
              multiple
              style="width: 400px; height: 25px"
            >
              <option value="">--Select--</option>
            </select>
          </td>
        </tr>
        <tr></tr>
    </table>
  </div>
</div>
<script>
  $(".select2").select2();
</script>