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


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

<script type="text/javascript">
    $(function () {
        $('#tabs').tabs()
    })
    $(function () {
        $('#sub_tabs').tabs()
    })
</script>

<div id="tabs">
    <ul>
        <li><a href="#">Room Allotment (Student Wise)</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">Register No.:</td>
                <td>
                    <input
                        type="text"
                        value=""
                        id="fregno"
                        class="textInputEnabled"
                        style="width: 200px; height: 20px; text-align: center"
                        onblur="getStudInfo()"
                    />
                </td>
            </tr>
            <tr>
                <td style="width: 140px" align="right">Name:</td>
                <td>
                    <input
                        type="text"
                        value=""
                        id="fname"
                        class="textInputEnabled"
                        style="width: 99%; height: 20px"
                        disabled
                    />
                </td>
            </tr>
            <tr>
                <td style="width: 140px" align="right">Degree:</td>
                <td>
                    <input
                        type="text"
                        value=""
                        id="fdegree"
                        class="textInputEnabled"
                        style="width: 99%; height: 20px"
                        disabled
                    />
                </td>
            </tr>
            <tr>
                <td style="width: 140px" align="right">Subject:</td>
                <td>
                    <select
                        id="subj_fregno"
                        onchange="setExamDate()"
                        class="textInputEnabled"
                        style="width: 100%; height: 28px"
                    ></select>
                </td>
            </tr>
            <tr>
                <td style="width: 140px" align="right">Exam Date:</td>
                <td>
                    <input
                        id="curr_date"
                        type="text"
                        class="textInputEnabled"
                        style="width: 99%; height: 20px"
                        disabled
                    />
                </td>
            </tr>
            <tr>
                <td style="width: 140px" align="right">Room:</td>

                <td>
                    <select
                        id="room_fregno"
                        class="textInputEnabled"
                        style="width: 100%; height: 28px"
                    ></select>
                </td>
            </tr>
            <tr>
                <td style="width: 140px" align="right">Seat No:</td>
                <td>
                    <input
                        type="text"
                        value=""
                        id="fslno"
                        class="textInputEnabled"
                        style="width: 100px; height: 20px; text-align: center"
                    />
                </td>
            </tr>
            <tr>
                <td></td>
                <td>
                    <span
                        style="
                            background-color: #008cba;
                            border: none;
                            color: white;
                            padding: 5px 20px;
                            text-align: center;
                            text-decoration: none;
                            display: inline-block;
                            font-size: 13px;
                            cursor: pointer;
                        "
                        onclick="roomallotmentStd()"
                        >Allot</span
                    >
                </td>
            </tr>
        </table>
    </div>
</div>