设为首页
加入收藏
联系我们
首页
{$CategoryName}
${tree.name}
<#if test="${notequals(tree.subchild.count, 0)}">
<#foreach collection="${tree.subchild}" var="category0" index="i">
${category0.name}
<#if test="${notequals(category0.subchild.count, 0)}"> <#if test="${equals(category0.id, {$CurrentCategoryId}) or equals(category0.id, {$ParentCategoryId})}">
<#else>
<#/if> <#foreach collection="${category0.subchild}" var="category1" index="j">
${category1.name}
<#/foreach>
<#/if>
<#/foreach>
<#/if>
当前位置:{this.page.Nav}
{$CategoryName}
<#foreach collection="${contents}" var="field" index="i">
${cutstring(field.title,14)}
<#if test="${div(i,4,0)}">
<#/if> <#/foreach>
{$_getPageBar()}
中文版 |
英文版
©2012 {site.Name1}版权所有
Powered by
JumboECMS