* @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; use yii\jui\Dialog; ?>

GGBN Members
Click butterflies or member logos to learn more
Member list


[ 'modal' => true, 'title' => "GGBN Member Details", 'width' => "800px", 'id' => 'logodiv', 'class' => "feedbackclass", 'buttons' => [ ] ], 'id' => 'logodiv', 'class' => "feedbackclass" ] ); echo "
"; // echo Html::button('Close', ['class' => 'btn btn-primary', 'name' => 'feedback-button', 'id'=>'close-button']); Dialog::end (); $i = 0; ?>




Click member logos to learn more
Member list

  "; echo "
" . "
" . "
" . ""; echo $partner ['CITES_code'] ? "" : ""; echo "" . ""; echo $partner ['onlineSince'] ? "" : ""; if (! empty ( $contacts [$idx] )) { echo "
" . "Name: " . $idx . "
City: " . $partner ['city'] . "
CITES code: " . $partner ['CITES_code'] . "
Member since: " . $partner ['dateOfJoining'] . "
Member status: " . $partner ['memberStatus'] . "
Online since: " . $partner ['onlineSince'] . "
No. Records @ GGBN: " . $counts [$idx] . "
Contact(s):
    "; foreach ( $contacts [$idx] as $contact ) if (! empty ( $contact )) echo "
  • " . $contact [0] . ", email
  • "; echo "
"; } if (! empty ( $collectionsncd [$idx] )){ if($partner ['CultureCollection']) { echo "

DNA & Culture Collection:

"; } else { echo "

DNA & Tissue Collection:

"; } foreach($collectionsncd[$idx] as $collectionncd){ echo $collectionncd . "
"; } } if (! empty ($children)) { echo "

DNA & Culture Collections:

"; echo $children; } if (! empty ( $addressncd [$idx] ) || ! empty ( $contactdetailsncd ) || ! empty ( $descriptionsncd )) { echo "

Institution metadata:

"; if (! empty ( $addressncd [$idx] )) echo $addressncd [$idx]."
"; if (! empty ( $contactdetailsncd [$idx] )) echo $contactdetailsncd [$idx]."

"; if (! empty ( $descriptionsncd [$idx] )) echo $descriptionsncd [$idx]."

"; } echo "
" . "
"; $i += 1; } ?>