## ## Velocity Template for DisplayTermsOfUsePage view-state ## ## Velocity context will contain the following properties : ## ## encoder - HTMLEncoder class ## flowExecutionKey - SWF execution key (this is built into the flowExecutionUrl) ## flowExecutionUrl - form action location ## flowRequestContext - Spring Web Flow RequestContext ## request - HttpServletRequest ## response - HttpServletResponse ## rpUIContext - context with SP UI information from the metadata ## termsOfUseId - terms of use ID to lookup message strings ## environment - Spring Environment object for property resolution #set ($serviceName = $rpUIContext.serviceName) #set ($rpOrganizationLogo = $rpUIContext.getLogo()) ## #springMessageText("${termsOfUseId}.title", "Terms of Use")
#if ($rpOrganizationLogo) #end
#if ($rpOrganizationLogo)

#springMessageText("${termsOfUseId}.title", "Terms of Use")

#end
#springMessageText("${termsOfUseId}.text", "Terms of Use Text...")
#if ($requireCheckbox)

#springMessageText("idp.terms-of-use.required", "Please check this box if you want to proceed.")

#end