|
|
<!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="category.css" rel="stylesheet" type="text/css" />
|
|
|
{* 包含脚本文件 *}
|
|
|
{insert_scripts files='common.js,lefttime.js'}
|
|
|
<script type="text/javascript">
|
|
|
{foreach from=$lang.js_languages item=item key=key}
|
|
|
var {$key} = "{$item}";
|
|
|
{/foreach}
|
|
|
</script>
|
|
|
</head>
|
|
|
<body>
|
|
|
<!-- #BeginLibraryItem "/library/page_header.lbi" --><!-- #EndLibraryItem -->
|
|
|
<div id="wrapper">
|
|
|
<div class="main cle">
|
|
|
<!--left start-->
|
|
|
<div class="sidebar">
|
|
|
|
|
|
<!-- #BeginLibraryItem "/library/goods_fittings.lbi" --><!-- #EndLibraryItem -->
|
|
|
<!-- #BeginLibraryItem "/library/goods_article.lbi" --><!-- #EndLibraryItem -->
|
|
|
|
|
|
<div class="box" style="border: 1px solid #eee;">
|
|
|
<div class="box_1">
|
|
|
<h3><span>{$lang.your_choice}</span></h3>
|
|
|
<div class="boxCenterList clearfix">
|
|
|
<ul>
|
|
|
<!--{foreach from = $picks item=pick }-->
|
|
|
<li style="word-break:break-all;"><a href="{$pick.url}">{$pick.name}</a></li>
|
|
|
<!--{/foreach}-->
|
|
|
</ul>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="blank5"></div>
|
|
|
<!-- TemplateBeginEditable name="左边广告区域(宽200px)" -->
|
|
|
<!-- TemplateEndEditable -->
|
|
|
<!--AD end-->
|
|
|
</div>
|
|
|
<!--left end-->
|
|
|
<!--right start-->
|
|
|
<div class="maincon">
|
|
|
<div class="box">
|
|
|
<div class="box_1">
|
|
|
<h3><span>{$lang.pick_out}</span></h3>
|
|
|
<div class="boxCenterList">
|
|
|
<table width="100%" border="0" cellpadding="5" cellspacing="1" bgcolor="#dddddd">
|
|
|
<!--{foreach from=$condition item=caption}-->
|
|
|
<tr>
|
|
|
<td bgcolor="#e5ecfb" style="border-bottom: 1px solid #DADADA">
|
|
|
<img src="images/note.gif" alt="no alt" /> <strong class="f_red">{$caption.name}</strong></td>
|
|
|
</tr>
|
|
|
<!--{foreach from=$caption.cat item=cat}-->
|
|
|
<tr>
|
|
|
<td bgcolor="#ffffff"> <strong>{$cat.cat_name}</strong></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td bgcolor="#ffffff">
|
|
|
<!--{foreach from = $cat.list item=list}-->
|
|
|
<a href="{$list.url}" class="f6">{$list.name}</a>
|
|
|
<!--{/foreach}-->
|
|
|
</td>
|
|
|
</tr>
|
|
|
<!--{/foreach}-->
|
|
|
<!--{/foreach}-->
|
|
|
</table>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="blank5"></div>
|
|
|
<div class="box">
|
|
|
<div class="box_1">
|
|
|
<h3><span>{$lang.search_result} ({$count})</span></h3>
|
|
|
<div class="boxCenterList clearfix">
|
|
|
<!--{foreach from=$pickout_goods item=goods name=goods}-->
|
|
|
<div class="goodsItem">
|
|
|
<a href="{$goods.url}"><img src="{$goods.thumb}" alt="{$goods.name|escape:html}" class="goodsimg" /></a><br />
|
|
|
<p><a href="{$goods.url}" title="{$goods.name|escape:html}">{$goods.short_name}</a></p>
|
|
|
<a href="javascript:addToCart({$goods.id})"><img src="images/bnt_buy.gif" /></a> <a href="javascript:collect({$goods.id})"><img src="images/bnt_coll.gif" /></a>
|
|
|
<font class="f1">
|
|
|
<!-- {if $goods.promote_price neq ""} -->
|
|
|
{$lang.promote_price}{$goods.promote_price}
|
|
|
<!-- {else}-->
|
|
|
{$lang.shop_price}{$goods.shop_price}
|
|
|
<!--{/if}-->
|
|
|
</font>
|
|
|
</div>
|
|
|
<!--{/foreach}-->
|
|
|
<!--{if $count > 5}-->
|
|
|
<div class="more f_r" style="clear:both;"><a href="{$url}"><img src="images/more.gif" /></a></div>
|
|
|
<!--{/if}-->
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
<!--right end-->
|
|
|
</div>
|
|
|
</div>
|
|
|
<!-- #BeginLibraryItem "/library/page_footer.lbi" --> <!-- #EndLibraryItem -->
|
|
|
</body>
|
|
|
<script type="text/javascript">
|
|
|
var gmt_end_time = "{$group_buy.gmt_end_date|default:0}";
|
|
|
{foreach from=$lang.goods_js item=item key=key}
|
|
|
var {$key} = "{$item}";
|
|
|
{/foreach}
|
|
|
|
|
|
var btn_buy = "{$lang.btn_buy}";
|
|
|
var is_cancel = "{$lang.is_cancel}";
|
|
|
var select_spe = "{$lang.select_spe}";
|
|
|
<!-- {literal} -->
|
|
|
|
|
|
onload = function()
|
|
|
{
|
|
|
try
|
|
|
{
|
|
|
onload_leftTime();
|
|
|
}
|
|
|
catch (e)
|
|
|
{}
|
|
|
}
|
|
|
<!-- {/literal} -->
|
|
|
</script>
|
|
|
</html>
|