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


Current Path : /var/www/html/mum/html_modules/
Upload File :
Current File : /var/www/html/mum/html_modules/report_ra_qp_wise_student_count.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">QPwise Students count</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>
          Degree Group
        </td>
        <td>
          :
        </td>
        <td align="left">
          <span style="float:left">
            <select id="deggrp" style="width:200px;height:20px">
              <option value="">--Select--</option>
            </select>
          </span>
        </td>
      </tr>
      <tr>
        <td style="width:100px;font-size:12px;" align="left">QP Code</td>
        <td>:</td>
        <td>
          <input
            type="text"
            id="qp_code_from"
            style="width: 80px"
            onkeyup="if (this.value.length > 5) {this.value = this.value.substr(0,5); }"
            value="0"
            name="qp_code_from"
          />
          &nbsp;&nbsp;-&nbsp;&nbsp;
          <input
            type="text"
            id="qp_code_to"
            style="width: 80px"
            onkeyup="if (this.value.length > 5) {this.value = this.value.substr(0,5); }"
            value="ZZZZZ"
            name="qp_code_to"
          />
        </td>
      </tr>
      <!-- <tr>
			<td style="width:80px" align="right"></td>
			<td> <span style="width:200px"> Center Wise: <input type="radio" id="report_center_wise" checked="checked" name="centerwise" value='cntr' /></span>
			College Wise  : <input type="radio" id="report_college_wise" value='coll' name="centerwise" /> </td> 
		</tr> -->

      <tr>
        <td style="width:100px;font-size:12px;" align="left">Report Type</td>
        <td>:</td>
        <td>
          <select id="qpcount" style="width:100px;height:22px;margin-top:5px;">
            <option value="cntr">Center Wise</option>
            <option value="coll">College Wise</option>
          </select>
        </td>
      </tr>
      <!-- 		<tr>
			<td style="width:100px" align="left">Oder By Date  
			</td>
			<td>:</td>
			<td>
				<input type = 'checkbox' id = 'ckbox' style = "margin-top:13px;" name = "checkboxname" />
			</td>
		</tr>
		 -->
      <tr>
        <td style="width:100px;font-size:12px;" align="left">Sort By</td>
        <td>:</td>
        <td>
          <select id="orderby" style="width:100px;height:22px;margin-top:5px;">
            <option value="order by s.FDOE,s.FSESSION">Exam Date</option>
            <option value="order by FQPCODE">Qp Code</option>
          </select>
        </td>
      </tr>

      <!-- <tr style="height:80px">
			<td></td>
			<td>		
				<input type="button" id="report_marklist_subject_genrate" value="Generate" style="width: 70px" 
				onclick='GenerateMarksEntrySubjectWiseReport()';	/> 		
			</td>
		
		</tr> -->
    </table>
  </div>
</div>