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


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

<script type="text/javascript">
    $(function () {
        $('#tabs').tabs()
    })
    $(function () {
        $('#sub_tabs').tabs()
    })
</script>
<div id="tabs">
    <ul>
        <li><a href="#">Subject Registration</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
                        id="degree"
                        class="textInputEnabled"
                        style="width: 100%; height: 28px"
                        onchange="getExamNo()"
                    >
                        <option value="">--Select--</option>
                    </select>
                </td>
            </tr>
            <tr>
                <td style="width: 140px" align="right">Exam :</td>
                <td>
                    <select
                        id="degexam"
                        class="textInputEnabled"
                        style="width: 100%; height: 28px"
                    >
                        <option value="">--Select--</option>
                    </select>
                </td>
            </tr>

            <tr>
                <td style="width: 140px" align="right">Section :</td>
                <td>
                    <select
                        id="section"
                        class="textInputEnabled"
                        style="width: 100%; height: 28px"
                    >
                        <option value="">--Select--</option>
                    </select>
                </td>
            </tr>
            <tr>
                <td align="left"></td>
                <td style="float: left">
                    <span
                        onclick="displaySubjList()"
                        style="
                            background-color: #008cba;
                            border: none;
                            color: white;
                            padding: 5px 15px;
                            text-align: center;
                            text-decoration: none;
                            display: inline-block;
                            font-size: 13px;
                            cursor: pointer;
                        "
                        >Submit</span
                    >
                </td>
            </tr>
        </table>
        <div
            id="btc_default_reg_div"
            style="
                z-index: 1;
                margin-left: 12px;
                height: auto;
                margin-top: 10px;
                overflow: auto;
            "
        ></div>
    </div>
</div>

<script>
    $(document).ready(function () {
        $('#exam_range').hide()
    })
</script>