Esempio n. 1
0
                </span>

                <a class="tabChart livetrafficLink" href="#">
                    <?php 
echo __('Live traffic chart');
?>
                </a>
                <a class="tabChart liveconnectionsLink" href="#">
                    <?php 
echo __('Live conn./process chart');
?>
                </a>
            </div>
            <div class="tabInnerContent">
                <?php 
printServerTraffic();
?>
            </div>
        </div>
        <div id="statustabs_queries" class="clearfloat">
            <div class="buttonlinks jsfeature">
                <a class="tabRefresh"  href="<?php 
echo $PMA_PHP_SELF . '?show=query_statistics&amp;' . PMA_generate_common_url();
?>
" >
                    <img src="<?php 
echo $GLOBALS['pmaThemeImage'];
?>
ajax_clock_small.gif" alt="ajax clock" style="display: none;" />
                    <?php 
echo __('Refresh');
Esempio n. 2
0
                       <?php echo getDataPointsNumberList('trafficChartDataPoints'); ?>
                </span>
                <span class="refreshList" style="display:none;">
                    <label for="id_trafficChartRefresh"><?php echo __('Refresh rate: '); ?></label>
                    <?php refreshList('trafficChartRefresh'); ?>
                </span>

                <a class="tabChart livetrafficLink" href="#">
                    <?php echo __('Live traffic chart'); ?>
                </a>
                <a class="tabChart liveconnectionsLink" href="#">
                    <?php echo __('Live conn./process chart'); ?>
                </a>
            </div>
            <div class="tabInnerContent">
                <?php printServerTraffic(); ?>
            </div>
        </div>
        <div id="statustabs_queries" class="clearfloat">
            <div class="buttonlinks jsfeature">
                <a class="tabRefresh"  href="<?php echo $PMA_PHP_SELF . '?show=query_statistics&amp;' . PMA_generate_common_url(); ?>" >
                    <img src="<?php echo $GLOBALS['pmaThemeImage'];?>ajax_clock_small.gif" alt="ajax clock" style="display: none;" />
                    <?php echo __('Refresh'); ?>
                </a>
                <span class="refreshList" style="display:none;">
                    <label for="id_queryChartDataPointsList"><?php echo __('Number of data points: '); ?></label>
                       <?php echo getDataPointsNumberList('queryChartDataPoints'); ?>
                </span>
                <span class="refreshList" style="display:none;">
                    <label for="id_queryChartRefresh"><?php echo __('Refresh rate: '); ?></label>
                       <?php refreshList('queryChartRefresh'); ?>