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


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

<script type="text/javascript">
    $(function () {
        $('#tabs').tabs()
    })
    $(function () {
        $('#sub_tabs').tabs()
    })
</script>
<div id="tabs">
    <ul>
        <li><a href="#ECHblk">Exam Eligibility and Hall Ticket block</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>
                    <!-- <input
            id="ech_degree_code"
            type="text"
            maxlength="5"
            style="width: 70px; text-align: center; text-transform: uppercase"
            onblur="getdegreeNames(); "
            onkeydown="return keyboardDegreePopup(event,this.id,$('#ech_degree_code').val());"
            onfocus="$g_focus_element='ech_degree_code'"
          />

          <input id="ech_degree_name" type="text" tabindex="-1" style="width: 440px; background-color: AliceBlue" onclick="PopupMarkEntrySubGetSubjectDetails();" /> -->

                    <select
                        id="ech_degree_code"
                        onchange="getECHSem()"
                        class="textInputEnabled"
                        style="width: 100%; height: 28px"
                    ></select>
                </td>
            </tr>
            <tr>
                <td align="right">Exam :</td>
                <td>
                    <!-- <input
            type="text"
            id="ech_sub_Examno"
            maxlength="1"
            style="width: 70px; text-align: center; text-transform: uppercase"
            onblur="getExamName($('#ech_degree_code').val(),this.id);"
            onkeydown="return keyboardExamNoPopup(event,this.id,$('#ech_sub_Examno').val())"
            onfocus="$g_focus_element='ech_sub_Examno';"
          />
          <input
            type="text"
            id="ech_sub_Exam_name"
            readonly
            tabindex="-1"
            onfocus="$g_focus_element='ech_sub_Exam_name';"
            style="width: 440px; background-color: AliceBlue"
            onclick="PopupMarkEntrySubGetSubjectDetails();"
          /> -->
                    <select
                        id="ech_sub_Examno"
                        class="textInputEnabled"
                        style="width: 100%; height: 28px"
                    ></select>
                </td>
            </tr>
            <tr>
                <td align="right">Status:</td>
                <td>
                    <select
                        id="view_by"
                        class="textInputEnabled"
                        style="width: 100%; height: 28px"
                    >
                        <option value="ALL">View All</option>
                        <option value="ELI">Eligiblity Blocked</option>
                        <option value="NEL">Eligiblity Not Blocked</option>
                        <option value="FEC">Concession Fee Applicable</option>
                        <option value="NFC">
                            Concession Fee Not Applicable
                        </option>
                        <option value="HTB">Hall Ticket Blocked</option>
                        <option value="UHT">Hall Ticket Not Blocked</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="getStudentsforblcking();"
                        >View Details</span
                    >
                </td>
            </tr>
        </table>
        <br />

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