Beispiel #1
0
        if ('doc' == $link_name) {
            echo PMA_showMySQLDocu($link_url, $link_url);
        } else {
            echo '<a href="' . $link_url . '">' . $link_name . '</a>';
        }
        $i++;
    }
    echo '</span>';
}
unset($link_url, $link_name, $i);
?>
                </p>
            </div>
            <div class="tabInnerContent">
                <?php 
printVariablesTable();
?>
            </div>
        </div>

        <div id="statustabs_charting" class="jsfeature">
            <?php 
printMonitor();
?>
        </div>

        <div id="statustabs_advisor" class="jsfeature">
            <div class="tabLinks">
                <?php 
echo PMA_getImage('play.png');
?>
Beispiel #2
0
                        }
                        if ('doc' == $link_name) {
                            echo PMA_showMySQLDocu($link_url, $link_url);
                        } else {
                            echo '<a href="' . $link_url . '">' . $link_name . '</a>';
                        }
                        $i++;
                    }
                    echo '</span>';
                }
                unset($link_url, $link_name, $i);
                ?>
                </p>
            </div>
            <div class="tabInnerContent">
                <?php printVariablesTable(); ?>
            </div>
        </div>

        <div id="statustabs_charting" class="jsfeature">
            <?php printMonitor(); ?>
        </div>

        <div id="statustabs_advisor" class="jsfeature">
            <div class="tabLinks">
                <?php echo PMA_getImage('play.png'); ?> <a href="#startAnalyzer"><?php echo __('Run analyzer'); ?></a>
                <?php echo PMA_getImage('b_help.png'); ?> <a href="#openAdvisorInstructions"><?php echo __('Instructions'); ?></a>
            </div>
            <div class="tabInnerContent clearfloat">
            </div>
            <div id="advisorInstructionsDialog" style="display:none;">