Second pass at adding key files
This commit is contained in:
43
site/forum/post_delete.html
Normal file
43
site/forum/post_delete.html
Normal file
@ -0,0 +1,43 @@
|
||||
<!DOCTYPE html >
|
||||
<%~set search_widget = 1%>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title><%cat_full_name%>: Post Deleted!</title>
|
||||
<%include include_common_head.html%>
|
||||
</head>
|
||||
|
||||
<body class="page-<%page_id%>">
|
||||
<div class="container-b">
|
||||
<%include include_header.html%>
|
||||
|
||||
<div class="main">
|
||||
<div class="contentwrapper clearfix">
|
||||
<div class="sidebar">
|
||||
<%include include_sidebar.html%>
|
||||
</div>
|
||||
|
||||
<%~set content_header_title = 'Post Deleted'%>
|
||||
<%~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%>
|
||||
|
||||
<div class="content"><%-- start content--%>
|
||||
<%include include_content_header.html%>
|
||||
<p>
|
||||
Your message<%if num_replies%>, and <%num_replies%> repl<%if num_replies == 1%>y<%else%>ies<%endif%>, have<%else%> has<%endif%>
|
||||
been deleted. <a href="<%GForum::SEO::url(type => "forum", id => $forum_id)%>"><b>Return to the forum</b></a>
|
||||
</p>
|
||||
|
||||
</div><%-- end content --%>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<%include include_footer.html%>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
<%~include include_global_js.html%>
|
||||
</html>
|
Reference in New Issue
Block a user