configurecaptcha
#parse ( "/template/includes/actionerrors.vm" ) #if ($captchaManager.isCaptchaEnabled())

$action.getText("captcha.desc.enabled")

#else

$action.getText("captcha.desc.disabled")

#end #if ($captchaManager.isCaptchaEnabled())

$action.getText("captcha.exclusions.title")

$action.getText("captcha.exclusions.desc")

#form_xsrfToken()
#set( $excludeTitle = $action.getText("captcha.exclude.title"))
#tag( "Radio" "name='exclude'" "value=exclude" "list=excludeOptions" "listKey=value" "listValue=key" "theme='aui'" "template='radiolist.vm'" "label='$excludeTitle'")
#bodytag ("Component" "theme='custom'" "name='selectedGroups'" "template='textfield-and-picker.vm'") #param ("formName" "captchaForm") #param ("groupSearchActionName" "dosearchgroupsfilterexisting.action") #param ("value" $selectedGroups) #param ("buttonOff" true) #param ("imgTitle" "$action.getText('find.groups')") #param ("size" 80) #end
#if($fieldErrors.get('captchaGroups'))
#fielderror('captchaGroups')
#foreach( $group in $invalidGroups ) $group
#end
#end
#end
#parse ( "/breadcrumbs.vm" )