home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Servidores / xampp-win32-1.6.7-installer.exe / phpMyAdmin / pmd_help.php < prev    next >
PHP Script  |  2008-06-23  |  880b  |  33 lines

  1. <?php
  2. /* vim: set expandtab sw=4 ts=4 sts=4: */
  3. /**
  4.  *
  5.  * @version $Id: pmd_help.php 10149 2007-03-20 15:11:15Z cybot_tm $
  6.  * @package phpMyAdmin-Designer
  7.  */
  8.  
  9. /**
  10.  *
  11.  */
  12. require_once 'pmd_common.php';
  13. ?>
  14. <html>
  15. <head>
  16. <?php if(0){ ?>
  17. <meta http-equiv="Content-Type" content="text/html; charset=windows-1251" />
  18. <link rel="stylesheet" type="text/css" href="./libraries/pmd/styles/default/style1.css">
  19. <?php } ?>
  20. <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $charset ?>" />
  21. <link rel="stylesheet" type="text/css" href="./libraries/pmd/styles/<?php echo $GLOBALS['PMD']['STYLE'] ?>/style1.css">
  22. <title>Designer</title>
  23. </head>
  24.  
  25. <body>
  26. <?php
  27.     echo '<p>' . $GLOBALS['strToSelectRelation'] . '<br />';
  28.     echo '<img src="pmd/images/help_relation.png" border="1"></p>';
  29.     echo '<p>' . $GLOBALS['strDesignerHelpDisplayField'] . '</p>';
  30. ?>
  31. </body>
  32. </html>
  33.