62 lines
1.8 KiB
HTML
62 lines
1.8 KiB
HTML
<!DOCTYPE html >
|
|
<html lang="en">
|
|
<head>
|
|
<title><%cat_full_name%>: Sign successful</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 = 'Signup Successful'%>
|
|
<%~init array breadcrumbs%><%init hash breadcrumbs.0%>
|
|
<%~set breadcrumbs.0.name = $content_header_title%>
|
|
|
|
<%include include_breadcrumb.html%>
|
|
|
|
<div class="content"><%-- start content--%>
|
|
<%include include_content_header.html%>
|
|
|
|
<%~if require_signup_email_validation%>
|
|
<p>
|
|
You have been sent an e-mail to <%user_email%>. The e-mail contains a URL
|
|
that you must click to validate your signup.
|
|
</p>
|
|
<%~if require_signup_admin_validation%>
|
|
<p>
|
|
After you have gone to the URL in the e-mail the forum administrator will
|
|
have to enable your account. Once the admin has validated your account,
|
|
you may start posting messages to the forum.
|
|
</p>
|
|
<%~endif%>
|
|
<%~elsif require_signup_admin_validation%>
|
|
<p>
|
|
Your signup request has been received. It must be reviewed by the
|
|
administrator before being enabled.
|
|
</p>
|
|
<%~else%>
|
|
<p>
|
|
Congratulations, your account is now active!
|
|
<a href='<%GForum::SEO::url(params => "do=login")%>'>Click here</a> to
|
|
log in.
|
|
</p>
|
|
<%~endif%>
|
|
|
|
</div><%-- end content --%>
|
|
</div>
|
|
</div>
|
|
|
|
<%include include_footer.html%>
|
|
|
|
</div>
|
|
</body>
|
|
<%~include include_global_js.html%>
|
|
</html>
|