#applyDecorator("root") #decoratorParam("helper" $action.helper) #decoratorParam("context" "space-pages") #decoratorParam("collector-key" "spacebar-pages") #decoratorParam("mode" "list-alphabetically")
#set ($alphaLinkUrl = 'listpages-alphaview.action') #parse ("/pages/includes/alphabet-tabs.vm") #pagination($action.paginationSupport "listpages-alphaview.action?key=$htmlUtil.urlEncode($key)&startsWith=$!action.startsWith&") #set ($currentItems = $action.results) #if ($currentItems.isEmpty()) #else #foreach( $page in $currentItems ) #end #end
$action.getText("heading.title") $action.getText("heading.modifier") $action.getText("heading.mod.date")
$action.getText("no.pages.starting.with", [$!action.startsWith])
#if ($previousLoginDate && $page.lastModificationDate.after($previousLoginDate)) #if( $page.isNew() ) #set ($colorHtml = 'style="color: #008800"') #elseif( $page.lastModificationDate ) #set ($colorHtml = 'style="color: #008800"') #end #else #set ($colorHtml = "") #end #contentIcon($page) $webwork.htmlEncode($page.title) #userLink ($page.lastModifier) $dateFormatter.format( $page.lastModificationDate )
#pagination($action.paginationSupport "listpages-alphaview.action?key=$htmlUtil.urlEncode($key)&startsWith=$!action.startsWith&")
#end