You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
simple-yewu/frontend/views/user/reset-pass.php

17 lines
723 B

5 years ago
<form id="pwdFrm" method="post">
<input name="_csrf" type="hidden" id="_csrf" value="<?=Yii::$app->request->csrfToken ?>">
<table cellpadding="5" width="90%">
<tr>
<td width="75">旧密码:</td>
<td><input class="easyui-textbox" type="text" name="old_password" style="width: 100%;" /></td>
</tr>
<tr>
<td width="75">新密码:</td>
<td><input class="easyui-textbox" type="text" name="new_password" style="width: 100%;" /></td>
</tr>
<tr>
<td width="75">确认新密码:</td>
<td><input class="easyui-textbox" type="text" name="re_password" style="width: 100%;" /></td>
</tr>
</table>
</form>