= $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(); ?>
= $this->form->create(); ?>
= $this->form->field('username', array('type' => 'textbox')); ?>
= $this->form->submit('Add'); ?>
= $this->form->end(); ?>