<?php
echo ("<div class='lu4'>");
echo(
"<form action='".PATH."/".VERSION."/login/?".SESSION."' method='post'>\n".
"E-mail:<br />\n".
"<input type='text' name='email' maxlength='24' /><br />\n".
"Пароль: <a href='".PATH."/".VERSION."/forgot/?".SESSION."'>(Забыли пароль?)</a><br />\n".
"<input type='password' name='password' maxlength='12' /><br />\n".
"<input type='submit' value='Войти' />\n");
echo '</div>';
?>