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


Current Path : /var/www/oasis/h/html_modules/
Upload File :
Current File : /var/www/oasis/h/html_modules/appear_list_center_qp_wise.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});*/
  $("#qp_frm_date").datepicker({ changeMonth: true, changeYear: true, dateFormat: "dd/mm/yy" });
  $("#qp_to_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_degree_list">General</a></li>
  </ul>
  <div id="Report_daily_report_div" style="padding-top: 10px">
    <table class="content-tbl" cellpadding="5" cellspacing="2" width="100%">
      <tr>
        <td style="width: 140px" align="right">Exam Date Range:</td>
        <td>
          <input
            type="text"
            id="qp_frm_date"
            style="width: 120px; text-align: center"
            onkeypress="return acceptNumbersOnlyForModule(event);"
            onkeydown="dmydateformat(event,this.id)"
            placeholder="DD/MM/YYYY"
            maxlength="10"
          />
          -
          <input
            type="text"
            id="qp_to_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">QP Code Range:</td>
        <td>
          <input
            type="text"
            id="qp_code_start"
            style="width: 120px; text-align: center"
            maxlength="8"
            value="0"
            onkeydown="return keyboardSubjectQPPopup(event,this.id,$('#qp_code_start').val())"
            onfocus="$g_focus_element='qp_code_start';"
          />
          -
          <input
            type="text"
            id="qp_code_end"
            style="width: 120px; text-align: center"
            value="Z"
            maxlength="8"
            onkeydown="return keyboardSubjectQPPopup(event,this.id,$('#qp_code_end').val())"
            onfocus="$g_focus_element='qp_code_end';"
          />
        </td>
      </tr>
      <tr>
        <td align="right">Session:</td>
        <td>
          <select id="section" class="textInputEnabled" style="width: 262px; height: 25px">
            <option value="">--Select--</option>
            <option value="M%">Morning</option>
            <option value="N%">After Noon</option>
            <option value="both">both</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="right">Page break at each Session?:</td>
        <td>
          <input type="checkbox" id="ckbox" name="checkboxname" style="margin: 2px" />
        </td>
      </tr>
    </table>
  </div>
</div>