aboutsummaryrefslogtreecommitdiff
path: root/spss.slinterface/pages/test/dataURL.jsp
diff options
context:
space:
mode:
author(no author) <(no author)@d688527b-c9ab-4aba-bd8d-4036d912da1d>2006-12-18 14:17:02 +0000
committer(no author) <(no author)@d688527b-c9ab-4aba-bd8d-4036d912da1d>2006-12-18 14:17:02 +0000
commitab3d4fc97d673afce126e62be160c2feb4e6e588 (patch)
treebb6202ed8dea76fa5f6276571d1a02e0bea2e6ad /spss.slinterface/pages/test/dataURL.jsp
parentc59da16e64580457234159180ced333bbc54fa63 (diff)
downloadmoa-id-spss-ab3d4fc97d673afce126e62be160c2feb4e6e588.tar.gz
moa-id-spss-ab3d4fc97d673afce126e62be160c2feb4e6e588.tar.bz2
moa-id-spss-ab3d4fc97d673afce126e62be160c2feb4e6e588.zip
This commit was manufactured by cvs2svn to create tagtags/Build_ID-1_3_3
'Build_ID-1_3_3'. git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/tags/Build_ID-1_3_3@757 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'spss.slinterface/pages/test/dataURL.jsp')
-rw-r--r--spss.slinterface/pages/test/dataURL.jsp44
1 files changed, 0 insertions, 44 deletions
diff --git a/spss.slinterface/pages/test/dataURL.jsp b/spss.slinterface/pages/test/dataURL.jsp
deleted file mode 100644
index affef5022..000000000
--- a/spss.slinterface/pages/test/dataURL.jsp
+++ /dev/null
@@ -1,44 +0,0 @@
-<%@ page contentType="text/html; ISO-8859-1" %>
-
-<jsp:useBean
- id="dataURLResult"
- class="test.at.gv.egovernment.moa.spss.slinterface.DataURLBean" scope="request">
-</jsp:useBean>
-
-<html>
-<head>
- <title>Testanwendung für MOA SL - Resultat</title>
-</head>
- <body>
-<form action="" method="post">
-<table width="800px" align="center">
-<tr>
-<td>
-<h1 align="center">Testanwendung für MOA SL - Resultat</h1>
-<p align="center">Die folgenden Daten wurden von MOA SL als Ergebnis gesendet.</p>
-<table bgcolor="#eeeeee" width="790px" border="1" cellpadding="3">
-<tr>
-<td>Content-Type</td>
-<td>
-<textarea name="DataURL" cols="80" rows="1">
-<jsp:getProperty name="dataURLResult" property="contentType"/>
-</textarea>
-<td>
-</tr>
-<tr>
-<td>Inhalt</td>
-<td>
-<textarea name="XMLRequest" cols=80 rows=20>
-<jsp:getProperty name="dataURLResult" property="content"/>
-</textarea>
-</td>
-</tr>
-</table>
-<p align="center">
-</p>
-</td>
-</tr>
-</table>
-</form>
-</body>
-</html>