* @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->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 for

" ."
" ."
" ."" .""; echo $partner['CITES_code'] ? "" : ""; echo "" ."" ."" .""; if(!empty($contacts[$partner['institutionFullName']])){ echo "
Name: ".$partner['institutionFullName']."
City: ".$partner['city']."
CITES code: ".$partner['CITES_code']."
Member since: ".$partner['dateOfJoining']."
Status: ".$partner['memberStatus']." Member
Online since: ".$partner['onlineSince']."
No. Units: ".number_format($counts[$partner['institutionFullName']])."
Contact(s): "; foreach ($contacts[$partner['institutionFullName']] as $contact) echo "
  • ".$contact[0].", email
  • "; echo "
    "; } echo"
    " ."
    " ."
    "; $i+=1; } ?>