Пример #1
0
    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');
?>
Пример #2
0
                        }
                        $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;">
            <?php
            echo '<p>';
            echo __('The Advisor system can provide recommendations on server variables by analyzing the server status variables.');
            echo '</p> <p>';
            echo __('Do note however that this system provides recommendations based on simple calculations and by rule of thumb which may not necessarily apply to your system.');