#macro (errorBlock $msg)

$msg

#end #requireResource("confluence.web.resources:master-styles") #requireResource("confluence.web.resources:aui-forms") #if( $fromNotPermitted ) $action.getText("title.not.permitted") #else $action.getActionName($action.getClass().getName()) $action.getText("websudo.title") #end login #parse ( "/template/includes/actionerrors.vm" )

$action.getText("websudo.title")

#if ($remoteUser) #applyDecorator ("message") #decoratorParam("type" "warning") $action.getText("websudo.warning") #end

$action.getText("websudo.description")

#applyDecorator("form-aui") #decoratorParam("formName" "authenticateform") #decoratorParam("submitAction" "$req.contextPath/doauthenticate.action") #decoratorParam("editAction" "$req.contextPath/authenticate.action") #decoratorParam("editMode" "true") #decoratorParam("formStyle" "login-form-container")
$action.getText("websudo.warning") $action.getText("websudo.description")
$username $action.getText('websudo.notyou')
#bodytag( "Password" "label='password.accesskey'" "name='password'" "theme='aui'") #param("focus" "0") #end
#end #end