aboutsummaryrefslogtreecommitdiff
path: root/id/server/idserverlib/src/main/resources/resources/templates/loginForm.html
diff options
context:
space:
mode:
Diffstat (limited to 'id/server/idserverlib/src/main/resources/resources/templates/loginForm.html')
-rw-r--r--id/server/idserverlib/src/main/resources/resources/templates/loginForm.html55
1 files changed, 55 insertions, 0 deletions
diff --git a/id/server/idserverlib/src/main/resources/resources/templates/loginForm.html b/id/server/idserverlib/src/main/resources/resources/templates/loginForm.html
new file mode 100644
index 000000000..90deb3b04
--- /dev/null
+++ b/id/server/idserverlib/src/main/resources/resources/templates/loginForm.html
@@ -0,0 +1,55 @@
+<html>
+<head>
+
+</head>
+<body>
+ <div style="width: 250px">
+ <div id="bku_area">
+ <form action="#AUTH_URL#" method="get" id="fcard">
+ <input type="hidden" name="bkuURI" value="https://127.0.0.1:3496/https-security-layer-request">
+ <input type="hidden" name="OA" value="#OA_URL#">
+ <input type="checkbox" id="mandateCheckBox" name="useMandate" value="true">
+ <label for="mandateCheckBox">in Vertretung anmelden</label>
+ <div
+ style="float: left; width: 48%; text-align: center; position: relative;">
+ <div class="image">
+ <img src="img/karte.gif" alt="Login mit Karte" width="76"
+ height="50" style="margin-top: 1.5em;">
+ </div>
+ <input type="submit" id="startOnlineBku" name="startOnlineBku"
+ value="Karte" class="button">
+ </div>
+ <div
+ style="float: left; width: 48%; text-align: center; position: relative;">
+ <div class="image">
+ <img src="img/handy.gif" alt="Login mit Handy" width="34"
+ height="57" style="margin-top: 1em;">
+ </div>
+ <input type="submit" id="startMobileBku" name="startMobileBku"
+ value="Handy" class="button">
+ </div>
+ </form>
+ </div>
+ <form name="storkForm" method="POST"
+ action="#AUTH_URL#">
+ <input type="hidden" name="bkuURI" value="https://127.0.0.1:3496/https-security-layer-request">
+ <input type="hidden" name="OA" value="#OA_URL#">
+ <select name="CCC" size="1" style="width: 120px">
+ <option value="BE">België/Belgique</option>
+ <option value="EE">Eesti</option>
+ <option value="ES">España</option>
+ <option value="IS">Ísland</option>
+ <option value="IT">Italia</option>
+ <option value="LI">Liechtenstein</option>
+ <option value="LT">Lithuania</option>
+ <option value="PT">Portugal</option>
+ <option value="SI">Slovenija</option>
+ <option value="FI">Suomi</option>
+ <option value="SE">Sverige</option>
+ </select> <input type="submit" name="storkButton" value="Send" alt="Send"
+ class="button" /> <a href="info_stork.html" target="_blank"
+ class="infobutton" style="color: #FFF">i</a>
+ </form>
+ </div>
+</body>
+</html> \ No newline at end of file