aboutsummaryrefslogtreecommitdiff
path: root/id/server/auth/src/main/webapp/template_localBKU.html
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2014-03-06 12:56:18 +0100
committerThomas Lenz <tlenz@iaik.tugraz.at>2014-03-06 12:56:18 +0100
commit402eeaea787d7b6197c31852b6bc4b6eea7bc278 (patch)
tree72f6fc6cee4637cbdad11ab722958a2abff53fa3 /id/server/auth/src/main/webapp/template_localBKU.html
parentc0ad85b8a47efe599a64f3e76eef9982b0f141ca (diff)
downloadmoa-id-spss-402eeaea787d7b6197c31852b6bc4b6eea7bc278.tar.gz
moa-id-spss-402eeaea787d7b6197c31852b6bc4b6eea7bc278.tar.bz2
moa-id-spss-402eeaea787d7b6197c31852b6bc4b6eea7bc278.zip
add missing files to MOA-ID-Auth mainpage
Diffstat (limited to 'id/server/auth/src/main/webapp/template_localBKU.html')
-rw-r--r--id/server/auth/src/main/webapp/template_localBKU.html30
1 files changed, 30 insertions, 0 deletions
diff --git a/id/server/auth/src/main/webapp/template_localBKU.html b/id/server/auth/src/main/webapp/template_localBKU.html
new file mode 100644
index 000000000..f197d2c5c
--- /dev/null
+++ b/id/server/auth/src/main/webapp/template_localBKU.html
@@ -0,0 +1,30 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html lang="de">
+ <head>
+ <title></title>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+ <script language="javascript" type="text/javascript">
+ function onAnmeldeSubmit() {
+ document.CustomizedForm.submit();
+ document.CustomizedForm.Senden.disabled=true;
+ }
+ </script>
+ </head>
+ <body onLoad="onAnmeldeSubmit()">
+ <form name="CustomizedForm" action="<BKU>" method="post" enctype="multipart/form-data<>">
+ Falls Sie nicht automatisch weitergeleitet werden klicken Sie bitte hier:
+ <input class="button" type="submit" value="Starte Anmeldung" name="Senden">
+ <input type="hidden" name="XMLRequest" value="<XMLRequest>">
+ <input type="hidden" name="DataURL" value="<DataURL>">
+ <input type="hidden" name="PushInfobox" value="<PushInfobox>">
+ </form>
+
+ <form name="CustomizedInfoForm" action="<BKU>" method="post">
+ <input type="hidden" name="XMLRequest" value="<CertInfoXMLRequest>">
+ <input type="hidden" name="DataURL" value="<CertInfoDataURL>">
+ </form>
+
+ <form name="DummyForm" action="<BKU>" method="post">
+ </form>
+ </body>
+</html>