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


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

<script type="text/javascript">
    $(function () {
        $('#tabs').tabs()
    })
    $(function () {
        $('#sub_tabs').tabs()
    })
</script>
<style>
    .input {
        width: 200px;
        height: 24px;
        margin-bottom: 10px;
    }
    .select {
        width: 400px;
        height: 29px;
        margin-bottom: 10px;
    }
    .title {
        font-size: 13px;
    }
    .btn {
        background-color: #008cba;
        color: white;
        padding: 10px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 13px;
        cursor: pointer;
        border-radius: 6px;
    }
</style>

<div id="tabs">
    <ul>
        <li><a href="#">Exam Application Fee Report</a></li>
    </ul>
    <div style="overflow: auto; padding: 1rem">
        <table class="content-tbl" cellpadding="5" cellspacing="2" width="100%">
            <tr>
                <td align="right" style="width: 140px">Degree Group:</td>
                <td>
                    <select
                        name="deggrp"
                        id="deggrp"
                        onchange="getStudAppFeeDegree()"
                        class="textInputEnabled"
                        style="width: 100%; height: 28px"
                    ></select>
                </td>
            </tr>
            <tr>
                <td align="right" style="width: 140px">Degree:</td>
                <td>
                    <select
                        name="degree"
                        id="degree"
                        onchange="getSemDet()"
                        class="textInputEnabled"
                        style="width: 100%; height: 28px"
                    ></select>
                </td>
            </tr>
            <tr>
                <td align="right" class="title" id="semTitle"></td>
                <td>
                    <select
                        name="sem"
                        id="sem"
                        class="textInputEnabled"
                        style="width: 100%; height: 28px"
                    ></select>
                </td>
            </tr>
            <tr>
                <td></td>
                <td>
                    <span
                        style="
                            background-color: #008cba;
                            border: none;
                            color: white;
                            padding: 5px 15px;
                            text-align: center;
                            text-decoration: none;
                            display: inline-block;
                            font-size: 12px;
                            cursor: pointer;
                            border-radius: 3px;
                        "
                        onclick="getStudentAppFeeReport();"
                        >View Details</span
                    >
                </td>
            </tr>
        </table>
    </div>
</div>