文件名: {attachment[attachment]}
下载次数: {attachment[downloads]}
文件类型: {attachment[filetype]}
文件大小:
上传时间: {attachment[postdatetime]}
描述: {attachment[description]}
<%if {config.showimages}==1%> <%if {config.attachimgpost}==1%> <%if {attachment[attachimgpost]}=="1"%>

src="upload/{attachment[filename]}" <%else%> src="attachment.aspx?attachmentid={attachment[aid]}" <%/if%> onload="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt='点击在新窗口浏览图片\nCTRL+Mouse 滚轮可放大/缩小';}" onmouseover="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor='hand'; this.alt='点击在新窗口浏览图片\nCTRL+Mouse 滚轮可放大/缩小';}" onclick="if(!this.resized) { return true; } else { window.open(this.src); }" onmousewheel="return imgzoom(this);" /> <%/if%> <%/if%>
<%/if%>