<?php
<div class="text">
    <form method="post">
    <h3>Авторизация</h3>
    <b>Введите логин:</b><br />
    <input type="text" name="admin" value="" /><br />
    <b>Введите пароль:</b><br />
    <input type="text" name="password" value="" /><br />
    <input type="submit" value="Войти" /><br />
    </form>
</div>
?>