| 1234567 |
- <?=$this->flashMessage->output(); ?>
- <?=$this->form->create(); ?>
- <?=$this->form->field('username'); ?>
- <?=$this->form->field('password', array('type' => 'password')); ?>
- <?=$this->form->field('remember', array('type' => 'checkbox')); ?>
- <?=$this->form->submit('Login!'); ?>
- <?=$this->form->end(); ?>
|