📄 newpassword.html.tmpl
字号:
[%# Screen for the new password form. #%][% PROCESS header.html.tmpl version = version displaymenu = 1 closehead = 1 subtitle = "New Password" %]<p>Please enter your new password:</p><form method="post" enctype="multipart/form-data" action="[% action_url %]"><input type="hidden" name="action" value="update_password" /><input type="hidden" name="email" value="[% email %]" /><input type="hidden" name="challenge" value="[% challenge %]" /> <table> <tr> <th align="right">New password:</th> <td> <input type="password" size="40" name="password"> </td> </tr> <tr> <th> </th><td> </td> </tr> </table> <input type="submit" name=".submit" value="Submit New Password" /></form>[% PROCESS trailer.html.tmpl %]</body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -