|
print $MSG_167;
?>
|
print $MSG_168;
?>
|
print $MSG_169;
?> |
print $MSG_170;
?> |
print $MSG_171;
?> |
print $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 "";
?>
|