<@_content id=id> <#assign a=object id=a.id parentId=a.parentId!'' categoryId=a.categoryId!'' modelId=a.modelId!'' attribute=getContentAttribute(a.id)!{} /> <@_category id=categoryId!><#assign category=object/> <@_model id=modelId!><#assign model=object/>
<#if model?has_content> <#assign fieldList=model.fieldList![]/> <#assign requiredFieldList=model.requiredFieldList![]/> <@_content id=parentId>
<@t.page 'content.parent'/>:
${(object.title)!}
<@t.page 'category'/>:
<#if !parentId?has_content && !model.onlyUrl>
<@t.page 'category.select'/>
<#if !parentId?has_content && !model.onlyUrl>
<@t.page 'model'/>:
${(model.name)!}
${(model.fieldTextMap['title'])!t.pageMessage('title')}:
<#if fieldList?seq_contains('copied')>
<#if a?has_content&&a.copied&&fieldList?seq_contains('copied')> <#if model.onlyUrl>
${(model.fieldTextMap['url'])!}:
<#if fieldList?seq_contains('tag')> <#include "../include_page/tags.html"/> <#assign tagTypeIds=(category.tagTypeIds)!'' tagIds=(a.tagIds)!'' tagText=(model.fieldTextMap['tag'])!'' > <@tags tagText tagTypeIds tagIds/> <#if fieldList?seq_contains('author')>
${(model.fieldTextMap['author'])!}:
class="required" type="text" maxlength="50" size="20" value="${(a.author)!}"/>
<#if fieldList?seq_contains('editor')>
${(model.fieldTextMap['editor'])!}:
class="required" type="text" maxlength="50" size="20" value="${(a.editor)!}"/>
<#if fieldList?seq_contains('description')>
${(model.fieldTextMap['description'])!}:
<@t.page 'content.timming'/>:
<#if a?has_content&&(a.publishDate gt .now || a.expiryDate?has_content)> <#if fieldList?seq_contains('cover')>
${(model.fieldTextMap['cover'])!}:
class="required" value="${(a.cover)!}" maxlength="300" size="50" type="text"/> ${(model.fieldTextMap['cover'])!} <#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=list![]/> <#assign extendValue=attribute!{}/> <@extendData 'categoryExtendDataList' extendList extendValue/> <#assign extendList=model.extendList![] extendValue=attribute!{} /> <@extendData 'modelExtendDataList' extendList extendValue/> <#if fieldList?seq_contains('content')>
${(model.fieldTextMap['content'])!}:
<#if model.hasImages||model.hasFiles> <#include "../include_page/contentFiles.html"/> <#if model.hasImages> <@contentFiles true id!/> <#if model.hasFiles> <@contentFiles false id!/>
<#if id?has_content> <@_contentRelatedList contentId=id> <#list page.list as related>
<@t.page 'content.select'/> <@t.page 'address'/> <@t.page 'description'/> <@t.page 'sort'/> <@t.page 'operate'/>
<@t.page 'content.select'/> <@t.page 'button.delete'/>