* @author Gabriele Droege, Sybille Buers, Patricia Kelbert (BGBM, GGBN/DNA Bank Network) * @version 1.0 * @package View * @var $this SearchController * @var $model SearchForm * @var $shownAttributes an array of the attributes of the record, that should be shown * @var $keyForLink the attribute name, that will be clickable * @var $form SearchForm containing all field values * @var $response SolrObject containing the matching units from the search * @var $recordFilters the attributes that will be used to find record(s) e.g. unitID * @var $requestString request sent to SOLR server * @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 kartik\icons\Icon; use app\assets\AppAsset; use yii\web\View; use app\models\SearchForm; use kartik\widgets\ActiveForm; use app\controllers\SearchController; use common\models\CreateFormManager; use yii\bootstrap\Modal; use yii\widgets\Pjax; use yii\web\Request; use common\models\AccountForm; use common\models\CartForm; use kartik\form\ActiveField; use app\controllers\DBInterface; ?> registerJs ( "var ops = 25; var or = 0 ; var asc = 'asc';", View::POS_HEAD, 'my-options' ); ?>