diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2017-10-18 15:09:25 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2017-10-18 15:09:25 +0200 |
commit | 372717f41f43bb6687fd708aeff153165a7005a9 (patch) | |
tree | c9026890d4dc2145344646bc47da6d936345ff65 /id/server/data/deploy/conf/moa-id | |
parent | 4c24b9ed9ec7fe27e490f7872d3c5f6da42506ca (diff) | |
download | moa-id-spss-372717f41f43bb6687fd708aeff153165a7005a9.tar.gz moa-id-spss-372717f41f43bb6687fd708aeff153165a7005a9.tar.bz2 moa-id-spss-372717f41f43bb6687fd708aeff153165a7005a9.zip |
some small refactoring in RedirectServlet
Diffstat (limited to 'id/server/data/deploy/conf/moa-id')
-rw-r--r-- | id/server/data/deploy/conf/moa-id/htmlTemplates/redirectForm.html | 24 |
1 files changed, 22 insertions, 2 deletions
diff --git a/id/server/data/deploy/conf/moa-id/htmlTemplates/redirectForm.html b/id/server/data/deploy/conf/moa-id/htmlTemplates/redirectForm.html index ac3242c89..7b064e22a 100644 --- a/id/server/data/deploy/conf/moa-id/htmlTemplates/redirectForm.html +++ b/id/server/data/deploy/conf/moa-id/htmlTemplates/redirectForm.html @@ -7,7 +7,27 @@ <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="page"> + + <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> |