2 <p style="font-size: larger">Please login or <?php echo $this->Html->link(__('Register', true), array('admin' => false, 'controller' => 'users', 'action' => 'register')); ?>.</p>
4 echo $this->Session->flash('auth');
5 echo $this->Form->create('User', array('action' => 'login'));
6 echo $this->Form->inputs(array(
7 'legend' => __('Login', true),
11 echo $this->Form->end('Login');