<%template _header%>
<%if page_err==0%> <%if {ispost}%> <%template _msgbox%> <%else%>
<%csharp%> string formatNow = DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss"); <%/csharp%> <%template _post%> <%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%>