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


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

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

<div id="tabs" style="z-index: 9999">
  <ul style="height: 20px"></ul>
  <div>
    <div id="report_type">
      <table style="margin-left: 20px">
        <tr>
          <td style="font-size: 13px" align="right">Date</td>
          <td>:</td>
          <td>
            <input
              type="text"
              name="rdate"
              id="rdate"
              placeholder="dd-mm-yyyy"
              style="height: 24px; width: 250px; margin: 2px; font-size: 13px"
              value="21-05-2024"
              onblur="getdate()"
            />
          </td>
        </tr>
        <tr>
          <td style="font-size: 13px" align="right">Session</td>
          <td>:</td>
          <td>
            <select
              type="text"
              id="session"
              style="height: 30px; width: 255px; margin: 2px; font-size: 13px"
            ></select>
          </td>
        </tr>
        <tr>
          <td style="font-size: 13px" align="right"></td>
          <td></td>
          <td>
            <span
              style="
                background-color: #008cba;
                border: none;
                border-radius: 4px;
                color: white;
                padding: 6px 18px;
                text-align: center;
                text-decoration: none;
                display: inline-block;
                cursor: pointer;
                font-size: 13px;
              "
              onclick="handleSubmit()"
              >Submit</span
            >
          </td>
        </tr>
        <tr></tr>
      </table>
    </div>
  </div>
  <!-- <div style="display: flex; gap: 10px"> -->
  <div id="datatable" style="width: 100%"></div>
  <div id="modeltable" style="width: 100%"></div>
  <!-- </div> -->
  <input type="text" id="qpcount" hidden />
  <input type="text" id="qpcode" hidden />
  <input type="text" id="subject" hidden />
</div>