<%@include file="../xava/imports.jsp"%> <%@page import="org.openxava.application.meta.MetaApplications"%> <%@page import="org.openxava.application.meta.MetaApplication"%> <%@page import="org.openxava.util.Locales"%> <%@page import="org.openxava.web.style.XavaStyle"%> <%@page import="org.openxava.util.XavaPreferences"%> <%@page import="org.openxava.web.Browsers"%> <%-- To put your own text add entries in the i18n messages files of your project In MyApplication-labels_en.properties: MyApplication=My application MyApplication[description]=My application does this and that In MyApplication-messages_en.properties: welcome_point1=This is a additional explanatory line --%> <% MetaApplication metaApplication = MetaApplications.getMainMetaApplication(); Locales.setCurrent(request); String oxVersion = org.openxava.controller.ModuleManager.getVersion(); String title = (String) request.getAttribute("naviox.pageTitle"); if (title == null) title = metaApplication.getLabel(); %> <%=title%> <% if (Browsers.isIE(request)) { %> <% } %> >

<%=metaApplication.getLabel()%>

<%=metaApplication.getDescription()%>