X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=maps%2Fphp%2Flist.php;h=bc38d99409e8352a77c2eb03b41e3b5deb5df31b;hb=bdcd310c3621f450264f16cf4c7b347c738bf83f;hp=9ca33b7eecbf02dd3e5779313ad0ab5744663f76;hpb=e24caf500afdb661a6844649561da5e04b27c493;p=clearscm.git diff --git a/maps/php/list.php b/maps/php/list.php index 9ca33b7..bc38d99 100755 --- a/maps/php/list.php +++ b/maps/php/list.php @@ -2,13 +2,13 @@ MAPS: Manage List - 0) { $total = CountList ($type); $last = $next + $lines < $total ? $next + $lines : $total; -$last_page = floor ($total / $lines); +$last_page = floor ($total / $lines) + 1; $this_page = $next / $lines + 1; ?>
-

- MAPS Manage List

+

Manage List

- $message"; } // if @@ -73,32 +71,33 @@ $this_page = $next / $lines + 1; print ""; print ""; print "Page: "; - print " of $last_page"; + print " of $last_page"; ?>
= 0 ? - "Previous" : ""; - $next_button = ($next + $lines) < $total ? - "Previous" : ""; + $prev_button = $prev >= 0 ? + "Previous" : ""; + $next_button = ($next + $lines) < $total ? + "Next" : ""; print $prev_button; ?> - - - -
@@ -111,6 +110,7 @@ $this_page = $next / $lines + 1; Domain Hit Count Last Hit + Retention Comments @@ -118,13 +118,17 @@ $this_page = $next / $lines + 1;
+
+
- - - + + + + +
-