文件名:{attachment.attachment}
下载次数:{attachment.downloads}
文件类型:{attachment.filetype}
文件大小:
上传时间:{attachment.postdatetime}
描述:{attachment.description}
<%if {allowdownloadattach}%> <%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>body.clientWidth/2) {this.resized=true; this.width=body.clientWidth/2; this.alt='点击在新窗口浏览图片\nCTRL+Mouse 滚轮可放大/缩小';$('attachment_{attachment.aid}').style.width=this.width+25+'px';}" onmouseover="if(this.width>body.clientWidth/2) {this.resized=true; this.width=body.clientWidth/2; this.style.cursor='hand'; this.alt='点击在新窗口浏览图片\nCTRL+Mouse 滚轮可放大/缩小';$('attachment_{attachment.aid}').style.width=this.width+25+'px';}" onclick="if(!this.resized) { return true; } else { window.open(this.src); }" onmousewheel="return imgzoom(this);" /> <%/if%> <%/if%>
<%/if%> <%else%>

您所在的用户组无法下载或查看附件 <%/if%>