' . "\n" . PMA_getImage('s_tbl.png') . ' ' . __('Binary log') . "\n" . '' . "\n"; /** * Display log selector. */ if (count($binary_logs) > 1) { echo '
'; echo PMA_generate_common_hidden_inputs($url_params); echo '
'; echo __('Select binary log to view'); echo ' '; echo count($binary_logs) . ' ' . __('Files') . ', '; if ($full_size > 0) { echo implode(' ', PMA_formatByteDown($full_size)); } echo '
'; echo '
'; echo ''; echo '
'; echo '
'; } echo PMA_getMessage(PMA_Message::success()); /** * Displays the page */ ?> $GLOBALS['cfg']['LimitChars']) { $value['Info'] = PMA_substr($value['Info'], 0, $GLOBALS['cfg']['LimitChars']) . '...'; } ?>
0) { $this_url_params = $url_params; if ($pos > $GLOBALS['cfg']['MaxRows']) { $this_url_params['pos'] = $pos - $GLOBALS['cfg']['MaxRows']; } echo ''; } else { echo '>' . _pgettext('Previous page', 'Previous'); } // end if... else... echo ' < - '; } $this_url_params = $url_params; if ($pos > 0) { $this_url_params['pos'] = $pos; } if ($dontlimitchars) { unset($this_url_params['dontlimitchars']); ?> <?php echo __('Truncate Shown Queries'); ?> <?php echo __('Show Full Queries'); ?> = $GLOBALS['cfg']['MaxRows']) { $this_url_params = $url_params; $this_url_params['pos'] = $pos + $GLOBALS['cfg']['MaxRows']; echo ' - '; } else { echo '>' . _pgettext('Next page', 'Next'); } // end if... else... echo ' > '; } ?>