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


Current Path : /var/www/html/reva/html_modules/
Upload File :
Current File : /var/www/html/reva/html_modules/daily_report_qp.html

<script type="text/javascript">
  $(function() {
    $("#tabs").tabs();
  });
  $(function() {
    $("#sub_tabs").tabs();
  });
</script>
<script>
  $("#report_drpt_exam_date_from").datepicker({
    showOn: "button",
    showButtonPanel: true,
    changeMonth: true,
    changeYear: true,
    dateFormat: "dd/mm/yy",
    buttonImage: "images/cal.jpg",
    buttonImageOnly: true
  });
</script>
<script>
  $("#report_drpt_exam_date_to").datepicker({
    showOn: "button",
    showButtonPanel: true,
    changeMonth: true,
    changeYear: true,
    dateFormat: "dd/mm/yy",
    buttonImage: "images/cal.jpg",
    buttonImageOnly: true
  });
</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"
    onload="getBatchdet()"
  >
    <table width="100%" border="0" cellspacing="1" cellpadding="1">
      <tr>
        <td align="right" width="110px">Batch:</td>
        <td>
          <select
            id="fbatch"
            style="height:24px;width:180px;border: 1px solid #C2C0C0;"
          >
            <option value="">--Select--</option>
            <option value="I">Option I</option>
            <option value="II">Option II</option>
            <option value="III">Option III</option>
          </select>
        </td>
      </tr>

      <tr>
        <td align="right">Exam Date From:</td>
        <td>
          <input
            style="width:90px;"
            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>				
					 -->Exam Date To:
          <input
            style="width:90px;"
            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">Session:</td>
        <td align="left">
          Morning
          <input
            style="width:17px;"
            type="radio"
            id="report_drpt_session_morning"
            name="session"
            checked
          />
          Afternoon
          <input
            style="width:17px;"
            type="radio"
            id="report_drpt_session_afternoon"
            name="session"
          />
          Both
          <input
            style="width:17px;"
            type="radio"
            id="report_drpt_session_both"
            name="session"
          />
        </td>
      </tr>
      <tr>
        <td align="right">
          QP Code:
        </td>
        <td>
          <input
            type="text"
            id="qp_code_start"
            style="width:70px"
            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:70px"
            onkeydown="return keyboardSubjectQPPopup(event,this.id,$('#qp_code_end').val())"
            onfocus="$g_focus_element='qp_code_end';"
          />
        </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>