diff options
author | tknall <tknall@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c> | 2008-11-25 12:41:31 +0000 |
---|---|---|
committer | tknall <tknall@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c> | 2008-11-25 12:41:31 +0000 |
commit | 8847dd7c2b7b435caec0e7cc11e14ce734bb47c0 (patch) | |
tree | 0e85b9be35e38cec9385840d52aab24b9b4c1ae0 | |
parent | 5482db0a643ed81c88bf4de9712edaeb11089baf (diff) | |
download | pdf-as-3-8847dd7c2b7b435caec0e7cc11e14ce734bb47c0.tar.gz pdf-as-3-8847dd7c2b7b435caec0e7cc11e14ce734bb47c0.tar.bz2 pdf-as-3-8847dd7c2b7b435caec0e7cc11e14ce734bb47c0.zip |
Sitemesh updates.
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@310 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
-rw-r--r-- | src/main/webapp/parentpage/standalone.jsp | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/main/webapp/parentpage/standalone.jsp b/src/main/webapp/parentpage/standalone.jsp deleted file mode 100644 index 691857f..0000000 --- a/src/main/webapp/parentpage/standalone.jsp +++ /dev/null @@ -1,17 +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" %>
-
-<html:html xhtml="true">
-
- <head>
- <decorator:head/>
- <link rel="stylesheet" type="text/css" href="<%=LocalRequestHelper.getLocalContextAddress(request,response)%>/css/pdfas-styles.css" />
- </head>
-
- <body><decorator:body/></body>
-
-</html:html>
|