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


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

<script type="text/javascript">
    $(function () {
        $('#tabs').tabs()
    })
    $(function () {
        $('#sub_tabs').tabs()
    })
</script>
<div id="tabs">
    <ul>
        <li><a href="#user_rights">General</a></li>
    </ul>

    <div id="user_rights" style="overflow: auto; padding: 1rem">
        <table class="content-tbl" cellpadding="5" cellspacing="2" width="100%">
            <tr>
                <td style="width: 140px" align="right">User:</td>
                <td align="left" colspan="2">
                    <select
                        id="user_rights_user"
                        name="user_rights_user"
                        onclick="getUserRightModuleNames(document.getElementById('user_rights_module_type').value,document.getElementById('search_user_right_module_name').value)"
                        onclick="show_field_text('user_rights_user');"
                        class="textInputEnabled"
                        style="width: 100%; height: 28px"
                    ></select>
                </td>
            </tr>
            <tr>
                <td align="right">Module:</td>
                <td align="left" colspan="2">
                    <select
                        onchange="getUserRightModuleNames(this.value,'');"
                        id="user_rights_module_type"
                        name="user_rights_module_type"
                        onclick="show_field_text('user_rights_module_type');"
                        class="textInputEnabled"
                        style="width: 100%; height: 28px"
                    ></select>
                </td>
            </tr>
            <tr>
                <td align="right">Search (Optional):</td>
                <td>
                    <input
                        type="text"
                        id="search_user_right_module_name"
                        placeholder="Search Module"
                        class="textInputEnabled"
                        style="width: 300px; height: 20px"
                    />
                    <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="javascript:getUserRightModuleNames(document.getElementById('user_rights_module_type').value,document.getElementById('search_user_right_module_name').value);"
                        >Search Module</span
                    >
                </td>
            </tr>
            <tr>
                <td></td>
                <td>
                    <!-- <input type='button' id='search_user_right_module_name_go' value='Search' onclick="getUserRightModuleNames(document.getElementById('user_rights_module_type').value,document.getElementById('search_user_right_module_name').value)"/> -->
                    Select All:
                    <input
                        type="checkbox"
                        id="check_all_rights"
                        onclick="checkAllRights();"
                    />
                    &nbsp;Select All Dep-Users:
                    <input
                        type="checkbox"
                        id="check_all_dep_user_rights"
                        onclick="checkAllDepUserRights();"
                    />
                </td>
            </tr>
        </table>
        <div width="100%" id="user_rights_table_data_div">
            <!--   <table style="padding:3px 4px 3px 3px;" id='user_rights_table_data' width="100%" border="0" cellspacing="0" cellpadding="0">    
      <tr>
        <td class="act_txtclr"   style="background-color:#0054a5; color:#fff; font-weight:700; width:180px; padding:3px 6px; letter-spacing:0.5pt;">Module Name</td>
        <td class="act_txtclr"   style="background-color:#0054a5; color:#fff; font-weight:700; width:100px; padding:3px 6px; letter-spacing:0.5pt;">View</td>
        <td class="act_txtclr"   style="background-color:#0054a5; color:#fff; font-weight:700; width:100px; padding:3px 6px; letter-spacing:0.5pt;">Add</td>
        <td class="act_txtclr"   style="background-color:#0054a5; color:#fff; font-weight:700; width:100px; padding:3px 6px; letter-spacing:0.5pt;">Edit</td>
        <td class="act_txtclr"   style="background-color:#0054a5; color:#fff; font-weight:700; width:100px; padding:3px 6px; letter-spacing:0.5pt;">Delete</td>
        </tr>
    </table> -->
        </div>
    </div>
</div>