[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/views/post-authn/consent/attribute-consent.vm
noreply at shibboleth.net
noreply at shibboleth.net
Thu Oct 16 22:43:34 EDT 2014
Author: tzeller
Date: Thu Oct 16 22:43:34 2014
New Revision: 6730
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6730&view=rev
Log:
Cleanup.
Modified:
trunk/idp-conf/src/main/resources/views/post-authn/consent/attribute-consent.vm
Modified: trunk/idp-conf/src/main/resources/views/post-authn/consent/attribute-consent.vm
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/views/post-authn/consent/attribute-consent.vm?rev=6730&r1=6729&r2=6730&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/views/post-authn/consent/attribute-consent.vm (original)
+++ trunk/idp-conf/src/main/resources/views/post-authn/consent/attribute-consent.vm Thu Oct 16 22:43:34 2014
@@ -28,7 +28,7 @@
<form action="$flowExecutionUrl" method="post" style="padding:10px" >
<div class="box">
<header>
- <img src="$request.getContextPath()/images/federation-logo.png" alt="" class="federation_logo" >
+ <img src="$request.getContextPath()/images/federation-logo.png" alt="" class="federation_logo" />
#set ($rpOrganizationLogo = $rpUIContext.getLogo())
#if ($rpOrganizationLogo)
<img src="$encoder.encodeForHTMLAttribute($rpOrganizationLogo)" alt="logo for $encoder.encodeForHTMLAttribute($rpUIContext.getServiceName())" class="organization_logo" />
@@ -134,12 +134,12 @@
<input type="radio" name="_idp_consentOptions" value="_idp_globalConsent" />
#springMessage("idp.attributeConsent.globalConsent")
<ul>
- #foreach( $i in ["1", "2", "3"] )
- #set($message = $springMacroRequestContext.getMessage("idp.attributeConsent.globalConsentItem$i"))
- #if("$message" != "")
- <li>$message</li>
+ #foreach( $i in ["1", "2", "3"] )
+ #set($message = $springMacroRequestContext.getMessage("idp.attributeConsent.globalConsentItem$i"))
+ #if("$message" != "")
+ <li>$message</li>
+ #end
#end
- #end
</ul>
</p>
#end
More information about the commits
mailing list