#//v.3.0.0
#///////////////////////////////////////////////////////
#// COPYRIGHT 2004 Phpauction.org ALL RIGHTS RESERVED//
#///////////////////////////////////////////////////////
?>
=$MSG_30_0181.": ".$BOARD_TITLE?> |
if(mysql_num_rows($res_msgs) > 0) {
?>
while($MSG = mysql_fetch_array($res_msgs)) {
?>
=nl2br(stripslashes($MSG[message]))?>
|
if($MSG[username]) {
?>
="$MSG_5060 ".$MSG[username]." - ".FormatDate($MSG[msgdate])?>
} else {
?>
="$MSG_5060 $MSG_5061 -".FormatDate($MSG[msgdate])?>
}
?>
|
}
?>
}
?>
=$MSG_5246?>
=$PAGE?>
=$MSG_5247?>
=$PAGES?>
$PREV = intval($PAGE - 1);
$NEXT = intval($PAGE + 1);
?>
if($PAGES > 1) {
if($PAGE > 1) {
?>
<<Prev
}
?>
$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) {
?>
Next>>
}
}
?>
|
|