コード例 #1
0
</a>
											</div>
										</div>
									</th>
									<th><span class="sort-tab">&#160;</span></th>
								</tr>
							</thead>
							<tfoot>
								<tr>
									<th colspan="4" class="align-right"><strong><?php 
echo WoW_Locale::GetString('template_auction_buyout_total');
?>
</strong></th>
									<th class="price" id="buyout-total">
                                        <?php 
$total_price = WoW_Auction::GetBuyOutTotalPrice();
$money_format = WoW_Utils::GetMoneyFormat($total_price);
echo sprintf('<span class="hide">%d</span><span class="icon-gold">%d</span>
			<span class="icon-silver">%d</span>
			<span class="icon-copper">%d</span>', $total_price, $money_format['gold'], $money_format['silver'], $money_format['copper']);
?>

									</th>
									<th> </th>
								</tr>
							</tfoot>
							<tbody>
                            <?php 
$auction_items = WoW_Auction::GetSellingItems();
if (is_array($auction_items)) {
    $toggleStyle = 2;