Просмотр файла templates/wml/password.tpl

Размер файла: 712B
<p align='left'>
<!-- BEGIN error -->
{error.MESSAGE}<br />
<!-- END error -->
{OLD_PASSWD}*:<br />
<input name='old_passwd{NOCACHE}' type='password' maxlength='50' /><br />
{NEW_PASSWD}*:<br />
<input name='new_passwd{NOCACHE}' type='password' maxlength='50' /><br />
{RPASSWD}*:<br />
<input name='rpasswd{NOCACHE}' type='password' maxlength='50' /><br />
<anchor>[{SUBMIT}]<go href='{PATH}' method='post'>
<postfield name='old_passwd' value='$(old_passwd{NOCACHE})' />
<postfield name='new_passwd' value='$(new_passwd{NOCACHE})' />
<postfield name='rpasswd' value='$(rpasswd{NOCACHE})' />
</go></anchor><br />
<a href='{BACK_HREF}'>{BACK}</a><br />
<a href='{LOGOUT_HREF}'>{LOGOUT}</a>
</p>