aboutsummaryrefslogtreecommitdiff
path: root/src/main/webapp/jsp/dataok.jsp
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/jsp/dataok.jsp
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/jsp/dataok.jsp')
-rw-r--r--src/main/webapp/jsp/dataok.jsp25
1 files changed, 0 insertions, 25 deletions
diff --git a/src/main/webapp/jsp/dataok.jsp b/src/main/webapp/jsp/dataok.jsp
deleted file mode 100644
index ae209ab..0000000
--- a/src/main/webapp/jsp/dataok.jsp
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<%@ include file="language.jsp" %>
-
-<html>
-<head>
-<title><fmt:message key="common.title"/></title>
-<link rel="stylesheet" type="text/css" href="<%= request.getContextPath() %>/css/styles.css" />
-</head>
-<body>
-<div class="maindiv">
-<h1><fmt:message key="common.title"/></h1>
-<h2><fmt:message key="dataok.heading2"/></h2>
-
-<p>
-<fmt:message key="dataok.taken"/>
-</p>
-
-<%
- String btlurl = (String)request.getAttribute("btlurl");
-%>
-<a class="big" href="<%=btlurl%>"><fmt:message key="common.backtolist"/></a>
-</div>
-</body>
-</html> \ No newline at end of file