#macro (contentSubTypesCheckboxes $name $idString)
#end $action.getActionName($action.getClass().getName()) #requireResource("confluence.web.resources:rss-feed-builder") #applyDecorator("root") #decoratorParam("context" "global") #decoratorParam("mode" "rss") #decoratorParam("helper" $helper) $action.getText("rss.feed.builder.help", [$docBean.getLink('help.subscribing.to.RSS.feeds.within.confluence')]) #applyDecorator("form-aui") #decoratorParam("formName" "createlist") #decoratorParam("submitAction" "doconfigurerssfeed.action") #decoratorParam("editMode" true) #decoratorParam("formId" "build-rss-form") #decoratorParam("method" "GET")
$action.getText("label.types")
#contentSubTypesCheckboxes("pageSubTypes" "sub-types1") #contentSubTypesCheckboxes("blogpostSubTypes", "sub-types2") #foreach ($contentType in $action.customContentTypes) #set( $typeid = $foreach.counter + 3)
#end #fielderrorAUI("types")
#bodytag( "Component" "label='label.spaces'" "name='spaces'" "id=spaces" "value=$searchQuery.spaceKey" "theme='aui'" "template='space-select.vm'") #param ("description" "$i18n.getText('select.spaces.hint')") #param ("multiple" true) #param ("cssClass" "multi-select") #param ("tabindex" 3) #end

$action.getText("rss.feed.advanced.options")

#tag( "TextField" "label='label.name'" "name='title'" "value=title" "size=50" "theme='aui'" ) #tag( "TextField" "label='label.labels'" "name='labelString'" "value=labelString" "size=50" "theme='aui'" )
#bodytag( "Component" "label='label.spaces.exclude'" "name='excludedSpaceKeys'" "id=excludedSpaceKeys" "theme='aui'" "template='space-select.vm'") #param ("description" "$i18n.getText('select.spaces.hint')") #param ("multiple" true) #param ("cssClass" "multi-select") #param ("tabindex" 4) #param ("noSpaceSelector" true) #param ("omitAggregateOptions" true) #end
#tag( "Radio" "label='label.sort'" "name='sort'" "value=sort" "list=rssSorts" "listKey=value" "listValue=key" "theme='aui'" "template='radiolist.vm'")
#bodytag ( "Component" "label='label.limit.1'" "name='maxResults'" "value='$maxResults'" "theme='aui'" "template='text-inline.vm'") #param ("size" "2") #param ("cssClass" "short-field") #param ("inlineText" $action.getText("label.limit.4")) #end
#bodytag ( "Component" "label='label.limit.2'" "name='timeSpan'" "value='$timeSpan'" "theme='aui'" "template='text-inline.vm'") #param ("size" "2") #param ("cssClass" "short-field") #param ("inlineText" $action.getText("label.limit.3")) #end
$action.getText("rss.feed.advanced.options")
#bodytag( "Submit" "theme='aui'" ) #param ("editMode" "true") #param ("submitValue" "$action.getText('button.create')") #param ("cancelValue" "$action.getText('cancel.name')") #end #end #end