* @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 = 'NAGB Portal'; // $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 for

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