aboutsummaryrefslogtreecommitdiff
path: root/src/main/webapp/sitemesh/standalone.jsp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/webapp/sitemesh/standalone.jsp')
-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>