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.
139 lines
6.0 KiB
139 lines
6.0 KiB
{* TitlePicWidth: 2 *}
|
|
{* TitlePicHeight: 38 *}
|
|
|
|
{* 说明:$title_pic,分类标题图片地址; *}
|
|
{* 说明:$base_style,基本风格样式颜色; *}
|
|
<!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 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 rel="alternate" type="application/rss+xml" title="RSS|{$page_title}" href="{$feed_url}" />
|
|
<link rel="stylesheet" type="text/css" href="themes/<?php echo $GLOBALS['_CFG']['template']; ?>/quickLinks.css" />
|
|
<link href="themes/<?php echo $GLOBALS['_CFG']['template']; ?>/area_stock.css" rel="stylesheet" type="text/css" />
|
|
<link rel="stylesheet" href="themes/<?php echo $GLOBALS['_CFG']['template']; ?>/purebox.css">
|
|
<link rel="stylesheet" href="themes/<?php echo $GLOBALS['_CFG']['template']; ?>/goods_fitting.css">
|
|
{* 包含脚本文件 *}
|
|
{insert_scripts files='jquery-1.9.1.min.js,jquery.json.js,transport_jquery.js,common.js,utils.js,cart_common.js,cart_quick_links.js,warehouse_area.js'}
|
|
|
|
<script type="text/javascript" src="themes/<?php echo $GLOBALS['_CFG']['template']; ?>/js/jquery-migrate-1.1.0.js"></script>
|
|
<script type="text/javascript" src="themes/<?php echo $GLOBALS['_CFG']['template']; ?>/js/sc_memake.js"></script>
|
|
<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/magiczoomplus.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/floor.js"></script>
|
|
<script type="text/javascript" src="themes/<?php echo $GLOBALS['_CFG']['template']; ?>/js/notLogin.js"></script>
|
|
<style>.suspension{ display:none;}</style>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
{* 包含脚本文件 *}
|
|
{insert_scripts files='common.js'}
|
|
</head>
|
|
<body>
|
|
<!-- #BeginLibraryItem "/library/page_header.lbi" --><!-- #EndLibraryItem -->
|
|
<div class="ecsc-breadcrumb w1200">
|
|
<!-- #BeginLibraryItem "/library/ur_here.lbi" --><!-- #EndLibraryItem -->
|
|
</div>
|
|
|
|
<div class="blank"></div>
|
|
<div class="block">
|
|
|
|
{if $topic.htmls eq ''}
|
|
<script language="javascript">
|
|
var topic_width = "960";
|
|
var topic_height = "300";
|
|
var img_url = "{$topic.topic_img}";
|
|
|
|
if (img_url.indexOf('.swf') != -1)
|
|
{
|
|
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+ topic_width +'" height="'+ topic_height +'">');
|
|
document.write('<param name="movie" value="'+ img_url +'"><param name="quality" value="high">');
|
|
document.write('<param name="menu" value="false"><param name=wmode value="opaque">');
|
|
document.write('<embed src="'+ img_url +'" wmode="opaque" menu="false" quality="high" width="'+ topic_width +'" height="'+ topic_height +'" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" wmode="transparent"/>');
|
|
document.write('</object>');
|
|
}
|
|
else
|
|
{
|
|
document.write('<img width="' + topic_width + '" height="' + topic_height + '" border="0" src="' + img_url + '">');
|
|
}
|
|
</script>
|
|
{else}
|
|
{$topic.htmls}
|
|
{/if}
|
|
|
|
{if $topic.intro neq ''}
|
|
{$topic.intro}
|
|
<br /><br />
|
|
{/if}
|
|
|
|
<!-- {if $topic.title_pic eq ''} -->
|
|
|
|
<!-- {foreach from=$sort_goods_arr item=sort key=sort_name} -->
|
|
<div class="box">
|
|
<div class="box_1 clearfix">
|
|
<h3><span>{$sort_name}</span></h3>
|
|
<div class="centerPadd">
|
|
<!-- {foreach from=$sort item=goods} -->
|
|
<div class="goodsItem">
|
|
<a href="{$goods.url}"><img src="{$goods.goods_thumb}" alt="{$goods.name|escape:html}" class="goodsimg" /></a><br />
|
|
<p><a href="{$goods.url}" title="{$goods.name|escape:html}">{$goods.short_style_name}</a></p>
|
|
<font class="f1">
|
|
<!-- {if $goods.promote_price neq ""} -->
|
|
{$goods.promote_price}
|
|
<!-- {else}-->
|
|
{$goods.shop_price}
|
|
<!--{/if}-->
|
|
</font>
|
|
</div>
|
|
<!--{/foreach}-->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!--{/foreach}-->
|
|
<!-- {else} -->
|
|
|
|
|
|
<!-- {foreach from=$sort_goods_arr item=sort key=sort_name} -->
|
|
<div class="clearfix">
|
|
<h6>{$sort_name}</h6>
|
|
<div class="sort_box">
|
|
<!-- {foreach from=$sort item=goods} -->
|
|
<div class="goodsbox">
|
|
<div class="imgbox"><a href="{$goods.url}"><img src="{$goods.goods_thumb}" alt="{$goods.name|escape:html}" /></a></div>
|
|
<a href="{$goods.url}" title="{$goods.name|escape:html}">{$goods.short_style_name}</a><br />
|
|
<!-- {if $goods.promote_price neq ""} -->
|
|
{$goods.promote_price}<br />
|
|
<!-- {else}-->
|
|
{$goods.shop_price}<br />
|
|
<!--{/if}-->
|
|
</div>
|
|
<!--{/foreach}-->
|
|
</div>
|
|
</div>
|
|
|
|
<!--{/foreach}-->
|
|
|
|
|
|
<!-- {/if} -->
|
|
</div>
|
|
<div class="blank5"></div>
|
|
<div class="blank"></div>
|
|
<!-- #BeginLibraryItem "/library/page_footer.lbi" --><!-- #EndLibraryItem -->
|
|
</body>
|
|
</html>
|