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.
42 lines
1.7 KiB
42 lines
1.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" />
|
|
<!-- TemplateBeginEditable name="doctitle" -->
|
|
<title>{$page_title}</title>
|
|
<!-- TemplateEndEditable --><!-- TemplateBeginEditable name="head" --><!-- TemplateEndEditable -->
|
|
<meta name="Keywords" content="{$keywords}" />
|
|
<meta name="Description" content="{$description}" />
|
|
<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="common.css" rel="stylesheet" type="text/css" />
|
|
{* 包含脚本文件 *}
|
|
{insert_scripts files='common.js'}
|
|
</head>
|
|
<body>
|
|
<!-- #BeginLibraryItem "/library/page_header.lbi" --><!-- #EndLibraryItem -->
|
|
|
|
<div id="wrapper">
|
|
<!-- #BeginLibraryItem "/library/ur_here.lbi" --><!-- #EndLibraryItem -->
|
|
<div class="box common_main" style="margin-top:10px;">
|
|
<div class="box_1" style="padding:20px;">
|
|
<h3><span>{$lang.all_category}</span></h3>
|
|
<div class="boxCenterList RelaArticle clearfix">
|
|
<!--{foreach from=$cat_list item=cat}-->
|
|
<div style="white-space:nowrap; padding-left:{$cat.level*2}em;
|
|
{if $cat.has_children eq 0}float:left;padding-left: 1em;{else}clear:both;font-weight:bold;padding-top: 10px;{/if}
|
|
"><a href="{$cat.url}">{$cat.cat_name}({$cat.goods_num})</a></div>
|
|
<!--{/foreach}-->
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="blank5"></div>
|
|
</div>
|
|
|
|
|
|
<!-- #BeginLibraryItem "/library/page_footer.lbi" --><!-- #EndLibraryItem -->
|
|
</body>
|
|
</html>
|