<%include include_common_head.html%> <%~if this_do eq post_reply_write%> <%~set content_header_title = 'Reply to post'%> <%~set content_header_subtitle = "Replying to ${parent.post_subject}"%> <%~elsif this_do eq post_edit%> <%~set content_header_title = 'Edit post'%> <%~set content_header_subtitle = "Editing ${orig.post_subject}"%> <%~else%> <%~set content_header_title = 'Post a New Message'%> <%~endif%>
<%include include_header.html%>
<%~init array breadcrumbs%><%init hash breadcrumbs.0%><%init hash breadcrumbs.1%> <%~set breadcrumbs.0.name = $forum_name%> <%~set breadcrumbs.0.url = GForum::SEO::url(params => "forum=$forum_id")%> <%~set breadcrumbs.1.name = $content_header_title%> <%include include_breadcrumb.html%>
<%-- start content--%> <%include include_content_header.html%>
<%preview || ''%> <%~set url_anchor = ""%> <%~if current.user_do_after_post eq post_view%> <%~set url_anchor = "last"%> <%~if $post_id%><%set url_anchor = "p$post_id"%><%endif%> <%~endif%>
<%hidden_form%> <%~if this_do eq post_reply_write%> <%~elsif this_do eq post_edit%> <%~else%> <%~endif%> <%include include_post_write.html%>
<%~if this_do eq post_reply_write%> <%~elsif this_do eq post_edit%> <%~else%> <%~endif%>
<%~if this_do eq post_reply_write%> <%~parent%><%-- Loads the parents post tags --%> <%~set preview = 0%><%set reply_view = 1%><%set hide_post_menu = 1%> <%include include_post_display.html%> <%~elsif this_do eq post_edit%> <%~orig%><%-- Loads the original post tags --%> <%~set preview = 0%><%set orig_view = 1%><%set hide_post_menu = 1%> <%include include_post_display.html%> <%~endif%>
<%-- end content --%>
<%include include_footer.html%>
<%~include include_global_js.html%> <%include include_global_js.html%>