Second pass at adding key files

This commit is contained in:
dsainty
2024-06-17 22:24:05 +10:00
parent aa25e9347f
commit b6fc94ff0f
923 changed files with 243184 additions and 0 deletions

38
site/forum/error.html Normal file
View File

@ -0,0 +1,38 @@
<!DOCTYPE html >
<html lang="en">
<head>
<title><%cat_full_name%>: <%forum_name%><%if this_page > 1%>: Page <%this_page%><%endif%></title>
<%include include_common_head.html%>
</head>
<body id="<%page_id%>">
<div class="container">
<%include include_header.html%>
<div class="main">
<div class="contentwrapper clearfix">
<%~set content_header_title = "An error occurred!"%>
<%include include_breadcrumb.html%>
<div class="content"><%-- start content--%>
<ul class="error">
<%~if error starts '<li>'%>
<%error%>
<%~elsif error%>
<li><%error%></li>
<%~endif%>
<%~loop error_loop%>
<li><%loop_value%></li>
<%~endloop%>
</ul>
</div>
</div>
</div>
<%include include_footer.html%>
</div>
</body>
<%~include include_global_js.html%>
</html>