diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-03-09 09:14:38 +0100 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-03-09 09:14:38 +0100 |
commit | f66ed1831a4877d6c7cb3c55bbc3fd84024a1523 (patch) | |
tree | 0df50de55d7b8a82551742673c9c7e3378b3f042 /id/server/auth/src/main/webapp/template_onlineBKU.html | |
parent | 6e57e33b0d06dd59124cd61dc2f78e3545642074 (diff) | |
download | moa-id-spss-f66ed1831a4877d6c7cb3c55bbc3fd84024a1523.tar.gz moa-id-spss-f66ed1831a4877d6c7cb3c55bbc3fd84024a1523.tar.bz2 moa-id-spss-f66ed1831a4877d6c7cb3c55bbc3fd84024a1523.zip |
move main frontend GUI to seperate package
Diffstat (limited to 'id/server/auth/src/main/webapp/template_onlineBKU.html')
-rw-r--r-- | id/server/auth/src/main/webapp/template_onlineBKU.html | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/id/server/auth/src/main/webapp/template_onlineBKU.html b/id/server/auth/src/main/webapp/template_onlineBKU.html deleted file mode 100644 index 39d7bb8e1..000000000 --- a/id/server/auth/src/main/webapp/template_onlineBKU.html +++ /dev/null @@ -1,37 +0,0 @@ -<!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="hidden" 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>">
-
- <!-- Angabe der Parameter fuer die Online-BKU -->
- <input type="hidden" name="appletWidth" value="<APPLETWIDTH>">
- <input type="hidden" name="appletHeight" value="<APPLETHEIGHT>">
-
- <!-- [OPTIONAL] Aendern Sie hier die Hintergrundfarbe der Online-BKU -->
- <input type="hidden" name="appletBackgroundColor" value="<COLOR>">
- <input type="hidden" name="redirectTarget" value="<REDIRECTTARGET>">
- </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>
|