You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
65 lines
2.1 KiB
65 lines
2.1 KiB
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="wap-font-scale" content="no">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
|
<meta name="description" content="" />
|
|
<meta name="keywords" content="" />
|
|
<title>{$page_title}</title>
|
|
<link rel="stylesheet" href="{__PUBLIC__]bootstrap/css/bootstrap.min.css" />
|
|
<link rel="stylesheet" href="{__TPL__}css/style.css" />
|
|
<script type="text/javascript" src="{__TPL__}js/zepto.min.js"></script>
|
|
<script type="text/javascript" src="{__TPL__}js/ectouch.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<div class="con">
|
|
<div class="goods-list-goods">
|
|
<ul>
|
|
<!-- {if $auction_list} 如果有拍卖活动 -->
|
|
<!-- {foreach from=$auction_list item=auction} 循环拍卖活动开始 -->
|
|
<li>
|
|
<a href="{$auction.url}">
|
|
<div class="goods-list-pic fl">
|
|
<img src="{$auction.goods_thumb}" />
|
|
</div>
|
|
<div class="goods-list-title">
|
|
<h1>{$auction.goods_name}</h1>
|
|
<p>
|
|
<span class="auction-msg">
|
|
<!-- {if $auction.status_no eq 0} -->
|
|
{$lang.au_pre_start}
|
|
<!-- {elseif $auction.status_no eq 1} -->
|
|
{$lang.au_under_way_1}
|
|
<!-- {else} -->
|
|
{$lang.au_finished}
|
|
<!-- {/if} -->
|
|
</span>
|
|
</p>
|
|
<div class="goods-list-auction">
|
|
<span class="fl">{$lang.au_start_price}:</span>
|
|
<h2 class="fl">{$auction.formated_start_price}</h2>
|
|
</div>
|
|
<!-- {if $auction.end_price gt 0} -->
|
|
<div class="goods-list-auction">
|
|
<span class="fl">{$lang.au_end_price}:</span>
|
|
<h2 class="fl">{$auction.formated_end_price}</h2>
|
|
</div>
|
|
<!-- {/if} -->
|
|
</div>
|
|
</a>
|
|
</li>
|
|
<!--{/foreach}-->
|
|
<!-- {else} -->
|
|
<span style="margin:2px 10px; font-size:14px; line-height:36px;">{$lang.no_auction}</span>
|
|
<!-- {/if} -->
|
|
</ul>
|
|
<!-- #BeginLibraryItem "/library/pages.lbi" -->
|
|
<!-- #EndLibraryItem -->
|
|
</div>
|
|
</div>
|
|
</body>
|
|
|
|
</html>
|