l2j_mobius/trunk/dist/game/data/html/mods/ChangePassword.htm
2015-01-01 20:02:50 +00:00

11 lines
507 B
HTML

<html><body>
<center>
<td>
<tr>Current Password:</tr><tr><edit type="password" var="oldpass" width=150></tr><br>
<tr>New Password</tr><tr><edit type="password" var="newpass" width=150></tr><br>
<tr>Repeat New Password</tr><tr><edit type="password" var="repeatnewpass" width=150></tr><br>
<td>
<button value="Change Password" action="bypass -h voice .changepassword $oldpass $newpass $repeatnewpass" width=160 height=25 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df">
</center>
</body></html>