This commit is contained in:
mobius
2015-01-01 20:02:50 +00:00
parent eeae660458
commit a6a3718849
17894 changed files with 2818932 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<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>