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


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

<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="expires" content="0" />
<script type="text/javascript">
    $(function () {
        $('#tabs').tabs()
    })
    $(function () {
        $('#sub_tabs').tabs()
    })
</script>
<div id="tabs">
    <ul>
        <li><a href="#user_rights">Section Wise Permission</a></li>
    </ul>

    <div
        align="center"
        id="user_rights"
        style="overflow: auto; padding-top: 10px"
    >
        <table class="content-tbl" cellpadding="5" cellspacing="2" width="100%">
            <tr>
                <td style="width: 140px" align="right">Select User:</td>
                <td align="left" colspan="2">
                    <select
                        id="user_rights_user"
                        name="user_rights_user"
                        onclick="show_field_text('user_rights_user');"
                        class="textInputEnabled"
                        style="width: 100%; height: 28px"
                    ></select>
                </td>
            </tr>
            <tr>
                <td align="right">
                    <label for="filter_sub"></label>
                </td>
                <td align="left">
                    <span
                        style="
                            background-color: #008cba;
                            border: none;
                            color: white;
                            padding: 6px 15px;
                            text-align: center;
                            text-decoration: none;
                            display: inline-block;
                            font-size: 13px;
                            cursor: pointer;
                            border-radius: 3px;
                        "
                        onclick="PopulateUserSectionList()"
                    >
                        <!-- <span style="margin-top: 2px;float:left;
								text-align:left;
								cursor: pointer; color:#35721F;
								line-height: 19px;font-size:15px;
								font-weight:bold;">Go
							</span> -->View Sections
                    </span>
                </td>
            </tr>
        </table>
        <div width="100%" id="user_subject_table_data_div"></div>
    </div>
</div>