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


Current Path : /var/www/html/college/html_modules/
Upload File :
Current File : /var/www/html/college/html_modules/roomwise_regno.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">Room Notice Board</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 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>Faculty</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>
            </select>
          </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"
            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"
            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"
            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"
            onkeyup="if (this.value.length > 5) {this.value = this.value.substr(0,5); }"
            value="ZZZ"
            name="room_range_to"
          />
        </td>
      </tr>
      <tr>
        <td style="width:95px" align="left">Page Eject</td>
        <td>:</td>
        <td>
          <input id="pageejt" type="checkbox" />
          &nbsp;&nbsp;&nbsp;&nbsp;
        </td>
      </tr>

    </table>
  </div>
</div>