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.
57 lines
2.8 KiB
57 lines
2.8 KiB
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="Keywords" content="{$keywords}" />
|
|
<meta name="Description" content="{$description}" />
|
|
<!-- TemplateBeginEditable name="doctitle" -->
|
|
<title>{$page_title}</title>
|
|
<!-- TemplateEndEditable -->
|
|
<!-- TemplateBeginEditable name="head" -->
|
|
<!-- TemplateEndEditable -->
|
|
<link rel="shortcut icon" href="favicon.ico" />
|
|
<link rel="icon" href="animated_favicon.gif" type="image/gif" />
|
|
<link href="{$ecs_css_path}" rel="stylesheet" type="text/css" />
|
|
<link href="group.css" rel="stylesheet" type="text/css" />
|
|
{* 包含脚本文件 *}
|
|
{insert_scripts files='common.js'}
|
|
<style>
|
|
body {
|
|
background:#f5f5f5;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<!-- #BeginLibraryItem "/library/page_header.lbi" --><!-- #EndLibraryItem -->
|
|
<div id="wrapper">
|
|
<!-- #BeginLibraryItem "/library/ur_here.lbi" --><!-- #EndLibraryItem -->
|
|
{insert_scripts files='time.js'}
|
|
<div class="temai_box">
|
|
<div class="tgprc">
|
|
<!-- {if $gb_list} 如果有团购活动 -->
|
|
<!-- {foreach from=$gb_list item=group_buy} 循环团购活动开始 -->
|
|
<div class="qgitem_w" data-sr="move 1rem, over 2s, enter top">
|
|
<div class=qgitem><a href="{$group_buy.url}" class="pic"><img data-original="{$group_buy.goods_thumb}" src="images/spacer.gif" class="loading" border="0" alt="{$group_buy.goods_name|escape:html}" /> </a>
|
|
<div class=pic_info>
|
|
<div class="goods_name"><a href="{$group_buy.url}">{$group_buy.goods_name|escape:html}</a></div>
|
|
<div class="group_buy_desc">{$group_buy.act_desc}</div>
|
|
<div class="sy_num"><em><i style="width:{if $group_buy.sy_num eq 0}100{else}{$group_buy.sy_w}{/if}%"></i></em><span class="word_c">{if $group_buy.sy_num eq 0}放心团购{else}剩余{$group_buy.sy_num}件{/if}</span></div>
|
|
<div class="fd30_time" dayh="1" endtime="{$group_buy.formated_end_date}" starttime="{$group_buy.formated_start_date}"></div>
|
|
<div class=cle></div>
|
|
</div>
|
|
<div class="group_btn bg_c"><I>{$group_buy.price_ladder.0.formated_price}</I><del>{$group_buy.market_price}</del><a href="{$group_buy.url}" class="word_c groupbuy">立即团购</a></div>
|
|
</div>
|
|
</div>
|
|
<!--{/foreach}-->
|
|
<!--{if $pager.page neq $pager.page_count}-->
|
|
<li> <a id="nextpage" class="nextpage" style="height:365px;" href="{$pager.page_next}"><i></i></a> </li>
|
|
<!--{/if}-->
|
|
<!--{/if}-->
|
|
</div>
|
|
<!-- #BeginLibraryItem "/library/pages.lbi" --><!-- #EndLibraryItem -->
|
|
</div>
|
|
</div>
|
|
<!-- #BeginLibraryItem "/library/page_footer.lbi" --> <!-- #EndLibraryItem -->
|
|
</body>
|
|
</html>
|