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.
61 lines
3.7 KiB
61 lines
3.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" />
|
|
<title>商品搜索</title>
|
|
<link rel="shortcut icon" href="favicon.ico" />
|
|
<link rel="icon" href="animated_favicon.gif" type="image/gif" />
|
|
<link rel="stylesheet" type="text/css" href="themes/<?php echo $GLOBALS['_CFG']['template']; ?>/base.css" />
|
|
<link href="{$ecs_css_path}" rel="stylesheet" type="text/css" />
|
|
<link href="themes/<?php echo $GLOBALS['_CFG']['template']; ?>/select.css" rel="stylesheet" type="text/css" />
|
|
<link rel="stylesheet" type="text/css" href="themes/<?php echo $GLOBALS['_CFG']['template']; ?>/quickLinks.css" />
|
|
<link rel="alternate" type="application/rss+xml" title="RSS|{$page_title}" href="{$feed_url}" />
|
|
<link rel="stylesheet" href="themes/<?php echo $GLOBALS['_CFG']['template']; ?>/purebox.css">
|
|
{* 包含脚本文件 *}
|
|
{insert_scripts files='jquery-1.9.1.min.js,jquery.json.js,transport_jquery.js,cart_common.js,cart_quick_links.js'}
|
|
{insert_scripts files='common.js,global.js,utils.js,compare.js,search_category_menu.js,jd_choose.js,pinyin.js,parabola.js'}
|
|
|
|
<script type="text/javascript" src="themes/<?php echo $GLOBALS['_CFG']['template']; ?>/js/sc_common.js"></script>
|
|
<script type="text/javascript" src="themes/<?php echo $GLOBALS['_CFG']['template']; ?>/js/jquery.SuperSlide.2.1.1.js"></script>
|
|
<script type="text/javascript" src="themes/<?php echo $GLOBALS['_CFG']['template']; ?>/js/jquery.tabso_yeso.js"></script>
|
|
<script type="text/javascript" src="themes/<?php echo $GLOBALS['_CFG']['template']; ?>/js/jquery.yomi.js"></script>
|
|
<script type="text/javascript" src="themes/<?php echo $GLOBALS['_CFG']['template']; ?>/js/rotate3di.js"></script>
|
|
<script type="text/javascript" src="themes/<?php echo $GLOBALS['_CFG']['template']; ?>/js/scroll_city.js"></script>
|
|
<script type="text/javascript" src="themes/<?php echo $GLOBALS['_CFG']['template']; ?>/js/notLogin.js"></script>
|
|
<style>.suspension{ display:none;}</style>
|
|
</head>
|
|
|
|
<body>
|
|
<!-- #BeginLibraryItem "/library/page_header.lbi" --><!-- #EndLibraryItem -->
|
|
<div class="ecsc-breadcrumb w1200">
|
|
<!-- #BeginLibraryItem "/library/ur_here.lbi" --><!-- #EndLibraryItem -->
|
|
</div>
|
|
<!-- #BeginLibraryItem "/library/search_filter.lbi" --><!-- #EndLibraryItem -->
|
|
<div id="content" class="w1200">
|
|
<div class="category_left">
|
|
<!-- TemplateBeginEditable name="商品列表" -->
|
|
<!-- #BeginLibraryItem "/library/search_goods_list.lbi" --> <!-- #EndLibraryItem -->
|
|
<!-- TemplateEndEditable -->
|
|
|
|
<!-- TemplateBeginEditable name="列表分页" -->
|
|
<!-- #BeginLibraryItem "/library/pages.lbi" --> <!-- #EndLibraryItem -->
|
|
<!-- TemplateEndEditable -->
|
|
</div>
|
|
<!-- {if $best_goods} -->
|
|
<div class="goods_search_right">
|
|
<!-- TemplateBeginEditable name="精品推荐" -->
|
|
<!-- #BeginLibraryItem "/library/category_recommend_best.lbi" --> <!-- #EndLibraryItem -->
|
|
<!-- TemplateEndEditable -->
|
|
</div>
|
|
<!--{/if}-->
|
|
</div>
|
|
{* ECSHOP 提醒您:动态载入user_menu_position.lbi,显示首页分类小广告 *}{insert name='user_menu_position'}
|
|
<!-- @authro guan start 添加对比文件 start -->
|
|
<!-- #BeginLibraryItem "/library/duibi.lbi" --><!-- #EndLibraryItem -->
|
|
<!-- @authro guan start 添加对比文件 end -->
|
|
<!-- #BeginLibraryItem "/library/page_footer.lbi" --><!-- #EndLibraryItem -->
|
|
<script type="text/javascript" src="themes/<?php echo $GLOBALS['_CFG']['template']; ?>/js/jquery.purebox.js"></script>
|
|
<input name="script_name" value="{$script_name}" type="hidden" />
|
|
<input name="cur_url" value="{$cur_url}" type="hidden" />
|
|
</body>
|
|
</html>
|