' . "\n" . ($GLOBALS['cfg']['MainPageIconic'] ? '' : '') . ' ' . $GLOBALS['strBinaryLog'] . "\n" . '' . "\n"; /** * Display log selector. */ if (count($binary_logs) > 1) { echo '
'; } PMA_Message::success()->display(); /** * Displays the page */ ?>0) { $this_url_params = $url_params; if ($pos > $GLOBALS['cfg']['MaxRows']) { $this_url_params['pos'] = $pos - $GLOBALS['cfg']['MaxRows']; } echo ''; } else { echo '>' . $GLOBALS['strPrevious']; } // end if... else... echo ' < - '; } $this_url_params = $url_params; if ($pos > 0) { $this_url_params['pos'] = $pos; } if ($dontlimitchars) { unset($this_url_params['dontlimitchars']); ?> = $GLOBALS['cfg']['MaxRows']) { $this_url_params = $url_params; $this_url_params['pos'] = $pos + $GLOBALS['cfg']['MaxRows']; echo ' - '; } else { echo '>' . $GLOBALS['strNext']; } // end if... else... echo ' > '; } ?> | |||||