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


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

<script type="text/javascript">
  $(function () {
    $("#tabs").tabs();
  });
  $(function () {
    $("#sub_tabs").tabs();
  });
</script>

<div id="tabs">
  <ul style="height: 20px">
    <li></li>
  </ul>
</div>
<div style="padding-top: 10px">
  <table class="content-tbl" cellpadding="5" cellspacing="2" width="100%">
    <tr>
      <td align="right">Degree Group:<font color="red">*</font></td>
      <td>
        <select
          id="deggrp"
          class="textInputEnabled"
          style="width: 300px; height: 25px"
        >
          <option value="">--Select--</option>
        </select>
      </td>
    </tr>
    <tr>
      <td align="right">Report Type<font color="red">*</font></td>
      <td>
        <select
          id="yearmode"
          class="textInputEnabled"
          style="width: 300px; height: 25px"
        >
          <option value="">--Select--</option>
          <option value="QpA">Absent</option>
          <option value="QpM">Malpractise</option>
        </select>
      </td>
    </tr>
    <tr>
      <td align="right">Date-Range<font color="red">*</font></td>

      <td>
        <input
          id="fromdaterange"
          class="ElementCount"
          type="date"
          style="height: 26px; margin: 2px"
        />
        -
        <input
          id="todaterange"
          class="ElementCount"
          type="date"
          style="height: 26px; margin: 2px"
        />
      </td>
    </tr>
  </table>
</div>

<!-- onchange="getExamdateExamName()" -->