<%-- File : login_success.html Description : This file is displayed after the user successfully logs in. Tags : You have all the properties of the logged in user. --%> <%site_title%>: Logged In <%css%> <%body_tag%>
<%include include_header.html%> <%body_table%> <%include include_menu.html%>
<%include include_search_bar.html%> <%header_row%>
<%header_font%>LOGGED IN<%/header_font%>
 
<%body_font%>

You have been successfully logged into the system.

<%if Status eq 'Editor'%>

Click here to enter your editor.

<%endif%>
 
<%include include_menu.html%> <%include include_footer.html%>