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.
63 lines
2.7 KiB
63 lines
2.7 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="category.css" rel="stylesheet" type="text/css" />
|
|
{* 包含脚本文件 *}
|
|
{insert_scripts files='jquery-1.9.1.min.js,jquery.json.js'}
|
|
{insert_scripts files='common.js,global.js,compare.js,easydialog.min.js'}
|
|
</head>
|
|
<body>
|
|
<!-- #BeginLibraryItem "/library/page_header.lbi" --><!-- #EndLibraryItem -->
|
|
<div id="wrapper">
|
|
<!-- #BeginLibraryItem "/library/ur_here.lbi" --><!-- #EndLibraryItem -->
|
|
<div class="box" style="margin-top:10px;">
|
|
<div class="box_1">
|
|
<div class="boxCenterList">
|
|
<table width="100%" border="0" cellpadding="5" cellspacing="1" style="border: 1px solid #eee;background: #f9f9f9;">
|
|
<tr>
|
|
<td width="200" align="center" valign="middle">
|
|
<div style="width:200px; overflow:hidden;">
|
|
<!-- {if $brand.brand_logo} -->
|
|
<img src="data/brandlogo/{$brand.brand_logo}" style="max-height:80px;" />
|
|
<!-- {/if} -->
|
|
</div>
|
|
</td>
|
|
<td>
|
|
{if $brand.brand_desc}{$brand.brand_desc|nl2br}<br />{/if}
|
|
<div class="brandCategoryA">
|
|
<!-- {foreach from=$brand_cat_list item=cat} -->
|
|
<a href="{$cat.url}" class="f6">{$cat.cat_name|escape:html} {if $cat.goods_count}({$cat.goods_count}){/if}</a>
|
|
<!-- {/foreach} -->
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- #BeginLibraryItem "/library/goods_list.lbi" --><!-- #EndLibraryItem --><!-- #BeginLibraryItem "/library/pages.lbi" --><!-- #EndLibraryItem -->
|
|
</div>
|
|
<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>
|
|
<!-- #BeginLibraryItem "/library/page_footer.lbi" --> <!-- #EndLibraryItem -->
|
|
</body>
|
|
</html>
|