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


Current Path : /var/www/oasis/html_modules_old/
Upload File :
Current File : /var/www/oasis/html_modules_old/invigilators_dairy.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=""
      cellpadding=""
      align="center"
    >
      <tr>
        <td width="140px" align="right">Report Type</td>
        <td> : </td>
        <td>
          <select       id="sreport"             onchange="showdiv()"             style="width:280px;height:24px"   > 
            <option value="id">Invigilators Dairy</option>
            <option value="rrnl">Roomwise Reg. No. List</option>
            <option value="er">Room Allotment (Excel)</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="right">Exam Date</td>
        <td> : </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> : </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">Block Range</td>
        <td> : </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> : </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" >Page break for each block?</td>
        <td> : </td>
        <td align="left">
          <input       type="checkbox"             id="pgej" name="checkboxname"           />
        </td>
      </tr>
      <tr id="qpeject" style="display:none">
        <td align="right"> Page break for each QP? </td>
        <td> : </td>
        <td align="left">
          <input             type="checkbox"             id="qpej" name="checkboxname"          />
        </td>
      </tr>
    </table>
  </div>
</div>