diff options
author | rudolf <rudolf@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2004-07-27 12:51:19 +0000 |
---|---|---|
committer | rudolf <rudolf@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2004-07-27 12:51:19 +0000 |
commit | 566ac11510f83be490a3539c9b0b3e79941092a7 (patch) | |
tree | 41ada09ad316e190b3cd559158c698acbf39301a /id.oa | |
parent | c36466a9221e7323032991f389a7ed1747edc71c (diff) | |
download | moa-id-spss-566ac11510f83be490a3539c9b0b3e79941092a7.tar.gz moa-id-spss-566ac11510f83be490a3539c9b0b3e79941092a7.tar.bz2 moa-id-spss-566ac11510f83be490a3539c9b0b3e79941092a7.zip |
initial check in (Templates)
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@152 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'id.oa')
-rw-r--r-- | id.oa/html/AuthTemplate.jsp | 30 | ||||
-rw-r--r-- | id.oa/html/BKUSelectionTemplate.jsp | 14 |
2 files changed, 0 insertions, 44 deletions
diff --git a/id.oa/html/AuthTemplate.jsp b/id.oa/html/AuthTemplate.jsp deleted file mode 100644 index 1fa0d1ef8..000000000 --- a/id.oa/html/AuthTemplate.jsp +++ /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.oa/html/BKUSelectionTemplate.jsp b/id.oa/html/BKUSelectionTemplate.jsp deleted file mode 100644 index 82c8518e9..000000000 --- a/id.oa/html/BKUSelectionTemplate.jsp +++ /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 |