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


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

<script type="text/javascript">
  $(function () {
    $("#tabs").tabs();
  });
  $(function () {
    $("#sub_tabs").tabs();
  });
</script>
<div id="tabs">
  <ul>
    <li><a href="#">Remuneration Entry</a></li>
  </ul>
  <div
    id="remunerationviewtable"
    style="overflow: auto; padding-top: 10px"
  ></div>
  <div id="remunerationid" style="overflow: auto; padding-top: 10px">
    <table class="content-tbl" cellpadding="5" cellspacing="2" width="100%">
      <tr>
        <td style="font-size: 13px" align="right">Date</td>
        <td>:</td>
        <td>
          <select
            type="text"
            name="rdate"
            id="rdate"
            placeholder="dd-mm-yyyy"
            style="height: 30px; width: 255px; margin: 2px; font-size: 13px"
            value=""
            onchange="getdate()"
          ></select>
        </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 id="viewbutton">
        <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="changeSession()"
            >View</span
          >
        </td>
      </tr>
    </table>
  </div>
  <div id="remunerationtable"></div>
</div>