<div id="login_window">
<h2 class='content_title'><{$smarty.const._BANNERS_LOGIN_TITLE}></h2>
<form method='post' action='banners.php' class='login_form'>
<div class='credentials'>
<label for='login_form-login'><{$smarty.const._BANNERS_LOGIN_LOGIN}></label>
<input type='text' name='login' id='login_form-login' value=''/><br>
<label for='login_form-password'><{$smarty.const._BANNERS_LOGIN_PASS}></label>
<input type='password' name='pass' id='login_form-password' value=''/><br>
</div>
<div class='actions'>
<input type='hidden' name='op' value='list'/>
<button type='submit'><{$smarty.const._BANNERS_LOGIN_OK}></button>
</div>
<div class='login_info'><{$smarty.const._BANNERS_LOGIN_INFO}></div>
<{$TOKEN}>
</form>
</div>
|