58 lines
1.7 KiB
HTML
58 lines
1.7 KiB
HTML
|
<!DOCTYPE html >
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<title><%cat_full_name%>: Validation 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 = 'Validation 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%>
|
||
|
<p>Your validation was successful!</p>
|
||
|
|
||
|
<%~if require_signup_admin_validation%>
|
||
|
<%~if user_admin_validated%>
|
||
|
<p>The administrator has validated your account and the account is now active.</p>
|
||
|
<%~else%>
|
||
|
<p>
|
||
|
The administrator has not yet validated your account. You will be
|
||
|
notified by e-mail when the account has been validated.
|
||
|
</p>
|
||
|
<%~endif%>
|
||
|
<%~endif%>
|
||
|
|
||
|
<%~if user_admin_validated%>
|
||
|
<p>
|
||
|
You can log in by clicking
|
||
|
<a href='<%GForum::SEO::url(params => "do=login")%>'>here</a>. You
|
||
|
should review your settings when you log in by clicking the "Settings"
|
||
|
link and updating information about yourself.
|
||
|
</p>
|
||
|
<%~endif%>
|
||
|
|
||
|
</div><%-- end content --%>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
<%include include_footer.html%>
|
||
|
|
||
|
</div>
|
||
|
</body>
|
||
|
<%~include include_global_js.html%>
|
||
|
</html>
|