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


Current Path : /var/www/oasis/html_modules_old/
Upload File :
Current File : /var/www/oasis/html_modules_old/invigilators_dairy19122019.html

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

  <div
    align="left"
    id="report_Marklist_subject_wise_div"
    style="height:250px; overflow:auto"
  >
    <table
      class="content-tbl"
      width="100%"
      border="0"
      cellspacing="0"
      cellpadding="2"
      align="center"
    >
      <tr>
        <td width="140px" align="right">Report Type:</td>
        <td>
          <select
            id="sreport"
            onchange="showdiv()"
            style="width:280px;height:24px"
          >
            <option value="rrnl">Roomwise Register No List</option>
            <option value="id">Invigilators Dairy</option>
            <option value="id">Invigilators Dairy</option>
            <option value="er">Room Allotment( Excel )</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="right">Exam Date:</td>
        <td>
          <input
            type="text"
            id="frm_date"
            style="height:20px;width:100px;border: 1px solid #C2C0C0; text-align: center;"
            onkeypress="return acceptNumbersOnlyForModule(event);"
            onkeydown="dmydateformat(event,this.id)"
            placeholder="dd/mm/yyyy"
            maxlength="10"
          />
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Session:
          <select id="session" style="width:104px;height:24px">
            <option value="">-Select-</option>
            <option value="M%">Morning</option>
            <option value="N%">After Noon</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="right">QP Code Range:</td>
        <td>
          <input
            type="text"
            id="from_qpcode"
            style="width: 65px; text-align: center;"
            onkeyup="if (this.value.length > 6) {this.value = this.value.substr(0,6); }"
            maxlength="5"
            value="00000"
            name="qp_code"
          />
          &nbsp;&nbsp;-&nbsp;&nbsp;
          <input
            type="text"
            id="to_qpcode"
            style="width: 65px; text-align: center;"
            onkeyup="if (this.value.length > 6) {this.value = this.value.substr(0,6); }"
            maxlength="5"
            value="ZZZZZ"
            name="qp_code"
          />
        </td>
      </tr>
      <tr>
        <td align="right">Room / Block Range:</td>
        <td>
          <input
            type="text"
            id="room_range_from"
            style="width: 65px; text-align: center;"
            onkeyup="if (this.value.length > 5) {this.value = this.value.substr(0,5); }"
            value="000"
            name="room_range_from"
          />
          &nbsp;&nbsp;-&nbsp;&nbsp;
          <input
            type="text"
            id="room_range_to"
            style="width: 65px; text-align: center;"
            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 align="right">Report Type:</td>
        <td>
          <select id="rtype" style="width:160px;height:24px">
            <option value="F">Without Photo</option>
            <option value="T">With Photo</option>
          </select>
        </td>
      </tr>
      <tr id="pgejroom">
        <td align="right">New page for each block?</td>
        <td>
          <input
            type="checkbox"
            id="pgej"
            style="margin-top:13px;"
            name="checkboxname"
          />
        </td>
      </tr>
      <tr id="qpeject" style="display:none">
        <td style="width:200px" align="left">New page for every QP code?</td>
        <td>
          <input
            type="checkbox"
            id="qpej"
            style="margin-top:13px;"
            name="checkboxname"
          />
        </td>
      </tr>
    </table>
  </div>
</div>