<?php include ("../config/head.php"); include ("../auth.php"); ?> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>DNA Module - Publications</title> <link rel="stylesheet" type="text/css" href="../format.css"> <link rel="stylesheet" type="text/css" href="../input/XSLT/Styles.css"> <SCRIPT LANGUAGE="JavaScript1.1" src="../Functions.js"></SCRIPT> <NOSCRIPT>Please enable Javascript!</NOSCRIPT> </head> <body> <div align="center"> <?php include("../tablenavi.php"); ?> <table id="tablemain" border="0"> <tr> <td id="tdLogo"><a href="<?php echo $Path_Wiki."/Input_DNA_Data"; ?>" target="_blank"><img border="0" src="../images/Logo-Wiki.png" height="78"></a></td> <td id="tdtitle"> <h1>Molecular Publications</h1></td> <td id="tdLogo2"><?php echo $Path_Logo; ?></td> </tr> <tr> <td colspan="3"><?php echo "Logged in as: "; $log = $_SESSION["log"]; echo $log; ?></td> </tr> <tr> <td valign="top" align="center" colspan="3"> <table border="0" height="70%" width="70%"> <tr> <td align="center" colspan="2"> <h1>!!Under Construction!!</h1> </td> </tr> <?php if (isset($_SESSION['guest']) || $_SESSION['guest']) { echo '<tr> <td colspan="2" align="center"> <a href="search.php"> <img src="../images/book_search_guest.jpg" class="image" title="Search publications"></a></td> </tr>'; } else { ?> <tr> <td align="center"> <a href="new_publication.php"> <img src="../images/book_input.jpg" class="image" title="Add new publication"></a></td> <td align="center"> <a href="search.php"> <img src="../images/book_edit.jpg" class="image" title="Search/Edit publications"></a></td> </tr><tr><td align="center"> <a class="black" href="Publications.php"> Add Links between Publications and Sequences</a> </td> <td align="center"> <a class="black" href="Publications_Edit.php"> Search/Edit Links between Publications and Sequences</a> </td></tr><tr> <td align="center"> </td> <td align="center"> </td> </tr> <?php } ?> <tr><td colspan="2"><input type="button" value="Return to Main Menu" name="formSubmitMenu" id="button" style="float:right" onClick="self.location.href = 'Index.php';"></td></tr> </table> </td> </tr> </table> <?php include("../footer.php"); ?> </div> </body> </html>