diff options
| author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2018-02-13 16:15:30 +0100 | 
|---|---|---|
| committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2018-02-13 16:15:30 +0100 | 
| commit | d39bd5ec06a0f83e632096d15cde8f700f78ea0d (patch) | |
| tree | 269108832b28ef469ebdfc5c856eedef5e18228c /id/server/data | |
| parent | 174edb40f01476bb06b31690332c300cf4e55971 (diff) | |
| download | moa-id-spss-d39bd5ec06a0f83e632096d15cde8f700f78ea0d.tar.gz moa-id-spss-d39bd5ec06a0f83e632096d15cde8f700f78ea0d.tar.bz2 moa-id-spss-d39bd5ec06a0f83e632096d15cde8f700f78ea0d.zip | |
fix typo in html templates
Diffstat (limited to 'id/server/data')
3 files changed, 13 insertions, 14 deletions
| diff --git a/id/server/data/deploy/conf/moa-id-configuration/htmlTemplates/loginFormFull.html b/id/server/data/deploy/conf/moa-id-configuration/htmlTemplates/loginFormFull.html index 1f365c104..fe9bc2166 100644 --- a/id/server/data/deploy/conf/moa-id-configuration/htmlTemplates/loginFormFull.html +++ b/id/server/data/deploy/conf/moa-id-configuration/htmlTemplates/loginFormFull.html @@ -13,7 +13,7 @@  <title>Anmeldung mittels Bürgerkarte oder Handy-Signatur</title>  </head>  <!--body onload="onChangeChecks();checkIfBrowserSupportsJava();" onresize="onChangeChecks();"--> -<body onload="onChangeChecks();" onresize="onChangeChecks();"> +<body>  	<div id="page">  		<div id="page1" class="case selected-case" role="main">  			<h2 class="OA_header" role="heading">Anmeldung an: $OAName</h2> @@ -23,11 +23,10 @@  						<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" -									onClick='document.getElementById("mandateCheckBox").setAttribute("aria-checked", document.getElementById("mandateCheckBox").checked);'$MANDATECHECKED> +									id="mandateCheckBox" class="verticalcenter" role="checkbox" $MANDATECHECKED>  								<label for="mandateCheckBox" class="verticalcenter">in  									Vertretung anmelden</label>  								<!--a      href="info_mandates.html"  @@ -49,7 +48,7 @@  								  <input type="hidden" name="SSO" id="useSSO" />   								  <input type="hidden" name="ccc" id="ccc" />   								  <input type="hidden" name="pendingid" value="$pendingReqID" />  -                  <input type="submit" value=" Karte " tabindex="4" role="button" onclick="setMandateSelection();"> +                  <input type="submit" value=" Karte " tabindex="4" role="button">                  </form>                  <iframe name="bkudetect" width="0" height="0" scrolling="no" marginheight="0" marginwidth="0" frameborder="0" src="$contextPath/feature/bkuDetection?pendingid=$pendingReqID"></iframe> @@ -60,7 +59,7 @@  							</div>  							<div id="bkuhandy">  								<img class="bkuimage" src="$contextPath/img/handysign.png" alt="HandyBKU" />          -                <input name="bkuButtonHandy" type="button" onClick="bkuHandyClicked();" tabindex="3" role="button" value="HANDY" /> +                <input name="bkuButtonHandy" type="button" tabindex="3" role="button" value="HANDY" />  							</div>  						</div>  						<!--div id="localBKU"> @@ -82,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" onClick="storkClicked();">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> diff --git a/id/server/data/deploy/conf/moa-id/htmlTemplates/css_template.css b/id/server/data/deploy/conf/moa-id/htmlTemplates/css_template.css index 6b33335d3..c8de82c50 100644 --- a/id/server/data/deploy/conf/moa-id/htmlTemplates/css_template.css +++ b/id/server/data/deploy/conf/moa-id/htmlTemplates/css_template.css @@ -676,7 +676,7 @@          margin-top: 25px;        }        #eIDASButton { -         color:#FFF; +         /*color:#FFF;*/        }        #eIDASSelection {          width: 120px;  diff --git a/id/server/data/deploy/conf/moa-id/htmlTemplates/javascript_tempalte.js b/id/server/data/deploy/conf/moa-id/htmlTemplates/javascript_tempalte.js index 2076cbbc8..313f14b4a 100644 --- a/id/server/data/deploy/conf/moa-id/htmlTemplates/javascript_tempalte.js +++ b/id/server/data/deploy/conf/moa-id/htmlTemplates/javascript_tempalte.js @@ -84,9 +84,9 @@ function isIE() {  /* 			setSSOSelection(); */  			var ccc = "AT"; -			var countrySelection = document.getElementById("cccSelection"); +			var countrySelection = document.getElementById("eIDASSelection");  			if (countrySelection !=  null) { -				ccc = document.getElementById("cccSelection").value; +				ccc = document.getElementById("eIDASSelection").value;  			}  			var iFrameURL = "$contextPath$submitEndpoint" + "?";			  			iFrameURL += "&pendingid=" + "$pendingReqID"; | 
