<?php
$this->pageTitle = 'Вход (авторизация)'
?>
<div class="menu">
<?php $this->widget ('validationErrors', array ('model' => $model)) ?>
<form action="<?php $this->createUrl ('') ?>" method="GET">
Логин:<br />
<input type="text" name="login" /><br />
Пароль:<br />
<input type="password" name="pass" /><br />
<input type="checkbox" name="rememberMe" value="1" checked /> Запомнить меня<br />
<input type="submit" value="Войти" />
</form>
</div>