diff options
| author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-01-19 17:14:10 +0100 | 
|---|---|---|
| committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-01-19 17:14:10 +0100 | 
| commit | 5b8818004750d9c864f9cd2c47c7b1ccaf188ac9 (patch) | |
| tree | bc73004525b8dc3ca1040bcef00ada6c412b7faa /id/server/doc/htmlTemplates | |
| parent | 5715ee44cae395d36163dff3f99682f72351c3c5 (diff) | |
| download | moa-id-spss-5b8818004750d9c864f9cd2c47c7b1ccaf188ac9.tar.gz moa-id-spss-5b8818004750d9c864f9cd2c47c7b1ccaf188ac9.tar.bz2 moa-id-spss-5b8818004750d9c864f9cd2c47c7b1ccaf188ac9.zip | |
update default templates for BKU-Selection, sendAssertion, and Single LogOut
Diffstat (limited to 'id/server/doc/htmlTemplates')
| -rw-r--r-- | id/server/doc/htmlTemplates/BKU-selection.html | 27 | ||||
| -rw-r--r-- | id/server/doc/htmlTemplates/sendAssertion.html | 6 | 
2 files changed, 20 insertions, 13 deletions
| diff --git a/id/server/doc/htmlTemplates/BKU-selection.html b/id/server/doc/htmlTemplates/BKU-selection.html index 123a23837..95effa348 100644 --- a/id/server/doc/htmlTemplates/BKU-selection.html +++ b/id/server/doc/htmlTemplates/BKU-selection.html @@ -616,6 +616,12 @@  			    top: 40px;  			} +       +      #ssoSessionTransferBlock { +        font-size: 0.8em; +        margin-left: 5px; +        margin-bottom: 5px; +      }      </style>         <!-- MOA-ID 2.x BKUSelection JavaScript fucnctions--> @@ -740,7 +746,7 @@  			}  		}  		function onChangeChecks() { -      if (top.innerWidth < 650) { +      if (self.innerWidth < 650) {           document.getElementById("moaidform").setAttribute("target","_parent");        } else {           document.getElementById("moaidform").removeAttribute("target"); @@ -867,17 +873,18 @@  								<input type="hidden" name="bkuURI" value="#LOCAL#"> <input  									type="hidden" name="useMandate" id="useMandate"> <input  									type="hidden" name="SSO" id="useSSO"> <input -									type="hidden" name="CCC" id="ccc"> <input type="hidden" +									type="hidden" name="ccc" id="ccc"> <input type="hidden"  									name="MODUL" value="#MODUL#"> <input type="hidden"  									name="ACTION" value="#ACTION#"> <input type="hidden"  									name="MOASessionID" value="#SESSIONID#">                     <input type="submit" value=" Lokale Bürgerkartenumgebung " tabindex="4" -									role="button" onclick="setMandateSelection();" -                  > -								<!--p> -                    <small>Alternativ können Sie eine lokal installierte BKU verwenden.</small>								                                   -                  </p-->								                                   -                </form>								                                                           +									role="button" onclick="setMandateSelection();"> +                </form> +              </div> +               +              <!-- Single Sign-On Session transfer functionality --> +              <div id="ssoSessionTransferBlock"> +                <a href="#AUTH_URL#?MOASessionID=#SESSIONID#&restoreSSOSession=true">>Restore SSO Session from Smartphone</a>                </div>                <div id="stork" align="center" style="#STORKVISIBLE#"> @@ -900,7 +907,7 @@  				</div>  			</div>  		</div> -		<div id="validation"> +		<!--div id="validation">  			<a href="http://validator.w3.org/check?uri="> <img  				style="border: 0; width: 88px; height: 31px"  				src="#CONTEXTPATH#/img/valid-html5-blue.png" alt="HTML5 ist valide!" /> @@ -909,7 +916,7 @@  				src="http://jigsaw.w3.org/css-validator/images/vcss-blue"  				alt="CSS ist valide!" />  			</a> -		</div> +		</div-->  	</div>  </body>  </html> diff --git a/id/server/doc/htmlTemplates/sendAssertion.html b/id/server/doc/htmlTemplates/sendAssertion.html index 1a3e683de..07d018a94 100644 --- a/id/server/doc/htmlTemplates/sendAssertion.html +++ b/id/server/doc/htmlTemplates/sendAssertion.html @@ -600,7 +600,7 @@  					</div>  				</div>  		</div> -    <div id="validation"> +    <!--div id="validation">          <a href="http://validator.w3.org/check?uri=">            <img   style="border:0;width:88px;height:31px"                   src="#CONTEXTPATH#/img/valid-html5-blue.png" @@ -608,10 +608,10 @@          </a>          <a href="http://jigsaw.w3.org/css-validator/">            <img   style="border:0;width:88px;height:31px" -                 src="https://jigsaw.w3.org/css-validator/images/vcss-blue" +                 src="http://jigsaw.w3.org/css-validator/images/vcss-blue"                   alt="CSS ist valide!" />          </a> -    </div> +    </div-->  	</div>  </body>  </html> | 
