<#if Session.userGroupId == 1> <#else>
所属栏目: 专题专栏
标题:
图标:
内容类型: <#if article.type == 0> <#else> 切换类型将会清空内容哦!
内容:
关键字:
描述:
作者:
原文地址:
状态: <#if article.status == 1> <#else>
 
文章名称 作者 流量 创建时间 状态
每页:   / 12  
<#macro categoryTree id node> <#local temp = node + 1 /> <#list categorys as x> <#if id = x.pid> <@categoryTree id = x.id node=temp/> <#macro channelTree id node> <#local temp = node + 1 /> <#list channels as comment> <#if id = comment.pid> <@channelTree id = comment.id node=temp/>