aboutsummaryrefslogtreecommitdiff
path: root/spss.slinterface/pages
diff options
context:
space:
mode:
author(no author) <(no author)@d688527b-c9ab-4aba-bd8d-4036d912da1d>2003-12-24 10:49:19 +0000
committer(no author) <(no author)@d688527b-c9ab-4aba-bd8d-4036d912da1d>2003-12-24 10:49:19 +0000
commit1ef210e5d19a0a9bcee9701573732eb199bea5f1 (patch)
treeef5e44076a94d8777330343550bb1d52bd767693 /spss.slinterface/pages
parent75181af53bbe97bee472e5e8923c54bbd06ac32b (diff)
downloadmoa-id-spss-1ef210e5d19a0a9bcee9701573732eb199bea5f1.tar.gz
moa-id-spss-1ef210e5d19a0a9bcee9701573732eb199bea5f1.tar.bz2
moa-id-spss-1ef210e5d19a0a9bcee9701573732eb199bea5f1.zip
This commit was manufactured by cvs2svn to create tagtags/Build-1_2_0_D02
'Build-1_2_0_D02'. git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/tags/Build-1_2_0_D02@92 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'spss.slinterface/pages')
-rw-r--r--spss.slinterface/pages/test/dataURL.jsp18
1 files changed, 0 insertions, 18 deletions
diff --git a/spss.slinterface/pages/test/dataURL.jsp b/spss.slinterface/pages/test/dataURL.jsp
deleted file mode 100644
index c2b62697f..000000000
--- a/spss.slinterface/pages/test/dataURL.jsp
+++ /dev/null
@@ -1,18 +0,0 @@
-<%@ page contentType="text/html; charset=UTF-8" %>
-
-<jsp:useBean
- id="dataURLResult"
- class="test.at.gv.egovernment.moa.spss.slinterface.DataURLBean" scope="request">
-</jsp:useBean>
-
-<html>
- <head>
- <head><title><jsp:getProperty name="dataURLResult" property="title"/></title></head>
- </head>
- <body>
- <h1>Content-Type</h1>
- <p><pre><jsp:getProperty name="dataURLResult" property="contentType"/></pre></p>
- <h1>Content</h1>
- <p><pre><jsp:getProperty name="dataURLResult" property="content"/></pre></p>
- </body>
-</html> \ No newline at end of file