<?php
$title = 'Авторизация';
require_once 'ini/sys.php';
require_once 'ini/head.php';
echo '<div class="okno"><form method="post" action="/">
Логин:<br />
<input type="text" name="nick" /><br />
Пароль [<a href="entry_pass">Забыли пароль?</a>]:<br />
<input type="password" name="pass" /><br />
<input type="checkbox" name="save_entry" value="1" checked="checked" />Запомнить меня<br />
<input type="submit" value="Войти" /></form></div>';
require_once 'ini/end.php';
?>