aboutsummaryrefslogtreecommitdiff
path: root/id/server/moa-id-frontend-resources/src/main/resources/templates/redirectForm.html
diff options
context:
space:
mode:
Diffstat (limited to 'id/server/moa-id-frontend-resources/src/main/resources/templates/redirectForm.html')
-rw-r--r--id/server/moa-id-frontend-resources/src/main/resources/templates/redirectForm.html28
1 files changed, 23 insertions, 5 deletions
diff --git a/id/server/moa-id-frontend-resources/src/main/resources/templates/redirectForm.html b/id/server/moa-id-frontend-resources/src/main/resources/templates/redirectForm.html
index ac3242c89..a27a7ba10 100644
--- a/id/server/moa-id-frontend-resources/src/main/resources/templates/redirectForm.html
+++ b/id/server/moa-id-frontend-resources/src/main/resources/templates/redirectForm.html
@@ -1,13 +1,31 @@
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
-<script type="text/javascript">
- </script>
+ <script src="$contextPath/redirect.js"></script>
</head>
+<body>
+ <div id="page">
-<body onload="document.getElementById('link').click();">
- <a href="$URL" target="$TARGET" id="link">CLICK to perform a
- redirect back to Online Application</a>
+ <div id="page1" class="case selected-case" role="main">
+
+<!-- <h2 class="OA_header">Anmeldung an: #OAName#</h2> -->
+
+ <div id="main">
+ <div id="leftcontent" class="hell">
+ <div id="bku_header" class="dunkel">
+ <h2 id="tabheader" class="dunkel" role="heading">
+ >You get redirected ...
+ </h2>
+ </div>
+
+ <div id="selectArea" class="hell" role="application">
+ <a href="$URL" target="$TARGET" id="link">Click here if it does not resume</a>
+
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
</body>
</html>