* @author Gabriele Droege, Patricia Kelbert (BGBM, GGBN/DNA Bank Network) * @version 1.0 * @package View * @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 */ use yii\helpers\Html; use yii\helpers\Url; use yii\web\View; use app\models\SearchForm; use kartik\widgets\ActiveForm; use yii\jui\Accordion; use app\controllers\SearchController; use common\models\CreateFormManager; use app\models\WebsitesearchForm; use app\controllers\WebsitesearchController; $this->title = 'GGBN Portal'; // $this->title = 'Results'; // $this->params ['breadcrumbs'] [] = $this->title; ?>
newSearchButtonLabel, array ( 'onclick' => 'js:document.location.href="' . Yii::$app->getUrlManager ()->createUrl ( [ 'search/index#Site' ] ) . '"', 'class' => 'btn btn-primary' ) ); ?>
"; echo '

'; echo $model->previewTitle; echo '

'; echo "
"; echo "You searched \"".$searchedFor."\" : "; if (isset ( $urls )) if (sizeof($urls) > 0){ if (sizeof($urls)==1) echo sizeof($urls)." match was found."; else echo sizeof($urls)." matches were found."; } else echo "No records found."; echo "
"; if (sizeof($urls) > 0){ echo ""; } ?>