bug #1680952 [core] undefined function PMA_getUvaCondition()
[phpmyadmin/crack.git] / pmd_help.php
blob4e56bce8df3c979be3ce8623d3babe24ed33b7de
1 <?php
2 /* $Id$ */
3 // vim: expandtab sw=4 ts=4 sts=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>
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>';
24 </body>
25 </html>