Esempio n. 1
0
echo __('Refresh rate: ');
?>
</label>
                       <?php 
refreshList('queryChartRefresh');
?>
                </span>
                <a class="tabChart livequeriesLink" href="#">
                    <?php 
echo __('Live query chart');
?>
                </a>
            </div>
            <div class="tabInnerContent">
                <?php 
printQueryStatistics();
?>
            </div>
        </div>
        <div id="statustabs_allvars" class="clearfloat">
            <fieldset id="tableFilter" class="jsfeature">
                <div class="buttonlinks">
                    <a class="tabRefresh" href="<?php 
echo $PMA_PHP_SELF . '?show=variables_table&amp;' . PMA_generate_common_url();
?>
" >
                        <img src="<?php 
echo $GLOBALS['pmaThemeImage'];
?>
ajax_clock_small.gif" alt="ajax clock" style="display: none;" />
                        <?php 
Esempio n. 2
0
             <?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'); ?>
         </span>
         <a class="tabChart livequeriesLink" href="#">
             <?php echo __('Live query chart'); ?>
         </a>
     </div>
     <div class="tabInnerContent">
         <?php printQueryStatistics(); ?>
     </div>
 </div>
 <div id="statustabs_allvars" class="clearfloat">
     <fieldset id="tableFilter" class="jsfeature">
         <div class="buttonlinks">
             <a class="tabRefresh" href="<?php echo $PMA_PHP_SELF . '?show=variables_table&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>
         </div>
         <legend><?php echo __('Filters'); ?></legend>
         <div class="formelement">
             <label for="filterText"><?php echo __('Containing the word:'); ?></label>
             <input name="filterText" type="text" id="filterText" style="vertical-align: baseline;" />
         </div>