{{template "layout.html" .}}
← 返回列表
{{if .is_page}}单页{{end}} {{if .is_edit}}✎ 编辑文章{{else}}+ 发布文章{{end}}
{{if .is_page}}
⚡ 此栏目为单页类型,文章标题和栏目信息自动同步自栏目设置,请直接在下方编辑内容。
{{end}}
{{if .modelType.ID}}{{end}}
{{if .is_page}}{{end}}
{{if .modelType.ID}}
{{.modelType.Name}} 扩展字段 ({{len .modelType.Fields}} 项)
{{range $f := .modelType.Fields}}
{{$fieldKey := printf "field_%d" $f.ID}} {{$curVal := $f.DefaultVal}} {{range $.article.ArticleContents}} {{if eq .FieldKey $fieldKey}}{{$curVal = .Value}}{{end}} {{end}} {{if eq $f.Type "text"}} {{else if eq $f.Type "textarea"}} {{else if eq $f.Type "radio"}}
{{range $opt := split $f.Options "\n"}} {{$pair := split $opt "="}} {{end}}
{{else if eq $f.Type "checkbox"}}
{{$vals := split $curVal ","}} {{range $opt := split $f.Options "\n"}} {{$pair := split $opt "="}} {{end}}
{{else if eq $f.Type "select"}} {{else if eq $f.Type "date"}} {{else if eq $f.Type "file"}}
{{if $curVal}}{{end}}
{{if $curVal}}{{end}} {{else if eq $f.Type "image"}}
{{if $curVal}}{{end}}
{{else if eq $f.Type "images"}}
{{range $url := split $curVal ","}} {{if $url}}
×
{{end}} {{end}}
+ 点击或拖拽上传图片
{{else if eq $f.Type "editor"}} {{else}} {{end}}
{{end}}
{{end}}
取消