* If you use the Specimen Tool for your specimen record this configuration is required for providing data to the DNA Bank Network and/or GBIF *

* Access restricted to administrators * @author Gabriele Droege, DNA Bank Network * @version 2.0 * @package Configuration * @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 */ /** * calling connection to database */ include ("../config/head.php"); /** * calling authorisation script */ include ("../auth.php"); ?> DNA Module - Wrapper Configuration

Wrapper configuration - Metadata of Specimen Tool records

0) { while($row = mysqli_fetch_object($result)) { $TCName = $row->TechnicalContactName; $TCEmail = $row->TechnicalContactEmail; $TCAddress = $row->TechnicalContactAddress; $CCName = $row->ContentContactName; $CCEmail = $row->ContentContactEmail; $CCAddress = $row->ContentContactAddress; $RepTitle = $row->DatasetTitle; $RepText = $row->DatasetDetails; $OwnName = $row->OwnerOrganizationName; $OwnAddress = $row->OwnerAddress; $OwnURI = $row->OwnerURI; $OwnLogoURI = $row->OwnerLogoURI; $Copyright = $row->CopyrightText; $TermsOfUse = $row->TermsOfUseText; $Citation = $row->CitationsText; } } ?> '; include("../No_permission.php"); echo ''; } ?>

Content Contact

Name Email
Address

Technical Contact

Name Email
Address

Owner

Institution Institution URL
Address
Icon path

Representation

Title of database
Description of database

IPR Statements

Citation
Copyright declaration
Terms of Use
'; ?>