* @author Sybille Buers (BGBM, GGBN/DNA Bank Network)
* @version 1.0
* @package View
* @var $this SearchController
* @var $model SearchForm
* @var $selectionLists - created in the controller
* @copyright Copyright © 2011 DNA Bank Network http://www.dnabank-network.org
*
The contents of this file are subject to the Mozilla Public License Version 1.1
* @filesource
* @license http://www.mozilla.org/MPL/ MPL
*/
$this->renderPartial ( '_form', array (
'model' => $model,
'selectionLists' => $selectionLists
) );
?>