| [ Index ] |
|
Code source de phpMyAdmin 2.10.3 |
1 <?php 2 /* $Id: pmd_help.php 9853 2007-01-19 18:14:44Z lem9 $ */ 3 // vim: expandtab sw=4 ts=4 sts=4: 4 5 require_once 'pmd_common.php'; 6 ?> 7 <html> 8 <head> 9 <?php if(0){ ?> 10 <meta http-equiv="Content-Type" content="text/html; charset=windows-1251" /> 11 <link rel="stylesheet" type="text/css" href="./libraries/pmd/styles/default/style1.css"> 12 <?php } ?> 13 <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $charset ?>" /> 14 <link rel="stylesheet" type="text/css" href="./libraries/pmd/styles/<?php echo $GLOBALS['PMD']['STYLE'] ?>/style1.css"> 15 <title>Designer</title> 16 </head> 17 18 <body> 19 <?php 20 echo '<p>' . $GLOBALS['strToSelectRelation'] . '<br />'; 21 echo '<img src="pmd/images/help_relation.png" border="1"></p>'; 22 echo '<p>' . $GLOBALS['strDesignerHelpDisplayField'] . '</p>'; 23 ?> 24 </body> 25 </html>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
| Généré le : Mon Nov 26 15:18:20 2007 | par Balluche grâce à PHPXref 0.7 |
|