Source for file createtables.php

Documentation is available at createtables.php

  1. <?php
  2. /**
  3. * Defining connection to DNA Module database for the first time
  4. @author Gabriele Droege, DNA Bank Network <contact@dnabank-network.org>
  5. @version 2.0
  6. @package First_Steps
  7. @copyright Copyright © 2011 DNA Bank Network http://www.dnabank-network.org<br>The contents of this file are subject to the Mozilla Public License Version 1.1
  8. @filesource
  9. @license http://www.mozilla.org/MPL/ MPL
  10. */
  11. $config true;
  12.     /**
  13.     * calling connection to database
  14.     */
  15.     include ("config/head.php");
  16.  
  17.     /**
  18.     * calling authorisation script
  19.     */
  20.     include ("auth.php");
  21. ?>
  22. <html>
  23.  
  24. <head>
  25. <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
  26. <title>DNA Module - First Steps</title>
  27. <link rel="stylesheet" type="text/css" href="format.css">
  28. <link rel="stylesheet" type="text/css" href="XSLT/Styles.css">
  29. <SCRIPT LANGUAGE="JavaScript1.1" src="Functions.js"></SCRIPT>
  30. <NOSCRIPT>Please enable Javascript!</NOSCRIPT>
  31. </head>
  32.  
  33. <body>
  34. <div align="center">
  35. <form name="formular" method="POST" action="createtables.php">
  36. <table id="tablemain" border="0" class="main">
  37.     <tr>
  38.   <td id="tdLogo"><a href="http://www.dnabank-network.org/Wiki/index.php/Installation#First_steps" target="_blank"><img border="0" src="images/Logo-Wiki.png"></a></td>
  39.         <td id="tdtitle">
  40.         <h1>Welcome to the DNA Module - First Steps</h1></td>
  41.     <td id="tdLogo2">Your logo will be placed here later during cofiguration.</td>
  42.     </tr>
  43.     <tr>
  44.         <td colspan="3" valign="top">
  45.         <table border="0" id="table2">
  46.     <tr><td colspan="2"><h2>Step 3: Create database and tables</h2></td><td align="right"><a href="capabilities.php" class="black">Go back to step 2</a></td></tr>
  47.     <tr><td colspan="3">
  48.     <div id="note">
  49.     Now the DNA database and tables have to be created manually. Currently only MySQL can be used!<br />
  50.     <b>Note: </b>Administrator rights are required to do so! Please contact your admin.<br>
  51.     SQL file is located here: your_dna_module_folder/sql/createtables.sql<br /><br />
  52.     After creating the tables a DNA database user should be defined. This user (and password if used) must be entered below. Only administrators of the DNA Module have access to database configuration when they are logged in.</b></td></tr>
  53.  
  54. <?php 
  55.     /**
  56.     * including script for editing/defining connection to database
  57.     */
  58. include("config/edit_connection.php")?>
  59.    
  60.    
  61.             </table>
  62.         </td>
  63.     </tr>
  64.   <tr><td colspan="3"><div id="note">Ready to continue? <a href="smtp.php" class="red">Please click here</a> to go ahead.</div></td></tr>
  65. </table>
  66. <?php
  67.     /**
  68.     * including footer
  69.     */
  70.     include("footer.php")?>
  71. </div>
  72. </form>
  73. </body>
  74.  
  75. </html>

Documentation generated on Tue, 29 Nov 2011 10:44:48 +0100 by phpDocumentor 1.4.3