/*
Copyright (c), 1999, 2000 - 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.
*/
?>
=font('stw',
$MSG_167) ?>
|
=font('stw',
$MSG_168) ?>
|
=font('stw',
$MSG_169) ?>
|
=font('stw',
$MSG_170) ?>
|
=font('stw',
$MSG_171) ?>
|
=font('std',$TPL_auctions_list_value) ?>
//-- Build navigation line
print "";
$num_pages = ceil($num_auctions / $limit);
$i = 0;
while($i < $num_pages ){
$of = ($i * $limit);
if($of != $offset){
print "".($i + 1)."";
if($i != $num_pages) print " | ";
}
else{
print $i + 1;
if($i != $num_pages) print " | ";
}
$i++;
}
print "";
?>
|