print $tlt_font; ?>
print $tlt_font.$MSG_453;
?>
print $nav_font; ?>
print $MSG_247."$HTTP_SESSION_VARS[PHPAUCTION_LOGGED_IN_USERNAME]"; ?>
|
=$nav_font?>
=$MSG_234?>
|
if(is_array($AUCTIONS))
{
while(list($k,$v) = each($AUCTIONS))
{
?>
=$std_font?>
=$MSG_458?>
TARGET=_blank>
=$std_font.$v?>
|
|
if($FEE[$k] == 0)
{
?>
=$std_font.$MSG_455;?>
|
=$std_font.$MSG_456;?>
|
=$std_font.$MSG_457;?>
|
=$std_font.$MSG_902;?>
|
$W = explode("|",$WINNERS[$k]);
$W_BID = explode("|",$WINNERS_BID[$k]);
$W_QTY = explode("|",$WINNERS_QTY[$k]);
$W_EMAIL = explode("|",$WINNERS_EMAIL[$k]);
$W_NICK = explode("|",$WINNERS_NICK[$k]);
$COUNTER = 1;
while($COUNTER < count($W))
{
?>
=$std_font;?>
=$W_NICK[$COUNTER]?>
|
=$std_font;?>
>
=$W_EMAIL[$COUNTER]?>
|
=$std_font;?>
=print_money($W_BID[$COUNTER])?>
|
=$std_font;?>
if($W_QTY[$COUNTER] > 1)
{
print $W_QTY[$COUNTER];
}
else
{
print "1";
}
$COUNTER++;
}
?>
|
}
elseif($FEE[$k] == 1 || $FEE[$k] == 3)
{
?>
=$std_font.$MSG_489?>
$W_BID = explode("|",$WINNERS_BID[$k]);
?>
=$std_font.$MSG_493?> =print_money($FEE_AMOUNT[$k])?>
if($SETTINGS[sellerfinalfee] == 1)
{
?>
[>=$MSG_492?>]
}else{
print" ";
}
?>
|
}
elseif($FEE[$k] == 2)
{
?>
=$std_font.$MSG_491?>
|
}
?>
|
}
}
?>
|
|