0 ) { $showCol = 'col-md-9'; ?>

0 && $view == 2 ) { foreach( $aryMstList as $aryItem ) { $showID = $aryItem['au_id']; $showPrice = ""; if ( $aryItem['au_price'] != '' && is_numeric($aryItem['au_price']) && $aryItem['au_price'] > 0 ) { $price = intval($aryItem['au_price']); $price = $price / 100; if ( $price < 1000 ) { $showPrice = $price."M"; } } $showUrl = 'auction_details.php?id='.$showID; $showUrl.= ( isset($cid) && is_numeric($cid) ) ? '&cid='.$cid : ''; $showUrl.= ( isset($wid) && is_numeric($wid) ) ? '&wid='.$wid : ''; $showUrl.= ( isset($page) && is_numeric($page) ) ? '&page='.$page : ''; $showA1 = ''; $showA2 = ''; // $showCover = ''; // $ary['coverImg'] if ( $aryItem['coverImg'] != '') { if (file_exists('../'.$aryItem['coverImg'])) { $showCover = '../'.$aryItem['coverImg']; $coverPath = img_path($showCover, 'inner'); if (file_exists($coverPath)) { $showCover = $coverPath; } } } // ?>

GFA
SA

:

:
:

0 ) { foreach( $aryCateList as $aryLv1 ) { if ( isset($cid) && $cid != '' && $cid != $aryLv1['auc_id'] ) { continue; } ?>
0 ) { ?>
'.htmlspecialchars(print_r($aryItem,true)).''; $runNum++; ?>
'.$cfg['common']['lbl']['propertyNo'].' '; echo $aryItem['au_code']; ?> '; echo nl2br($aryItem['au_price_remark']); } elseif ( $aryItem['au_price_remark'] != '' ) { echo nl2br($aryItem['au_price_remark']); } else { echo '---'; } ?> '; if ( $aryItem['au_contact_no_'.$i] != '' ) { ?> '; echo $aryItem['au_contact_no_'.$i]; echo ''; } echo ' '; echo $aryItem['au_contact_name_'.$i]; echo ''; } // echo nl2br($aryItem['au_contact']); ?>

Coming Soon...
0 && $view == 2) { $urlBase = 'auction.php?'; if ( $wid != '' && is_numeric($wid) && $wid > 0 ) { $urlBase .= "&wid=" . $wid; } if ( $view != '' && is_numeric($view) && $view > 0 ) { $urlBase .= "&view=" . $view; } if ( $cid != '' && is_numeric($cid) && $cid > 0 ) { $urlBase .= "&cid=" . $cid; } $urlBack = $urlBase.'&page='.$pageBack; $urlNext = $urlBase.'&page='.$pageNext; ?>