diff options
| author | (no author) <(no author)@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2003-12-22 17:51:40 +0000 |
|---|---|---|
| committer | (no author) <(no author)@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2003-12-22 17:51:40 +0000 |
| commit | b9e7df0cbe67b486ce3a1a2177bd08c0ced9e005 (patch) | |
| tree | 7c3ebc612f89ce28ce75c8e7c06f92aca3ad5501 /id.oa/html/AuthTemplate.jsp | |
| parent | 296f2afedb9bef1bc71aeaa3407128094de7a523 (diff) | |
| download | moa-id-spss-b9e7df0cbe67b486ce3a1a2177bd08c0ced9e005.tar.gz moa-id-spss-b9e7df0cbe67b486ce3a1a2177bd08c0ced9e005.tar.bz2 moa-id-spss-b9e7df0cbe67b486ce3a1a2177bd08c0ced9e005.zip | |
This commit was manufactured by cvs2svn to create tag 'Build_002'.tags/Build_002
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/tags/Build_002@88 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'id.oa/html/AuthTemplate.jsp')
| -rw-r--r-- | id.oa/html/AuthTemplate.jsp | 30 |
1 files changed, 0 insertions, 30 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 |
