#@layout() #define css() #end #define script() #end #define content()

附件管理 Attachment Management

上传
#for(attachment : page.list ??)
#if(attachment.isImage()) #(attachment.title ??) #elseif(attachment.isDoc()) #(attachment.title ??) #elseif(attachment.isXls()) #(attachment.title ??) #elseif(attachment.isPpt()) #(attachment.title ??) #elseif(attachment.isTxt()) #(attachment.title ??) #elseif(attachment.isZip()) #(attachment.title ??) #elseif(attachment.isRar()) #(attachment.title ??) #elseif(attachment.isExe()) #(attachment.title ??) #elseif(attachment.isPdf()) #(attachment.title ??) #elseif(attachment.isAudio()) #(attachment.title ??) #elseif(attachment.isVideo()) #(attachment.title ??) #else #(attachment.title ??) #end

#(attachment.title ??)

#end
#end