#@layer() #define css() #end #define script() #end #define content()
选择文件...
或者拖动文件到这里进行上传...
#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
#@_paginate()
#end