Revert initial commit
[phpmyadmin/blinky.git] / pmd_help.php
blob328645bc7dd6d245ebbd17d338425755a2ba5b7e
1 <?php
2 /* vim: set expandtab sw=4 ts=4 sts=4: */
3 /**
5 * @version $Id$
6 * @package phpMyAdmin-Designer
7 */
9 /**
12 require_once 'pmd_common.php';
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>
25 <body>
26 <?php
27 echo '<p>' . __('To select relation, click :') . '<br />';
28 echo '<img src="pmd/images/help_relation.png" border="1"></p>';
29 echo '<p>' . __('The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.') . '</p>';
31 </body>
32 </html>