diff options
author | pdanner <pdanner@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2007-09-05 10:02:19 +0000 |
---|---|---|
committer | pdanner <pdanner@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2007-09-05 10:02:19 +0000 |
commit | 4075bf26b65cf2be4c55f2e9cbdc1b854a41dbce (patch) | |
tree | ce47b59636e31eb8aa64f075773cbef88c9324f3 /id.server/data/abnahme-test/xmldata/A700/A701 | |
parent | 31d5acacc9c22f45251827b38ad689cdeb705efc (diff) | |
download | moa-id-spss-4075bf26b65cf2be4c55f2e9cbdc1b854a41dbce.tar.gz moa-id-spss-4075bf26b65cf2be4c55f2e9cbdc1b854a41dbce.tar.bz2 moa-id-spss-4075bf26b65cf2be4c55f2e9cbdc1b854a41dbce.zip |
removed obsolete files
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@990 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'id.server/data/abnahme-test/xmldata/A700/A701')
3 files changed, 0 insertions, 64 deletions
diff --git a/id.server/data/abnahme-test/xmldata/A700/A701/AuthTemplate.html b/id.server/data/abnahme-test/xmldata/A700/A701/AuthTemplate.html deleted file mode 100644 index 2ecfe9cfd..000000000 --- a/id.server/data/abnahme-test/xmldata/A700/A701/AuthTemplate.html +++ /dev/null @@ -1,30 +0,0 @@ -<html> -<head> -<title>MOA ID Auth Sample Login - customized</title> -</head> -<body> -<h1>MOA ID Auth Sample Login - customized</h1> -<form name="CustomizedForm" - action="<BKU>" - method="post"> - <input type="hidden" - name="XMLRequest" - value="<XMLRequest>"/> - <input type="hidden" - name="DataURL" - value="<DataURL>"/> - <input type="submit" value="Bürgerkarte lesen"/> -</form> -<form name="CustomizedInfoForm" - action="<BKU>" - method="post"> - <input type="hidden" - name="XMLRequest" - value="<CertInfoXMLRequest>"/> - <input type="hidden" - name="DataURL" - value="<CertInfoDataURL>"/> - Hier finden Sie weitere Informationen zur Überprüfung der Zertifikate. - <input type="submit" value="Weitere Info"/> -</form></body> -</html>
\ No newline at end of file diff --git a/id.server/data/abnahme-test/xmldata/A700/A701/BKUSelectionTemplate.html b/id.server/data/abnahme-test/xmldata/A700/A701/BKUSelectionTemplate.html deleted file mode 100644 index 92b3f04cd..000000000 --- a/id.server/data/abnahme-test/xmldata/A700/A701/BKUSelectionTemplate.html +++ /dev/null @@ -1,14 +0,0 @@ -<html> -<head> -<title>BKU Auswahl - customized</title> -</head> -<body> -<h1><font color="green">BKU Auswahl - customized</font></h1> -<p> -<form method="post" action="<StartAuth>"> -<BKUSelect> -<input type="submit" value="Auswählen"/> -</form> -</p> -</body> -</html>
\ No newline at end of file diff --git a/id.server/data/abnahme-test/xmldata/A700/A701/SelectBKUForm.html b/id.server/data/abnahme-test/xmldata/A700/A701/SelectBKUForm.html deleted file mode 100644 index a473a689b..000000000 --- a/id.server/data/abnahme-test/xmldata/A700/A701/SelectBKUForm.html +++ /dev/null @@ -1,20 +0,0 @@ -<html> -<head> -<title>BKU Auswahl - customized</title> -</head> -<body> -<h1><font color="green">BKU Auswahl - customized</font></h1> -<p> -<form method="post" action="https://localhost:8443/authStartAuthentication?MOASessionID=6621777788841637660"> -<select name="bkuURI"> - <option value="http://localhost:3495/http-security-layer-request" selected>Lokale Bürgerkarte</option> - <option value="https://provider1.at:3496/http-security-layer-request">Provider eins</option> - <option value="https://provider2.at:3496/http-security-layer-request">Provider zwei</option> - <option value="https://10.16.126.28:3496/http-security-layer-request">Bürgerkarte Arbeitsplatz Paul Ivancsics</option> -</select> - -<input type="submit" value="Auswählen"/> -</form> -</p> -</body> -</html>
\ No newline at end of file |