编辑项目
项目图片
保 存
所属栏目:
<@channelTree id = 0 node = -1/>
所属分类:
-------- 没有分类 --------
<@categoryTree id = 0 node = -1/>
项目标题:
项目图标:
上传图片
项目客户:
项目规模:
项目地点:
项目时间:
${article.content!}
文章关键字:
文章描述:
${article.description!}
文章作者:
原文地址:
<#if Session.userGroupId == 1>
文章状态:
<#if article.status == 1>
发布
草稿
<#else>
发布
草稿
#if>
<#else>
#if>
是否推荐:
<#if article.stick?? && article.stick == 1>
<#else>
#if>
新增图片
<#macro categoryTree id node> <#local temp = node + 1 /> <#list categorys as x> <#if id = x.pid>
<#list 0..temp as i> #list>├ ${x.name!}
<@categoryTree id = x.id node=temp/> #if> #list> #macro> <#macro channelTree id node> <#local temp = node + 1 /> <#list channels as comment> <#if id = comment.pid>
<#list 0..temp as x> #list>├ ${comment.name!}
<@channelTree id = comment.id node=temp/> #if> #list> #macro>