styles($this->html->style("/css/login_signup.css")); $template = '{:label}{:input}{:error}'; ?> flashMessage->output() ?>
form->create() ?> form->field('username', array('template' => $template, 'id' => 'l_username')) ?> form->field('password', array('template' => $template, 'type' => 'password', 'id' => 'l_password')) ?> form->field('remember', array('template' => $template, 'type' => 'checkbox', 'id' => 'l_remember')) ?>
form->submit('Login!') ?> form->end(); ?>