33 lines
1.1 KiB
HTML
33 lines
1.1 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html>
|
|
<head>
|
|
<title><%site_title%>: Logged In</title>
|
|
<%include include_common_head.html%>
|
|
</head>
|
|
<body id="login_success">
|
|
<div class="container">
|
|
<%include include_header.html%>
|
|
<div class="main">
|
|
<div class="contentwrapper clearfix">
|
|
<div class="breadcrumb">
|
|
<%Links::Utils::format_title($main_title_loop, separator => ' > ', no_escape_separator => $no_escape_crumb_separator, include_home => 1, link_type => 2)%>
|
|
</div>
|
|
|
|
<div class="content"><%-- start content--%>
|
|
<h1>Logged In</h1>
|
|
<p>You have been successfully logged in.<%--site_title--%></p>
|
|
|
|
<%if not d and Links::Utils::is_editor%>
|
|
<p>
|
|
Enter the <a href="<%config.db_cgi_url%>/browser.cgi">editor system</a>.
|
|
</p>
|
|
<%endif%>
|
|
</div><%-- end content --%>
|
|
</div>
|
|
</div>
|
|
<%include include_footer.html%>
|
|
</div>
|
|
</body>
|
|
<%~include include_global_js.html%>
|
|
</html>
|