售价({Scoresets.GetTopicAttachCreditsTransName()}):{attachment.attachprice} [记录] <%set {viewattach} = {attachment.isbought}==1%> <%if {post.posterid}!={userid} && !{viewattach}%> <%if {usergroupinfo.radminid}!=1%> [购买] <%/if%> <%/if%>
<%/if%><%if {attachment.description}!=""%>{attachment.description}<%/if%>({attachment.postdatetime})
<%if {attachment.preview}!=""%>{attachment.preview}
<%/if%>
<%if {post.posterid}=={userid} || {usergroupinfo.radminid}==1%>
<%set {viewattach} = true%>
<%/if%>
<%if {UserAuthority.DownloadAttachment(forum,userid,usergroupinfo)}%>
<%if {config.showimages}==1%>
<%if {config.attachimgpost}==1%>
<%if {attachment.attachimgpost}==1%>
<%if {attachment.attachprice}<=0 || {viewattach}%>
<%if {attachment.filename}.IndexOf("http")>=0%>
src="{attachment.filename}"
<%else%>
src="upload/{attachment.filename}"
<%/if%>
<%else%>
src="attachment.aspx?attachmentid={attachment.aid}"
<%/if%>
onmouseover="attachimg(this, 'mouseover')" onload="attachimg(this, 'load');" onclick="zoom(this, this.src);" />
<%/if%>
<%/if%>
<%/if%>
<%/if%>
<%else%>
您所在的用户组无法下载或查看附件
<%/if%>