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


Current Path : /var/www/oasis/html_modules/
Upload File :
Current File : /var/www/oasis/html_modules/report_ra_qp_wise_student_count_new.html

<script type="text/javascript">
    $('#fdate').datepicker({
        changeMonth: true,
        changeYear: true,
        dateFormat: 'dd/mm/yy',
    })

    $('#tdate').datepicker({
        changeMonth: true,
        changeYear: true,
        dateFormat: 'dd/mm/yy',
    })
    
    $(function () {
        $('#tabs').tabs()
    })
    $(function () {
        $('#sub_tabs').tabs()
    })
</script>
<div id="tabs">
    <ul>
        <li><a href="#">QPwise Students Count</a></li>
    </ul>

    <div
        id="report_Marklist_subject_wise_div"
        style="overflow: auto; padding: 1rem"
    >
        <table class="content-tbl" cellpadding="5" cellspacing="2" width="100%">
            <tr>
                <td style="width: 140px" align="right">Exam Date:</td>
                <td>
                    <select
                        id="exmmonth"
                        class="textInputEnabled"
                        style="width: 100%; height: 28px"
                    >
                        <option value="">--Select--</option>
                    </select>
                </td>
            </tr>
            <tr>
                <td style="width: 140px" align="right">Degree Group:</td>
                <td>
                    <select
                        id="deggrp"
                        class="textInputEnabled"
                        style="width: 100%; height: 28px"
                    >
                        <option value="">--Select--</option>
                    </select>
                </td>
            </tr>
            <tr>
                <td style="width: 140px" align="right">Exam Date Range:</td>
                <td>
                    <input
                        type="text"
                        id="fdate"
                        onkeypress="return acceptNumbersOnlyForModule(event);"
                        onkeydown="dmydateformat(event,this.id)"
                        placeholder="DD/MM/YYYY"
                        maxlength="10"
                        class="textInputEnabled"
                        style="width: 120px; text-align: center; height: 20px"
                    />
                    -
                    <input
                        type="text"
                        id="tdate"
                        onkeypress="return acceptNumbersOnlyForModule(event);"
                        onkeydown="dmydateformat(event,this.id)"
                        placeholder="DD/MM/YYYY"
                        maxlength="10"
                        class="textInputEnabled"
                        style="width: 120px; text-align: center; height: 20px"
                    />
                </td>
            </tr>

            <tr>
                <td align="right">QP Code Range:</td>
                <td>
                    <input
                        type="text"
                        id="qp_code_from"
                        maxlength="8"
                        value="0"
                        name="qp_code_from"
                        class="textInputEnabled"
                        style="width: 120px; text-align: center; height: 20px"
                    />
                    -
                    <input
                        type="text"
                        id="qp_code_to"
                        maxlength="8"
                        value="Z"
                        name="qp_code_to"
                        class="textInputEnabled"
                        style="width: 120px; text-align: center; height: 20px"
                    />
                </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: 140px" align="right">Report Type:</td>
                <td>
                    <select
                        id="qpcount"
                        class="textInputEnabled"
                        style="width: 100%; height: 28px"
                    >
                        <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: 140px" align="right">Sort By:</td>
                <td>
                    <select
                        id="orderby"
                        class="textInputEnabled"
                        style="width: 100%; height: 28px"
                    >
                        <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>