aboutsummaryrefslogtreecommitdiff
path: root/src/main/webapp/sitemesh
diff options
context:
space:
mode:
authorpdanner <pdanner@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c>2010-12-06 16:53:47 +0000
committerpdanner <pdanner@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c>2010-12-06 16:53:47 +0000
commit125cc4075896aceda7cb02ecee84e18604294ff4 (patch)
treef54741df4a14969c28f7c58edaadce47b4ca9480 /src/main/webapp/sitemesh
parent63c48dfb86e24a82f828628d5f2518732c201993 (diff)
downloadpdf-as-3-125cc4075896aceda7cb02ecee84e18604294ff4.tar.gz
pdf-as-3-125cc4075896aceda7cb02ecee84e18604294ff4.tar.bz2
pdf-as-3-125cc4075896aceda7cb02ecee84e18604294ff4.zip
Moved to pdf-as-web project
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@674 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
Diffstat (limited to 'src/main/webapp/sitemesh')
-rw-r--r--src/main/webapp/sitemesh/standalone.jsp37
1 files changed, 0 insertions, 37 deletions
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 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="utf-8"%>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<%@ 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"%>
-
-<html>
-
- <%
- boolean testMode = request.getContextPath().startsWith("/test-");
- %>
-
- <head>
- <decorator:head/>
- <link rel="stylesheet" type="text/css" href="<%=LocalRequestHelper.getLocalContextAddress(request,response)%>/css/pdfas-styles.css" />
- <title><fmt:message key="<%= testMode ? \"test.common.title\" : \"common.title\" %>"/></title>
- <link rel="stylesheet" type="text/css" href="<%=LocalRequestHelper.getLocalContextAddress(request,response)%>/css/pdfas-standalone-styles.css" />
- </head>
-
- <body>
- <table cellpadding="0" cellspacing="0" border="0" width="100%">
- <tr>
- <td align="center" valign="middle">
- <table cellpadding="0" cellspacing="0" border="0" width="700px">
- <tr>
- <td align="left"><decorator:body/></td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- </body>
-
-</html>