X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=maps%2Fphp%2Flist.php;h=672f09db2ed90fa124293773c8abec4bd3c4812c;hb=24b8451287ed90b1d43381e5b04d6a3240bcd681;hp=9ca33b7eecbf02dd3e5779313ad0ab5744663f76;hpb=e24caf500afdb661a6844649561da5e04b27c493;p=clearscm.git diff --git a/maps/php/list.php b/maps/php/list.php index 9ca33b7..672f09d 100755 --- a/maps/php/list.php +++ b/maps/php/list.php @@ -17,7 +17,6 @@ include "MAPS.php"; MAPSHeader (); $next = (isset ($_GET ["next"])) ? $_GET ["next"] : 0; -// $prev; $type = $_GET ["type"]; if (isset($_GET['message'])) { $message = $_GET["message"]; @@ -50,7 +49,7 @@ if (($next - $lines) > 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; ?> @@ -73,32 +72,34 @@ $this_page = $next / $lines + 1; print ""; print ""; print "Page: "; - print " of $last_page"; + //print "next: $next last_page: $last_page"; + print " of $last_page"; ?>
= 0 ? - "Previous" : ""; - $next_button = ($next + $lines) < $total ? - "Previous" : ""; + "Previous" : ""; + $next_button = ($next + $lines) < $total ? + "Next" : ""; print $prev_button; ?> - - - -
@@ -118,13 +119,13 @@ $this_page = $next / $lines + 1;
+
- +
-