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


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

<script type="text/javascript">
    $(function () {
        $('#tabs').tabs()
    })
    $(function () {
        $('#sub_tabs').tabs()
    })
</script>
<div id="tabs">
    <ul>
        <li><a href="#ECHblk">Enable Registration</a></li>
    </ul>
    <div id="ECHblk" style="overflow: auto; padding: 1rem">
        <table class="content-tbl" cellpadding="5" cellspacing="2" width="100%">
            <tr>
                <td style="width: 140px" align="right">
                    <p id="ldegcode">Degree:</p>
                </td>
                <td>
                    
                    <select
                        id="ech_degree_code"
                        onchange="getStudRegSem()"
                        class="textInputEnabled"
                        style="width: 100%; height: 28px"
                    ></select>
                </td>
            </tr>
            <tr>
                <td align="right">Exam :</td>
                <td>
                    <select id="ech_sub_Examno" class="textInputEnabled" style="width: 100%; height: 28px"
                    ></select>
                </td>
            </tr>
            <tr>
                <td align="right">Type :</td>
                <td>
                    <select id="stype" class="textInputEnabled" style="width: 100%; height: 28px">
                        <option>All</option>
                        <option>Registered</option>
                        <option>Pending</option>
                    </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;
                        "
                        onclick="getStudentsRegDet();"
                        >View Details</span
                    >
                </td>
            </tr>
        </table>
        <br />

        <div
            align="left"
            id="ech_module_student_data"
            style="clear: both"
        ></div>
    </div>
</div>