<#for path : Arrays.toStringArray(works.getThumbImagePath())>
#for>
ID:${works.getWorksId()}
创建时间:${works.getCreateTime()}
<#if works.getWorksName() != null>名称:${works.getWorksName()} | #if>设计师:${works.getDesigner()}
浏览(${browseNum})
收藏(
${collectNum}
)
<#if works.getWorksType() == 0>
申请精品
#if> <#if works.getWorksType() == 1>
精品作品
#if> <#if works.getWorksType() == 2>
精品待审
#if>
下载(${downNum})
<#if ZmrPathRule.check(request, "/labelRelation.htm")>
修改
#if>
行业属性
${Global.get(ProductTypeCache.class).getName(works.getPrdTypeId())} ${Global.get(DesignIndustryCache.class).getIndustryName(works.getIndustryId())} ${works.getIndustrySubName()} ${works.getAttributeName()}
关键词
<#for keyword : DesignerPresenter.updateKeywordArr(works.getKeywordName(), "work", works.getWorksId())>
${keyword}
#for>
添加
<#if ZmrPathRule.check(request, "doWorksDelete")>
作品操作
取消精品
删除作品
#if>