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


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

<script type="text/javascript">
  $(function () {
    $("#tabs").tabs();
  });
  $(function () {
    $("#sub_tabs").tabs();
  });
</script>
<div id="tabs">
  <ul>
    <li><a href="#">Invigilators Dairy</a></li>
  </ul>

  <div
    align="left"
    id="report_Marklist_subject_wise_div"
    style="height: 250px; overflow: auto"
  >
    <table width="100%" border="0" cellspacing="1" cellpadding="1">
      <tr>
        <td>Select Report</td>
        <td>:</td>
        <td align="left">
          <span style="float: left">
            <select
              id="sreport"
              onchange="showdiv()"
              style="width: 100px; height: 20px"
            >
              <option value="">Select</option>

              <option value="id">Detailed</option>
              <option value="summary">Summary</option>
            </select>
          </span>
        </td>
      </tr>
      <tr>
        <td align="left" width="110px">Date</td>
        <td>:</td>
        <td>
          <input
            type="text"
            id="frm_date"
            style="width: 96px; margin-left: -1px"
            onkeypress="return acceptNumbersOnlyForModule(event);"
            onkeydown="dmydateformat(event,this.id)"
            placeholder="dd/mm/yyyy"
            maxlength="10"
          />
        </td>
      </tr>
      <tr id="session_row">
        <td>Session</td>
        <td>:</td>
        <td align="left">
          <span style="float: left">
            <select id="session" style="width: 100px; height: 20px">
              <option value="">Select Session</option>
              <option value="M%">Morning</option>
              <option value="N%">After Noon</option>
              <option value="both">both</option>
            </select>
          </span>
        </td>
      </tr>
      <tr>
        <td>
          <input
            type="text"
            id="from_qpcode"
            style="width: 70px"
            onkeyup="if (this.value.length > 6) {this.value = this.value.substr(0,6); }"
            value="0"
            name="qp_code"
          />

          <input
            type="text"
            id="to_qpcode"
            style="width: 70px"
            onkeyup="if (this.value.length > 6) {this.value = this.value.substr(0,6); }"
            value="ZZZ"
            name="qp_code"
          />
        </td>
      </tr>
      <tr>
        <td>
          <input
            type="text"
            id="room_range_from"
            style="width: 70px"
            onkeyup="if (this.value.length > 5) {this.value = this.value.substr(0,5); }"
            value="0"
            name="room_range_from"
          />

          <input
            type="text"
            id="room_range_to"
            style="width: 70px"
            onkeyup="if (this.value.length > 5) {this.value = this.value.substr(0,5); }"
            value="ZZZ"
            name="room_range_to"
          />
        </td>
      </tr>
      <tr id="reporttype">
        <td>
          <select id="rtype" style="width: 100px; height: 20px">
            <option value="F">Without Photo</option>
            <option value="T">With Photo</option>
          </select>
        </td>
      </tr>
      <!-- <tr id="pgejroom">
        <td style="" align="left"></td>
        <td></td>
        <td>
          <input
            type="checkbox"
            id="pgej"
            style="margin-top: 13px"
            name="checkboxname"
          />
          Page Eject At Every Room
        </td>
      </tr> -->
      <tr id="qpeject" style="display: none">
        <td style="width: 200px" align="left">Page Eject At Every Qpcode</td>
        <td>:</td>
        <td>
          <input
            type="checkbox"
            id="qpej"
            style="margin-top: 13px"
            name="checkboxname"
          />
        </td>
      </tr>
    </table>
  </div>
</div>