<%-- 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%> <%inter_table%> <%header_row%>
<%header_font%>ENTRAR<%/header_font%>
 
<%body_font%>

Usted ha entrado exitosamente en el sistema.

<%if Status eq 'Editor'%>

Haz click aquí para entrar a tu editor.

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