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.
101 lines
4.6 KiB
101 lines
4.6 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="package.css" rel="stylesheet" type="text/css" />
|
|
{* 包含脚本文件 *}
|
|
{insert_scripts files='common.js'}
|
|
{insert_scripts files='easydialog.min.js'}
|
|
</head>
|
|
<body>
|
|
<!-- #BeginLibraryItem "/library/page_header.lbi" --><!-- #EndLibraryItem -->
|
|
|
|
<div id="wrapper">
|
|
<!-- #BeginLibraryItem "/library/ur_here.lbi" --><!-- #EndLibraryItem -->
|
|
<div class="box spc-main">
|
|
<!-- {foreach from=$list item=val name=name} -->
|
|
<div class="floor">
|
|
<div class="title main-color">
|
|
<span class="floor-name">{$val.act_name}</span>
|
|
</div>
|
|
<div class="content">
|
|
<div class="item-container">
|
|
<div class="item clearfix">
|
|
<div class="goods-count icon">此礼包:{$val.goods_list_count}件</div>
|
|
<div class="item-l fl">
|
|
<div class="stage">
|
|
<table >
|
|
<tbody>
|
|
<tr>
|
|
<!-- {foreach from=$val.goods_list item=goods name=name} -->
|
|
<td>
|
|
<div class="img">
|
|
<a href="{$goods.url}" title="{$goods.goods_name}" target="_blank">
|
|
<img data-original="{$goods.goods_thumb}" src="images/spacer.gif" class="loading" alt="{$goods.goods_name}" />
|
|
</a>
|
|
</div>
|
|
<p class="info1">
|
|
<a href="{$goods.url}" title="{$goods.goods_name}" target="_blank">{$goods.goods_name|truncate:10}</a><br>
|
|
<span class="gray"></span><span class="yen main-color"> <!-- {if $rank_prices} -->{$goods.rank_price}<!-- {else} -->{$goods.shop_price}<!-- {/if} --> </span><span class="num yen">X {$goods.goods_number}</span>
|
|
</p>
|
|
</td>
|
|
<td {if $smarty.foreach.name.last}style="display:none"{/if}><span class="plus icon_tc"></span></td>
|
|
<!-- {/foreach} -->
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<div class="item-r fr">
|
|
<div class="fl"> <span class="equal icon_tc"></span> </div>
|
|
<div class="fr">
|
|
<h4> </h4>
|
|
<p>
|
|
<span class="main-color">超值价:</span><br>
|
|
<span class="main-color yen"><span class="price">{$val.package_price}</span></span> <br>
|
|
<del class="yen gray">{$val.subtotal}</del><br>
|
|
<span class="save-icon icon"></span><span class="yen main-color">{$val.saving}</span>
|
|
</p>
|
|
<a href="javascript:addPackageToCart({$val.act_id})" title="{$val.act_name}" target="_self" class="buy-icon main-bg-color">立即购买</a> </div>
|
|
</div>
|
|
</div>
|
|
<div class="desc">
|
|
<table width="100%" border="0" cellpadding="5" cellspacing="1">
|
|
<tr>
|
|
<th width="10%">起始时间:</th>
|
|
<td>{$val.start_time} ~ {$val.end_time}</td>
|
|
</tr>
|
|
<tr>
|
|
<th>简单描述:</th>
|
|
<td>{$val.act_desc}</td>
|
|
</tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- {/foreach} -->
|
|
</div>
|
|
</div>
|
|
<!-- #BeginLibraryItem "/library/page_footer.lbi" --><!-- #EndLibraryItem -->
|
|
<div class="add_ok" id="cart_show">
|
|
<div class="tip">
|
|
<i class="iconfont"></i>商品已成功加入购物车
|
|
</div>
|
|
<div class="go">
|
|
<a href="javascript:easyDialog.close();" class="back"><<继续购物</a>
|
|
<a href="flow.php" class="btn">去结算</a>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|