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


Current Path : /var/www/html/college/html_modules/
Upload File :
Current File : /var/www/html/college/html_modules/invigilators_dairy.html

<script type="text/javascript">
  $("#frm_date").datepicker({
    changeMonth: true,
    changeYear: true,
    dateFormat: "dd/mm/yy",
  });
  $(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
    id="report_Marklist_subject_wise_div"
    style="overflow: auto; padding-top: 10px"
  >
    <table class="content-tbl" cellpadding="5" cellspacing="2" width="100%">
      <tr>
        <td style="width: 140px" align="right">Report Type:</td>
        <td>
          <select
            id="sreport"
            onchange="showdiv()"
            class="textInputEnabled"
            style="width: 350px; height: 25px"
          >
            <option value="">---Select---</option>
            <option value="rrnb">Register No list on Notice board</option>
            <option value="rrnl">Roomwise Register No List</option>
            <option value="id">Invigilators Dairy</option>
            <option value="er">Room Allotmet( Excel )</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="right">Exam Date:</td>
        <td>
          <input
            type="text"
            id="frm_date"
            style="width: 120px; text-align: center"
            onkeypress="return acceptNumbersOnlyForModule(event);"
            onkeydown="dmydateformat(event,this.id)"
            placeholder="DD/MM/YYYY"
            maxlength="10"
          />
        </td>
      </tr>
      <tr>
        <td align="right">Session:</td>
        <td>
          <select
            id="rsession"
            class="textInputEnabled"
            style="width: 350px; height: 25px"
          >
            <option value="">---Select Session---</option>
            <option value="M%">Morning</option>
            <option value="N%">After Noon</option>
            <option value="both">both</option>
          </select>
        </td>
      </tr>

      <tr>
        <td align="right">Faculty:</td>
        <td>
          <select
            id="faculty"
            class="textInputEnabled"
            style="width: 350px; height: 25px"
          >
            <option value="">---Select Faculty---</option>
            <option value="UG">UG</option>
            <option value="PG">PG</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="right">QP Code Range:</td>
        <td>
          <input
            type="text"
            id="from_qpcode"
            style="width: 120px; text-align: center"
            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: 120px; text-align: center"
            onkeyup="if (this.value.length > 6) {this.value = this.value.substr(0,6); }"
            value="Z"
            name="qp_code"
          />
        </td>
      </tr>
      <tr>
        <td align="right">Room Range:</td>
        <td>
          <input
            type="text"
            id="room_range_from"
            style="width: 120px; text-align: center"
            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: 120px; text-align: center"
            onkeyup="if (this.value.length > 5) {this.value = this.value.substr(0,5); }"
            value="Z"
            name="room_range_to"
          />
        </td>
      </tr>
      <tr id="reporttype">
        <td align="right">Report Type</td>
        <td>
          <select
            id="rtype"
            class="textInputEnabled"
            style="width: 200px; height: 25px"
          >
            <option value="F">Without Photo</option>
            <option value="T">With Photo</option>
          </select>
        </td>
      </tr>
      <tr id="pgejroom">
        <td align="right">Page Eject After Each Room?:</td>
        <td>
          <input type="checkbox" id="pgej" name="checkboxname" />
        </td>
      </tr>
      <tr id="qpeject" style="display: none">
        <td align="right">Page Eject After Each Qpcode</td>
        <td>
          <input type="checkbox" id="qpej" name="checkboxname" />
        </td>
      </tr>
    </table>
  </div>
</div>