aboutsummaryrefslogtreecommitdiff
path: root/id/server/moa-id-frontend-resources/src/main/resources/templates/loginFormFull.html
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2018-02-07 12:01:05 +0100
committerThomas Lenz <tlenz@iaik.tugraz.at>2018-02-07 12:01:05 +0100
commitb1011a61cb42b42c8a7573eae1c6c3eaaf9f1e60 (patch)
tree992c9285371a498c5348157fe493cddff497d446 /id/server/moa-id-frontend-resources/src/main/resources/templates/loginFormFull.html
parent9dc578fdb211b0a26ffce6be5614bfed50db6aa8 (diff)
downloadmoa-id-spss-b1011a61cb42b42c8a7573eae1c6c3eaaf9f1e60.tar.gz
moa-id-spss-b1011a61cb42b42c8a7573eae1c6c3eaaf9f1e60.tar.bz2
moa-id-spss-b1011a61cb42b42c8a7573eae1c6c3eaaf9f1e60.zip
update some more parts to support Content-Security-Policy Header in http
Diffstat (limited to 'id/server/moa-id-frontend-resources/src/main/resources/templates/loginFormFull.html')
-rw-r--r--id/server/moa-id-frontend-resources/src/main/resources/templates/loginFormFull.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/id/server/moa-id-frontend-resources/src/main/resources/templates/loginFormFull.html b/id/server/moa-id-frontend-resources/src/main/resources/templates/loginFormFull.html
index 5a4ca66b7..fe9bc2166 100644
--- a/id/server/moa-id-frontend-resources/src/main/resources/templates/loginFormFull.html
+++ b/id/server/moa-id-frontend-resources/src/main/resources/templates/loginFormFull.html
@@ -23,7 +23,7 @@
<h2 id="tabheader" class="dunkel" role="heading">$HEADER_TEXT</h2>
</div>
<div id="bkulogin" class="hell" role="form">
- <div id="mandateLogin" style="$MANDATEVISIBLE">
+ <div id="mandateLogin" class="$MANDATEVISIBLE">
<div>
<input tabindex="1" type="checkbox" name="Mandate"
id="mandateCheckBox" class="verticalcenter" role="checkbox" $MANDATECHECKED>
@@ -81,18 +81,18 @@
<a href="$contextPath$submitEndpoint?pendingid=$pendingReqID&restoreSSOSession=true">>Restore SSO Session from Smartphone</a>
</div-->
- <div id="stork" align="center" style="$STORKVISIBLE">
+ <div id="stork" align="center" class="$STORKVISIBLE">
<h2 id="tabheader" class="dunkel">Home Country Selection</h2>
<p>
- <select name="cccSelection" id="cccSelection" size="1" style="width: 120px; margin-right: 5px;" >
+ <select id="eIDASSelection" name="cccSelection" id="cccSelection" size="1">
$countryList
</select>
- <button name="bkuButton" type="button">Proceed</button>
- <a href="info_stork.html" target="_blank" class="infobutton" style="color:#FFF">i</a>
+ <button id="eIDASButton" name="bkuButton" type="button">Proceed</button>
+ <!--a href="info_stork.html" target="_blank" class="infobutton">i</a-->
</p>
</div>
- <div id="metroDetected" style="display: none">
+ <div id="metroDetected" class="unvisible">
<p>Anscheinend verwenden Sie Internet Explorer im
Metro-Modus. Wählen Sie bitte "Auf dem Desktop anzeigen" aus den
Optionen um die Karten-Anmeldung starten zu können.</p>