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


Current Path : /var/www/oasis/html_modules_old/
Upload File :
Current File : /var/www/oasis/html_modules_old/daily_report_barcode.html

<script type="text/javascript">
  $(function () {
    $("#tabs").tabs();
  });
  $(function () {
    $("#sub_tabs").tabs();
  });
  // $('#report_drpt_exam_date_from').datepicker({showOn: 'button',showButtonPanel: true, changeMonth: true,	changeYear: true,dateFormat:'dd/mm/yy',buttonImage: 'images/cal.jpg', buttonImageOnly: true});
  // $('#report_drpt_exam_date_to').datepicker({showOn: 'button',showButtonPanel: true, changeMonth: true,	changeYear: true,dateFormat:'dd/mm/yy',buttonImage: 'images/cal.jpg', buttonImageOnly: true});
  $("#report_drpt_exam_date_from").datepicker({
    changeMonth: true,
    changeYear: true,
    dateFormat: "dd/mm/yy",
  });
  $("#report_drpt_exam_date_to").datepicker({
    changeMonth: true,
    changeYear: true,
    dateFormat: "dd/mm/yy",
  });
</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; overflow: auto; padding-top: 10px;"
  >
    <table
      class="content-tbl"
      border="0"
      cellspacing="0"
      cellpadding="2"
      align="center"
    >
      <tr>
        <td width="120px" align="right">Exam Date:</td>
        <td>
          <input
            style="width: 90px; text-align: center;"
            type="text"
            id="report_drpt_exam_date_from"
            name="report_drpt_exam_date_from"
          />
          <!-- <a href='javascript:;' id="daily_report_exam_date_from">
		<img onclick="calender_popup('report_drpt_exam_date_from','daily_report_exam_date_from');" src="images/cal.jpg" border='0'></img></a>				
		 -
		<input style="width:90px; text-align: center;" type="text"  id="report_drpt_exam_date_to" name="report_drpt_exam_date_to"/>
		-->
          <!-- 					<a href='javascript:;' id="daily_report_exam_date_to">
		<img onclick="calender_popup('report_drpt_exam_date_to','daily_report_exam_date_to');" src="images/cal.jpg" border='0'></img></a>				
-->
        </td>
      </tr>
      <tr>
        <td align="right">QP Code Range:</td>
        <td>
          <input
            type="text"
            id="qp_code_start"
            value="00000"
            maxlength="5"
            style="width: 90px; text-align: center;"
            onkeydown="return keyboardSubjectQPPopup(event,this.id,$('#qp_code_start').val())"
            onfocus="$g_focus_element='qp_code_start';"
          />
          -

          <input
            type="text"
            id="qp_code_end"
            value="ZZZZZ"
            maxlength="5"
            style="width: 90px; text-align: center;"
            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 align="left">
          Morning
          <input
            style="width: 20px;"
            type="radio"
            id="report_drpt_session_morning"
            name="session"
            checked
          />
          Afternoon<input
            style="width: 20px;"
            type="radio"
            id="report_drpt_session_afternoon"
            name="session"
          />
          Both
          <input
            style="width: 20px;"
            type="radio"
            id="report_drpt_session_both"
            name="session"
          />
        </td>
      </tr>

      <!--    <tr>			 
			 	<td colspan="2" align="right"> 
				 <input type="button" id="report_drpt_generate" value="Generate" style="width:70px" 
				onclick='GenerateDailyReport()';/>	
				</tr> 
				</td>-->
      <!-- 	<tr style="height:80px;">
				<td></td>
				<td>		
				 <input type="button" id="report_drpt_generate" value="Generate" style="width: 70px" 
				 onclick='GenerateDailyReport()';	/> 		
				</td>
			</tr> -->
    </table>
  </div>
</div>