= $this->form->create(null, array('url' => '/search/index/anime', 'class' => 'search', 'method' => 'get')); ?>
= $this->form->text('search', array('value' => 'Search...', 'onFocus' => 'clearDefault(this)', 'style' => 'width: 200px')); ?>
= $this->form->end(); ?>
Login
= $this->form->create(null, array('url' => '/login', 'id' => 'login')); ?>
= $this->form->field('username', array('type' => 'textbox')); ?>
= $this->form->field('password', array('type' => 'password')); ?>
= $this->form->submit('Login'); ?>
= $this->form->end(); ?>