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


Current Path : /var/www/oasis/html_modules/
Upload File :
Current File : /var/www/oasis/html_modules/pwschange.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">Change Password</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">
                        Current Password:
                    </td>
                    <td>
                        <input
                            name="Name"
                            placeholder="Current Password"
                            id="opws"
                            maxlength="100"
                            type="Password"
                            autocomplete="off"
                            class="textInputEnabled"
                            style="width: 100%; height: 20px"
                        />
                    </td>
                </tr>

                <tr>
                    <td style="width: 140px" align="right">New Password:</td>
                    <td>
                        <input
                            name="pws1"
                            placeholder="New Password"
                            id="pws"
                            maxlength="100"
                            class="textInputEnabled"
                            style="width: 100%; height: 20px"
                            type="password"
                        />
                    </td>
                </tr>
                <tr>
                    <td style="width: 140px" align="right">
                        Re-Type New Password:
                    </td>
                    <td>
                        <input
                            name="cpws"
                            placeholder="Re-Type New Password"
                            id="fpws1"
                            maxlength="100"
                            class="textInputEnabled"
                            style="width: 100%; height: 20px"
                            type="password"
                        />
                    </td>
                </tr>
                <tr>
                    <td align="right"></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="saveNewPws();"
                            >Update Password</span
                        >
                    </td>
                </tr>
            </tbody>
        </table>
    </div>
</div>