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


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

<script type="text/javascript">
    $(function () {
        $('#tabs').tabs()
    })
    $(function () {
        $('#sub_tabs').tabs()
    })
</script>
<div id="tabs">
    <ul>
        <li><a href="#">Practical Daily Report</a></li>
    </ul>
    <div style="overflow: auto; padding: 1rem">
        <table class="content-tbl" cellpadding="5" cellspacing="2" width="100%">
            <tr>
                <td style="width: 140px" align="right">Degree:</td>
                <td>
                    <select
                        name="Degree"
                        id="report_topsheet_degree_code"
                        class="textInputEnabled"
                        style="width: 100%; height: 28px"
                        onchange="getBatchWiseSemesterDetailsPD()"
                    ></select>
                </td>
            </tr>
            <tr>
                <td style="width: 140px" align="right">Exam:</td>
                <td>
                    <select
                        name="exam"
                        id="report_topsheet_Examno"
                        class="textInputEnabled"
                        style="width: 100%; height: 28px"
                    ></select>
                </td>
            </tr>
            <tr>
                <td style="width: 140px" align="right">Batch Range:</td>
                <td>
                    <input
                        type="text"
                        id="report_topsheet_from"
                        maxlength="2"
                        class="textInputEnabled"
                        style="width: 60px; height: 20px; text-align: center"
                        value="00"
                        name="report_topsheet_from"
                    />
                    &nbsp;&nbsp;-&nbsp;&nbsp;
                    <input
                        type="text"
                        id="report_topsheet_to"
                        maxlength="2"
                        class="textInputEnabled"
                        style="width: 60px; height: 20px; text-align: center"
                        value="ZZ"
                        name="report_topsheet_to"
                    />
                </td>
            </tr>
        </table>
    </div>
</div>