* @author Gabriele Droege, Patricia Kelbert (BGBM, GGBN/DNA Bank Network)
* @version yii 2.0.3
* @package View
* @var $this SearchController
* @var $model SearchForm
* @var $selectionLists - created in the controller
* @var $form CActiveForm
* @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\web\View;
use yii\helpers\Url;
// $this->title = 'Search';
// $this->params ['breadcrumbs'] [] = $this->title;
$this->registerJs ( "
$('.tabs-search .tab-links a').on('click', function(e) {
var currentAttrValue = $(this).attr('href');
// Show/Hide Tabs
$(currentAttrValue).show();
$(currentAttrValue).siblings().hide();
// Change/remove current tab to active
$(this).parent('li').addClass('active hop').siblings().removeClass('active');
e.preventDefault();
});" );
?>
Statistics
Filter by kind of unit and taxa
Filter by continent
or select from the list
";
echo Html::a ( $registry, [
'stats/details',
'registry' => $registry
], [
'class' => 'profile-link'
] );
echo "";
}
?>