Modularize frontPayment() function in front_payment.php script to allow use with...
[openemr.git] / phpmyadmin / pmd_help.php
blob4a1e407020f6cafb1784ecae828571fa5e324485
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>' . $GLOBALS['strToSelectRelation'] . '<br />';
28 echo '<img src="pmd/images/help_relation.png" border="1"></p>';
29 echo '<p>' . $GLOBALS['strDesignerHelpDisplayField'] . '</p>';
31 </body>
32 </html>