52 lines
1.6 KiB
HTML
52 lines
1.6 KiB
HTML
<!DOCTYPE html >
|
|
<html lang="en">
|
|
<head>
|
|
<title><%cat_full_name%>: Message sent!</title>
|
|
<meta http-equiv="refresh" content="5;url=<%GForum::SEO::url(params => "do=message_list", param_type => "query")%>" />
|
|
<%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 = "Message to $to_user_username Sent!"%>
|
|
<%~init array breadcrumbs%><%init hash breadcrumbs.0%><%init hash breadcrumbs.1%>
|
|
<%~set breadcrumbs.0.name = 'Private Messages'%>
|
|
<%~set breadcrumbs.0.url = GForum::SEO::url(params => "do=message_list")%>
|
|
<%~set breadcrumbs.1.name = 'New Message Sent'%>
|
|
|
|
<%include include_breadcrumb.html%>
|
|
|
|
<div class="content"><%-- start content--%>
|
|
<%include include_content_header.html%>
|
|
|
|
<%~if attachment_errors%>
|
|
<p class="error">
|
|
<%attachment_errors%>
|
|
</p>
|
|
<%~endif%>
|
|
|
|
<p>
|
|
Your message to <%to_user_username%> has been sent. You will be automatically returned to your message list shortly.
|
|
</p>
|
|
<p>
|
|
<b><a href="<%GForum::SEO::url(params => "do=message_list")%>">Return to your message list</a></b>
|
|
</p>
|
|
|
|
</div><%-- end content --%>
|
|
</div>
|
|
</div>
|
|
<%include include_footer.html%>
|
|
</div>
|
|
|
|
</body>
|
|
<%~include include_global_js.html%>
|
|
</html>
|