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


Current Path : /proc/thread-self/root/var/www/oasis/html_modules/
Upload File :
Current File : //proc/thread-self/root/var/www/oasis/html_modules/updateuvcms.html

<script type="text/javascript">
  $(function () {
    $("#tabs").tabs();
  });
  $(function () {
    $("#sub_tabs").tabs();
  });
</script>
<!-- <script src="../js/updatedegreegroup.js"></script> -->
<div id="tabs">
  <ul style="height: 20px">
    <li><a href="#">Update UUCMS Reg No.</a></li>
  </ul>

  <div id="identify_transactions" style="padding: 10px">
    <table>
      <tr>
        <td align="left">Degree</td>
        <td>
          <select
            style="width: 157px; height: 25px"
            name="Degree"
            id="degree"
          ></select>
        </td>
      </tr>
      <tr>
        <td align="left">Register Number Range</td>
        <td>
          <input
            id="from"
            class="ElementCount"
            type="text"
            placeholder="RegNo. From"
            style="width: 150px; height: 25px"
          />

          <input
            id="to"
            class="ElementCount"
            type="text"
            placeholder="RegNo. To"
            style="width: 150px; height: 25px"
          />
        </td>
      </tr>
      <tr>
        <td></td>
        <td>
          <span
            onclick="submithandler()"
            style="
              background-color: #008cba;
              border: none;
              color: white;
              padding: 5px 20px;
              text-align: center;
              text-decoration: none;
              display: inline-block;
              font-size: 12px;
              cursor: pointer;
            "
            >Submit</span
          >
        </td>
      </tr>
    </table>
  </div>
  <div id="tabledata"></div>
</div>