#//v.2.51 Web2035 Auctions /* Copyright (c), 1999, 2003 - phpauction.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation (version 2 or later). This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */?>
$PREV = intval($PAGE - 1); $NEXT = intval($PAGE + 1); if($PAGES > 1) { if($PAGE > 1) { ?> =$MSG_5119?> } $LOW = $PAGE - 5; if($LOW <= 0) $LOW = 1; $COUNTER = $LOW; while($COUNTER <= $PAGES && $COUNTER < ($PAGE+6)) { if($PAGE == $COUNTER) { print "$COUNTER "; } else { print "$COUNTER "; } $COUNTER++; } ?> if($PAGE < $PAGES) { ?> =$MSG_5120?> } } ?>
|