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


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

<script type="text/javascript">
    $(function () {
        $('#tabs').tabs()
    })
    $(function () {
        $('#sub_tabs').tabs()
    })
</script>
<!-- <style type="text/css">
    .input {
        width: 200px;
        height: 24px;
        margin-bottom: 10px;
    }
    .select {
        width: 500px;
        height: 27px;
        border-radius: 3px;
    }
</style> -->
<div id="tabs">
    <ul>
        <li><a href="#">Exam Notifications</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 Group:</td>
                <td>
                    <select
                        name="deggrp"
                        id="deggrp"
                        onchange="getNotifications()"
                        class="textInputEnabled"
                        style="width: 100%; height: 28px"
                    ></select>
                </td>
            </tr>
        </table>
    </div>
    <div id="tabledata"></div>
</div>