From 125cc4075896aceda7cb02ecee84e18604294ff4 Mon Sep 17 00:00:00 2001 From: pdanner Date: Mon, 6 Dec 2010 16:53:47 +0000 Subject: Moved to pdf-as-web project git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@674 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c --- src/main/webapp/sitemesh/standalone.jsp | 37 --------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 src/main/webapp/sitemesh/standalone.jsp (limited to 'src/main/webapp/sitemesh/standalone.jsp') diff --git a/src/main/webapp/sitemesh/standalone.jsp b/src/main/webapp/sitemesh/standalone.jsp deleted file mode 100644 index fd88212..0000000 --- a/src/main/webapp/sitemesh/standalone.jsp +++ /dev/null @@ -1,37 +0,0 @@ - -<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="utf-8"%> - - -<%@ 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