diff --git a/server_binlog.php b/server_binlog.php index 873c3da3e7..b387daffb6 100644 --- a/server_binlog.php +++ b/server_binlog.php @@ -123,12 +123,11 @@ echo $common_functions->getMessage(PMA_Message::success()); /** * Displays the page */ -?> -
-'
+ . ''
+ . '| ';
+
// we do not now how much rows are in the binlog
// so we can just force 'NEXT' button
if ($pos > 0) {
@@ -153,27 +152,24 @@ if ($pos > 0) {
}
if ($dontlimitchars) {
unset($this_url_params['dontlimitchars']);
- ?>
-
- |
-
- '
+ . ' ';
} else {
$this_url_params['dontlimitchars'] = 1;
- ?>
-
-
- '
+ . ' ';
}
// we do not now how much rows are in the binlog
// so we can just force 'NEXT' button
if ($num_rows >= $GLOBALS['cfg']['MaxRows']) {
$this_url_params = $url_params;
$this_url_params['pos'] = $pos + $GLOBALS['cfg']['MaxRows'];
- echo ' - ';
} else {
@@ -181,37 +177,43 @@ if ($num_rows >= $GLOBALS['cfg']['MaxRows']) {
} // end if... else...
echo ' > ';
}
-?>
-
- |
- |
- |
- |
- |
- | | ||||||||||
| ' . __('Log name') . ' | ' + . '' . __('Position') . ' | ' + . '' . __('Event type') . ' | ' + . '' . __('Server ID') . ' | ' + . '' . __('Original position') . ' | ' + . '' . __('Information') . ' | ' + . '||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| - | - | - | - | - | - | ' . $value['Log_name'] . ' | ' + . '' . $value['Pos'] . ' | ' + . '' . $value['Event_type'] . ' | ' + . '' . $value['Server_id'] . ' | ' + . '' + . (isset($value['Orig_log_pos']) + ? $value['Orig_log_pos'] : $value['End_log_pos']) + . ' | ' + . '' . htmlspecialchars($value['Info']) . ' | ' + . ''; + $odd_row = !$odd_row; } -?> - -||||||