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/admentryedit_nitte.html

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

<div id="tabs">
    <ul>
        <li><a href="#create">Student Entry</a></li>
    </ul>
    <div id="CollForm" style="padding-top: 10px">
        <table
            class="content-tbl"
            cellpadding="5"
            cellspacing="2"
            width="100%"
            id="mainTable"
        >
            <tr>
                <td style="width: 140px" align="right">Degree:</td>
                <td>
                    <select
                        id="student_entry_degree_code"
                        class="textInputEnabled"
                        style="width: 100%; height: 26px"
                    ></select>
                </td>
            </tr>
            <tr>
                <td align="right">Application Range:</td>
                <td>
                    <input
                        class="textInputEnabled"
                        type="text"
                        id="appfrom"
                        value="0"
                        maxlength="20"
                        style="
                            text-transform: uppercase;
                            width: 160px;
                            margin-top: 5px;
                            margin-bottom: 5px;
                            text-align: center;
                        "
                    />
                    -
                    <input
                        class="textInputEnabled"
                        type="text"
                        id="appto"
                        value="Z"
                        maxlength="20"
                        style="
                            text-transform: uppercase;
                            width: 160px;
                            text-align: center;
                        "
                    />
                </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: 13px;
                            cursor: pointer;
                        "
                        onclick="viewNitteStudDet();"
                        >View Applications</span
                    >
                </td>
            </tr>
        </table>

        <div id="createview"></div>
    </div>
</div>