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


Current Path : /proc/thread-self/root/var/www/oasis/h/html_modules/
Upload File :
Current File : //proc/thread-self/root/var/www/oasis/h/html_modules/attendance_summary_report.html

<script type="text/javascript">
    $(function () {
        $('#tabs').tabs()
    })
    $(function () {
        $('#sub_tabs').tabs()
    })
</script>
<div id="tabs">
    <ul>
        <li><a href="#">Attendance Summary Report</a></li>
    </ul>
    <div
        id="report_Marklist_subject_wise_div"
        style="overflow: auto; padding-top: 10px"
    >
        <table class="content-tbl" cellpadding="5" cellspacing="2" width="100%">
            <tr>
                <td style="width: 140px" align="right">Degree:</td>
                <td>
                    <select
                        class="ElementCount"
                        id="report_marklist_subject_degree_code"
                        onchange="changeAttDegree()"
                        class="textInputEnabled"
                        style="width: 450px; height: 25px"
                        ;
                    ></select>
                </td>
            </tr>
            <tr>
                <td align="right">Exam No:</td>
                <td>
                    <select
                        class="ElementCount"
                        id="report_marklist_subject_Examno"
                        onchange="changeAttSem()"
                        class="textInputEnabled"
                        style="width: 450px; height: 25px"
                        ;
                    ></select>
                </td>
            </tr>
            <tr>
                <td align="right">Subject Range:</td>
                <td>
                    <input
                        type="text"
                        id="report_marklist_subject_start_from"
                        style="width: 140px; height: 23px; text-align: center"
                        onkeydown="return keyboardSubjectNamesPopup(event,this.id);"
                        onblur="getSubjectName(this.id);"
                        onkeyup="if (this.value.length > 5) {this.value = this.value.substr(0,5); }"
                        value="0"
                        name="report_marklist_subject_start_from"
                    />
                    &nbsp;&nbsp;-&nbsp;&nbsp;
                    <input
                        type="text"
                        id="report_marklist_subject_end_to"
                        style="width: 140px; height: 23px; text-align: center"
                        onkeydown="return keyboardSubjectNamesPopup(event,this.id);"
                        onblur="getSubjectName(this.id);"
                        onkeyup="if (this.value.length > 5) {this.value = this.value.substr(0,5); }"
                        value="ZZZZZ"
                        name="report_marklist_subject_end_to"
                    />
                </td>
            </tr>
            <tr>
                <td align="right">Month Range:</td>
                <td>
                    <select
                        id="from_month_name"
                        style="width: 150px; height: 25px"
                    >
                        <option>OVERALL_SEM</option>
                        <option>JAN</option>
                        <option>FEB</option>
                        <option>MAR</option>
                        <option>APR</option>
                        <option>MAY</option>
                        <option>JUN</option>
                        <option>JUL</option>
                        <option>AUG</option>
                        <option>SEP</option>
                        <option>OCT</option>
                        <option>NOV</option>
                        <option>DEC</option>
                    </select>

                    &nbsp;&nbsp;-&nbsp;&nbsp;

                    <select
                        id="to_month_name"
                        class="textInputEnabled"
                        style="width: 150px; height: 25px"
                    >
                        <option>OVERALL_SEM</option>
                        <option>JAN</option>
                        <option>FEB</option>
                        <option>MAR</option>
                        <option>APR</option>
                        <option>MAY</option>
                        <option>JUN</option>
                        <option>JUL</option>
                        <option>AUG</option>
                        <option>SEP</option>
                        <option>OCT</option>
                        <option>NOV</option>
                        <option>DEC</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>