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


Current Path : /var/www/oasis/html_modules/
Upload File :
Current File : /var/www/oasis/html_modules/invigilators_dairy_gug.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 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()"
              disabled
              style="width:100px;height:20px"
            >
              <option value="">Select</option>
              <option value="rrnl">Roomwise Register No List</option>
              <option value="id" selected>Invigilators Dairy</option>
              <option value="er">Room Allotment( Excel )</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>
        <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>Degree Group</td>
        <td>:</td>
        <td align="left">
          <span style="float:left">
            <select id="faculty" style="width:100px;height:20px">
              <option value="">Select Faculty</option>
              <option value="UG">UG</option>
              <option value="PG">PG</option>
              <option value="BED">BED</option>
            </select>
          </span>
        </td>
      </tr>
      <tr>
        <td>student per block</td>
        <td>:</td>
        <td align="left">
          <span style="float:left">
            <input
              type="text"
              id="spblock"
              style="width: 70px"
              value="30"
              name="qp_code"
          /></span>
        </td>
      </tr>

      <tr>
        <td style="width:95px" align="left">QP Code Range</td>
        <td>:</td>
        <td>
          <input
            type="text"
            id="from_qpcode"
            style="width: 70px"
            disabled
            onkeyup="if (this.value.length > 6) {this.value = this.value.substr(0,6); }"
            value="0"
            name="qp_code"
          />
          &nbsp;&nbsp;-&nbsp;&nbsp;
          <input
            type="text"
            id="to_qpcode"
            style="width: 70px"
            disabled
            onkeyup="if (this.value.length > 6) {this.value = this.value.substr(0,6); }"
            value="ZZZ"
            name="qp_code"
          />
        </td>
      </tr>
      <tr>
        <td style="width:95px" align="left">Room Range</td>
        <td>:</td>
        <td>
          <input
            type="text"
            id="room_range_from"
            style="width: 70px"
            disabled
            onkeyup="if (this.value.length > 5) {this.value = this.value.substr(0,5); }"
            value="0"
            name="room_range_from"
          />
          &nbsp;&nbsp;-&nbsp;&nbsp;
          <input
            type="text"
            id="room_range_to"
            style="width: 70px"
            disabled
            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="left">Report Type</td>
        <td>:</td>
        <td>
          <select id="rtype" disabled style="width:100px;height:20px">
            <option value="F">Without Photo</option>
            <option value="T">With Photo</option>
          </select>
        </td>
      </tr>
      <tr id="pgejroom" style="display:none">
        <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>