From b03eb7594abac17f1a0d77dde67940f8ab133e11 Mon Sep 17 00:00:00 2001 From: tknall Date: Thu, 26 Mar 2009 14:16:11 +0000 Subject: Layout for webapplication adjusted for IE. git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@335 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c --- src/main/webapp/sitemesh/standalone.jsp | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'src/main/webapp/sitemesh/standalone.jsp') diff --git a/src/main/webapp/sitemesh/standalone.jsp b/src/main/webapp/sitemesh/standalone.jsp index add7185..d4813c2 100644 --- a/src/main/webapp/sitemesh/standalone.jsp +++ b/src/main/webapp/sitemesh/standalone.jsp @@ -5,20 +5,28 @@ <%@ taglib uri="http://www.opensymphony.com/sitemesh/decorator" prefix="decorator"%> <%@ page import="at.knowcenter.wag.egov.egiz.web.LocalRequestHelper" %> +<%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt"%> + + <% + boolean testMode = request.getContextPath().startsWith("/test-"); + %> + + <fmt:message key="<%= testMode ? "test.common.title" : "common.title" %>"/> + -- cgit v1.2.3
- +
- +