page->getLabel(); $this->headTitle($title); ?>

form->getLabel(); ?>


form()->openTag($this->form); ?> formRow($this->form->get('type')); ?>
form->get('from')->getLabel(); ?>
formInput($this->form->get('from')); ?>
formInput($this->form->get('to')); ?>
formRow($this->form->get('author')); ?> formRow($this->form->get('keyword')); ?>
Translate('BY SUBMITTING, YOU AGREE TO THE TERMS OF USE'), $this->url('page', array('keyword' => 'Terms of Use'))); ?>
Partial('form/partial/buttons.phtml', array('form' => $this->form)); ?> form()->closeTag(); ?>
page->getContent(); ?>