<!-- Copyright (C) 2009 DNA Bank Network http://www.dnabank-network.org The contents of this file are subject to the Mozilla Public License Version 1.1 See LICENSE.TXT at the top of this package for the full license terms. --> <?php include("head.php"); include("auth.php"); include ("Log.php"); ?> <html> <head> <meta http-equiv="Content-Language" content="de"> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link rel="stylesheet" type="text/css" href="style.css"> <SCRIPT LANGUAGE="JavaScript1.1" src="functions.js"></SCRIPT> <title>DNA Bank Network</title> </head> <body> <table border="0" id="table1"> <form method="POST" action="Query.php" name="formular"> <tr> <td id="Head"> <img border="0" src="images/Logo-DNA-Bank-Network.jpg" width="107" height="59"></td> <td align="left" valign="top"> <?php if(isset($_SESSION['login']) or $_SESSION['login']) { echo "<table border='0' id='log2'><tr><td>Logged in as: "; $log = $_SESSION['log']; echo $log; echo ". </td><td><i>"; if(isset($_COOKIE['test']) or $_COOKIE['test']) { include ("shop.php"); } echo "</i></td></tr></table>";} ?> </td> <td id="NaviImpressum" align="right"> <table border="0"><tr><td><?php include "header.php"; ?></td><td align="right"> <p><input type="text" name="formSearch" id="Search" autocomplete="off"><input type="submit" name="formSubmitSearch" value="Search" id="button"></td></tr></table> </td> </tr> <tr> <td height="105" colspan="3" background="images/image.jpg"></td> </tr> <tr><td valign="top"><?php $v17 = true; include ("TableNavi.php"); ?></td><td valign="top" colspan="2"> <table border="0" id="TableTextSmall2"> <tr><td colspan="2"><hr /></td></tr> <tr> <td colspan="2"> <h2>Downloads</h2> </td> </tr> <tr> <td width="2%" valign="top"> • </td> <td width="98%"> <a class="black" href="publications/Agreement_on_the_supply_of_DNA_material.pdf">Agreement on the supply of DNA material</a></td> </tr> <tr> <td width="2%" valign="top"> • </td> <td width="98%"> <a class="black" href="downloads/collectiondataform.xls">Data collection and submission form (Excel file)</a></td> </tr> <tr> <td width="2%" valign="top"> • </td> <td width="98%"> <a class="black" href="downloads/SammelanleitungPflanzenDNABank.doc">Richtlinien für das Sammeln von DNA-Belegen - Pflanzen (deutsche Version)</a></td> </tr> <tr> <td width="2%" valign="top"> • </td> <td width="98%"> <a class="black" href="downloads/CollectionManualPlantsDNABank.doc"> Guidelines for collection of DNA tissues and vouchers - Plants (english version)</a></td> </tr> <tr> <td width="2%" valign="top"> • </td> <td width="98%"> <a class="black" href="downloads/cmf_ABCDDNA_2.06.xml">ABCDDNA template (cm file)</a> <i>Please follow the <a class="black" href="Extension.php">manual</a>. </i></td> </tr> <tr> <td valign="top" colspan="2"> </td> </tr> </table> </td> </tr> <tr> <td></td><td colspan="2"><?php include ("TableImpressum.php"); ?></td></tr> </table> <?php include ("Piwik.js"); ?> </body> </html>