<%if {usergroupinfo.allowsearch}>0%>
<%template _quicksearch%>
<%/if%>
{config.forumtitle} <%if {forum.Pathlist}!=""%>»{ShowForumAspxRewrite(forum.Pathlist.Trim(),forumid,forumpageid)} » <%/if%>
{topictitle} »
回复主题
<%if page_err==0%>
<%if {ispost}%>
<%template _msgbox%>
<%else%>
<%template _postattachments%>
<%/if%>
<%else%>
<%if {ispost}%>
<%if {needlogin}%>
<%template _login%>
<%else%>
<%csharp%>
string backLink = HttpContext.Current.Request.UrlReferrer.ToString();
SetBackLink(backLink.Contains("&cedit=yes") ? backLink : backLink + "&cedit=yes");
<%/csharp%>
<%template _errmsgbox%>
<%/if%>
<%else%>
<%if {needlogin}%>
<%template _login%>
<%else%>
<%template _errmsgbox%>
<%/if%>
<%/if%>
<%/if%>
<%template _copyright%>
<%template _footer%>