Login
';
echo $this->form->create(null, array('url' => '/login'));
echo $this->form->field('username', array('type' => 'text'));
echo $this->form->field('password', array('type' => 'password'));
echo $this->form->submit('Login');
echo $this->form->end();
echo ' ';
}
echo '