From 98fd03b224e043f635f449a1697734f7fd9797fb Mon Sep 17 00:00:00 2001 From: doktornotor Date: Sun, 23 Aug 2015 14:48:15 +0200 Subject: autoconfigbackup - code style fixes - Fix copyright header - Code style and whitespace fixes - XHTML fixes - Replace deprecated split() with explode(); still one split() occurrence left - cannot be simply replaced with explode() since that changes the output and I have no clue what the code is supposed to do plus no way to test it without subscription account. --- config/autoconfigbackup/autoconfigbackup_stats.php | 203 ++++++++++----------- 1 file changed, 98 insertions(+), 105 deletions(-) (limited to 'config/autoconfigbackup') diff --git a/config/autoconfigbackup/autoconfigbackup_stats.php b/config/autoconfigbackup/autoconfigbackup_stats.php index 34d96eda..6c50dd52 100644 --- a/config/autoconfigbackup/autoconfigbackup_stats.php +++ b/config/autoconfigbackup/autoconfigbackup_stats.php @@ -1,98 +1,98 @@ @@ -100,57 +100,54 @@ include("head.inc");
{$pgtitle}

"; - if($savemsg) { + } + if ($savemsg) { print_info_box($savemsg); - } - if ($input_errors) + } + if ($input_errors) { print_input_errors($input_errors); - + } ?>
- - - - - -
-
-
- -
+ + + + + + + +
+
+ +
- - +"; echo "$('loading').innerHTML = '';"; echo ""; $total_backups = 0; - foreach($statvers as $cv): + foreach ($statvers as $cv): ?> - "; + if ($counter == 0) + echo ""; ?> - - - - - - -
- Loading, please wait... + Loading, please wait...
Hostname Backup count
+ - - - - - - - - + + + + + + + +
Sorry, we could not load the status information for the account ($username).
Sorry, we could not load the status information for the account ($username).
- Total - - -
+
Total 
-- cgit v1.2.3