Просмотр файла templates/xhtml/authentication.tpl

Размер файла: 451B
<!-- BEGIN error -->
<div>{error.MESSAGE}</div>
<!-- END error -->
<form action='{ACTION}' method='post'>
<div class='form'>
{ID}:<br />
<input name='id' type='text' maxlength='15' /><br />
{PASSWORD}:<br />
<input name='password' type='password' maxlength='30' /><br />
<input type='submit' value='{SUBMIT}' /><br />
</div>
</form>
<div class='menu'>
<a href='{FORGOT_HREF}'>{FORGOT}</a><br />
<a href='{BACK_HREF}'>{BACK}</a>
</div>