<@_content id=id> <#assign a=object/> <#assign id=a.id/> <#assign parentId=a.parentId!/> <#assign categoryId=a.categoryId!/> <#assign modelId=a.modelId!/> <#assign attribute=getContentAttribute(a.id)!/> <@_category id=categoryId!><#assign category=object/> <@_model id=modelId!><#assign model=object/>
<@_content id=parentId>
父内容:
${(object.title)!}
分类:
${(category.name)!}
模型:
${(model.name)!}
标题:
<#if !model?has_content||!model.onlyUrl>
<#if a?has_content&&a.copied> <#if model?has_content&&model.onlyUrl>
网址:
<#else>
作者:
编辑:
<#include "../include_page/tags.html"/> <#assign tagTypeIds=category.tagTypeIds!''/> <#assign tagIds=(a.tagIds)!''/> <@tags tagTypeIds tagIds/>
描述:
所属行业:
行业Code:
所属地区:
地区Code:
发布媒介:
媒介Code:
来源渠道:
来源Code:
页面发布时间:
选择
(有效期/全部)时间:
选择
开标时间:
选择
定时发布:
<#if a?has_content&&a.publishDate gt .now>
封面:
图片 <#include "../include_page/preview.html"/> <@preview 'content' 'input[name=cover]'/>
<#include "../include_page/extendData.html"/> <#if category?has_content&&category.extendId?has_content> <@_sysExtendFieldList extendId=category.extendId> <#assign extendList=page.list![]/> <#assign extendValue=attribute!{}/> <@extendData 'categoryExtendDataList' extendList extendValue/> <#if model?has_content&&model.extendId?has_content> <@_sysExtendFieldList extendId=model.extendId> <#assign extendList=page.list![]/> <#assign extendValue=attribute!{}/> <@extendData 'modelExtendDataList' extendList extendValue/> <#if model?has_content&&(model.hasImages||model.hasFiles)> <#include "../include_page/contentFiles.html"/> <#if model.hasImages> <@contentFiles true id!/> <#if model.hasFiles> <@contentFiles false id!/>
<#if !model?has_content||!model.onlyUrl>
正文:
<#include "../include_page/related.html"/> <@related id!/>