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


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

<script type="text/javascript">
    $(function () {
        $('#tabs').tabs()
    })
    $(function () {
        $('#sub_tabs').tabs()
    })
</script>
<div id="tabs">
    <ul style="height: 20px">
        <li>IA Marks Freezing (Subjectwise)</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
                        id="fmacas_degree_code"
                        type="text"
                        class="textInputEnabled"
                        style="width: 100%; height: 28px"
                        onchange="getSubExamName()"
                    ></select>
                </td>
            </tr>
            <tr>
                <td align="right">Exam No.:</td>
                <td>
                    <select
                        type="text"
                        id="fmacas_sub_Examno"
                        class="textInputEnabled"
                        style="width: 100%; height: 28px"
                    ></select>
                </td>
            </tr>
            <tr>
                <td></td>
                <td>
                    <span
                        style="
                            background-color: #008cba;
                            border: none;
                            color: white;
                            padding: 6px 15px;
                            text-align: center;
                            text-decoration: none;
                            display: inline-block;
                            font-size: 13px;
                            cursor: pointer;
                            border-radius: 3px;
                        "
                        onclick="getFmacasSubjectDetails();"
                        >View List</span
                    >
                </td>
            </tr>
        </table>
        <br />
        <div
            align="left"
            id="fmacas_module_subject_data"
            style="overflow: auto; clear: both; font-size: 13px"
        ></div>
    </div>
    <div
        align="left"
        id="freeze_module_at_university_college"
        style="display: none; overflow: auto; font-size: 13px"
    >
        <div
            align="left"
            id="fmauc_module_colldeg_data"
            style="height: 340px; overflow: auto"
        ></div>
    </div>
</div>