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 : 18.227.134.95


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

<script type="text/javascript" src="../js/form_submit.js"></script>
<script type="text/javascript">
    $(function () {
        $('#tabs').tabs()
    })
    $(function () {
        $('#sub_tabs').tabs()
    })
</script>
<script type="text/javascript">
    $(function () {
        $('#tabs').tabs()
    })
    $(function () {
        $('#sub_tabs').tabs()
    })
    $('#tech_officer_date_from').datepicker({
        changeMonth: true,
        changeYear: true,
        dateFormat: 'dd/mm/yy',
    })
    $('#tech_officer_date_to').datepicker({
        changeMonth: true,
        changeYear: true,
        dateFormat: 'dd/mm/yy',
    })
</script>

<div id="tabs">
    <ul>
        <li><a href="#cntr_declaration">Create User</a></li>
    </ul>
    <input type="hidden" value="add" id="screen" />
    <div id="adduser" style="overflow: auto; padding: 1rem">
        <table class="content-tbl" cellpadding="5" cellspacing="2" width="100%">
            <tbody>
                <tr>
                    <td style="width: 140px" align="right">
                        User ID<font color="red">*</font>
                    </td>
                    <td>
                        <input
                            name="Name"
                            placeholder="User ID"
                            id="usrname"
                            maxlength="100"
                            class="textInputEnabled"
                            type="text"
                            autocomplete="off"
                            style="width: 500px; height: 20px"
                        />
                    </td>
                </tr>
                <tr id="usertype_row">
                    <td align="right">User Type<font color="red">*</font></td>
                    <td>
                        <select
                            class="select"
                            id="usertype"
                            style="width: 500px; height: 20px"
                        ></select>
                    </td>
                </tr>
                <tr>
                    <td align="right">User Name<font color="red">*</font></td>
                    <td>
                        <input
                            name="Name"
                            placeholder="User Name"
                            id="name"
                            maxlength="100"
                            class="textInputEnabled"
                            type="text"
                            autocomplete="off"
                            style="width: 500px; height: 20px"
                        />
                    </td>
                </tr>
                <tr>
                    <td align="right">Password<font color="red">*</font></td>
                    <td>
                        <input
                            name="pws1"
                            placeholder="Password"
                            id="pws"
                            maxlength="100"
                            class="textInputEnabled"
                            type="password"
                            style="width: 500px; height: 20px"
                        />
                    </td>
                </tr>
                <tr>
                    <td align="right">
                        Retype Password<font color="red">*</font>
                    </td>
                    <td>
                        <input
                            name="cpws"
                            placeholder="Retype Password"
                            id="fpws1"
                            maxlength="100"
                            class="textInputEnabled"
                            type="password"
                            style="width: 500px; height: 20px"
                        />
                    </td>
                </tr>

                <tr>
                    <td align="right">Mobile No.<font color="red">*</font></td>
                    <td>
                        <input
                            name="mob"
                            placeholder="Mobile No."
                            id="mob"
                            maxlength="12"
                            class="textInputEnabled"
                            type="text"
                            autocomplete="off"
                            style="width: 500px; height: 20px"
                        />
                    </td>
                </tr>

                <tr>
                    <td align="right">Email ID<font color="red">*</font></td>
                    <td>
                        <input
                            name="email"
                            placeholder="Email ID"
                            id="email"
                            maxlength="100"
                            class="textInputEnabled"
                            type="text"
                            autocomplete="off"
                            style="width: 500px; height: 20px"
                        />
                    </td>
                </tr>
            </tbody>
        </table>
    </div>
    <div
        id="viewuser"
        align="center"
        style="
            padding-top: 5px;
            font-size: 12px;
            padding-left: 2px;
            padding-right: 2px;
        "
    ></div>
</div>