<%~-- This page is displayed when you click delete - it serves as a delete confirmation page. --%> <%include include_common_head.html%> <%~GForum::Post::View::get($in.post)%> <%~set post_dne = 0%> <%~if not post_id%><%set post_dne = 1%> <%~elsif post_moved and this_do ne post_delete_moved_confirm%><%set post_dne = 1%> <%~endif%> <%~if post_dne%><%set error = GForum::language('POST_DOES_NOT_EXIST')%><%include error.html%><%endparse%><%endunless~%> <%~set search_widget = 1%> <%cat_full_name%>: Confirm delete <%include include_common_head.html%>
<%include include_header.html%>
<%~set content_header_title = 'Confirm deletion'%> <%~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%>

You have chosen to delete the following post:

<%~if post_moved%>

Note that since this is a moved post, you are only deleting the move record, not the original post.

<%~endif%> <%~set hide_post_menu = 1%> <%~set tags=GForum::Tags::get_tags_from_post($post_id)%> <%include include_post_display.html%>
<%hidden_form%> <%~if post_moved%> <%~else%> <%~if user_forum_permission >= 6%> <%~if post_replies%> <%~endif%> <%~endif%> <%~endif%>
<%-- end content --%>
<%include include_footer.html%>
<%~include include_global_js.html%>