[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/views/login.vm

noreply at shibboleth.net noreply at shibboleth.net
Sun Jun 22 22:15:53 EDT 2014


Author: scantor
Date: Sun Jun 22 22:15:53 2014
New Revision: 6152

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6152&view=rev
Log:
Tab cleanup

Modified:
    trunk/idp-conf/src/main/resources/views/login.vm

Modified: trunk/idp-conf/src/main/resources/views/login.vm
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/views/login.vm?rev=6152&r1=6151&r2=6152&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/views/login.vm (original)
+++ trunk/idp-conf/src/main/resources/views/login.vm Sun Jun 22 22:15:53 2014
@@ -26,19 +26,17 @@
         <div class="content">
           <div class="column one">
             <form action="$flowExecutionUrl" method="post">
+              #if ( $authenticationErrorContext && $authenticationErrorContext.getExceptions().size() > 0 )
+                <p>ERROR: $encoder.encodeForHTML($authenticationErrorContext.getExceptions().get(0).getMessage())</p>
+              #end
 
-				#if ( $authenticationErrorContext && $authenticationErrorContext.getExceptions().size() > 0 )
-						<p>ERROR: $encoder.encodeForHTML($authenticationErrorContext.getExceptions().get(0).getMessage())</p>
-				#end
-				
-				#if ( $authenticationErrorContext && $authenticationErrorContext.getClassifiedErrors().size() > 0 )
-				        <p>Classified errors: $encoder.encodeForHTML($authenticationErrorContext.getClassifiedErrors().toString())</p>
-				#end
-				        
-				#if ( $authenticationWarningContext && $authenticationWarningContext.getClassifiedWarnings().size() > 0 )
-				        <p>Classified warnings: $encoder.encodeForHTML($authenticationWarningContext.getClassifiedWarnings().toString())</p>
-				#end
+              #if ( $authenticationErrorContext && $authenticationErrorContext.getClassifiedErrors().size() > 0 )
+                <p>Classified errors: $encoder.encodeForHTML($authenticationErrorContext.getClassifiedErrors().toString())</p>
+              #end
 
+              #if ( $authenticationWarningContext && $authenticationWarningContext.getClassifiedWarnings().size() > 0 )
+                <p>Classified warnings: $encoder.encodeForHTML($authenticationWarningContext.getClassifiedWarnings().toString())</p>
+              #end
               <legend>
                 <!-- Log in to TODO: SP UI info -->
               </legend>



More information about the commits mailing list