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 : 52.14.120.226


Current Path : /proc/thread-self/root/var/www/html/jssm/html_modules/
Upload File :
Current File : //proc/thread-self/root/var/www/html/jssm/html_modules/roomallotmantsummary.html

<script type="text/javascript">
  /*  $('#qp_frm_date').datepicker({showOn: 'button',showButtonPanel: true, changeMonth: true,	changeYear: true,dateFormat:'dd/mm/yy',buttonImage: 'images/cal.jpg', buttonImageOnly: true});
	 $('#qp_to_date').datepicker({showOn: 'button',showButtonPanel: true, changeMonth: true,	changeYear: true,dateFormat:'dd/mm/yy',buttonImage: 'images/cal.jpg', buttonImageOnly: true});*/
  $(function() {
    $("#tabs").tabs();
  });
  $(function() {
    $("#sub_tabs").tabs();
  });
</script>

<div id="tabs">
  <ul>
    <li><a href="#Report_degree_list">General</a></li>
  </ul>
  <div
    align="left"
    id="Report_daily_report_div"
    style="height:340px;margin-top:20px;margin-left:100px; overflow:auto"
  >
    <table width="100%" border="0" cellspacing="2" cellpadding="2">
      <tr>
        <td align="left" width="110px">
          Date
        </td>
        <td>:</td>
        <td>
          <input
            type="text"
            id="frm_date"
            style="width: 80px;margin-left:-2px;"
            onkeypress="return acceptNumbersOnlyForModule(event);"
            onkeydown="dmydateformat(event,this.id)"
            placeholder="dd/mm/yyyy"
            maxlength="10"
          />
        </td>
      </tr>
      <tr>
        <td align="left" width="100px">Session</td>
        <td>:</td>
        <td align="left">
          <span style="float:left">
            <select id="session" style="width:109px;height:20px">
              <option value="">Select Session</option>
              <option value="M%">Morning(M1)</option>
              <option value="E%">Morning(E1)</option>
              <option value="N%">After Noon</option>
              <option value="both">both</option>
            </select>
          </span>
        </td>
      </tr>
    </table>
  </div>
</div>