Wiki source code of All Journals & Series

Show last authors
1 {{velocity}}
2 {{html wiki="true" clean="false"}}
3 #template('apice_macros.vm')
4 #nolangpar()
5 #objectspace()
6 #template('apice_journal_macros.vm')
7 ## query
8 #set( $query = ", BaseObject as obj, StringProperty as prop where obj.name = doc.fullName and obj.className = '${mainSpace}.Class' and obj.name <> '${objectPool}.Template' and prop.id.id = obj.id and prop.name = 'acronym' order by prop.value asc" )
9 #set( $itemFound = $xwiki.searchDocuments($query) )
10 ## how many items found?
11 #set( $itemNo = $itemFound.size() )
12 ## header start
13 <div class="mainheader">
14 $itemNo
15 #if( $itemNo == 1 )
16 $services.localization.render('journal').toLowerCase()
17 #{else}
18 $services.localization.render('journals').toLowerCase()
19 #end
20 </div>
21 ## header end
22 ## display items separated by dots / start
23 #foreach( $item in $itemFound )
24 #if( !$foreach.first )
25 <span class="menumainbody">&ensp;&bull;&ensp;</span>
26 #end
27 #journallinked($item)
28 #end
29 ## display items separated by dots / end
30 {{/html}}
31 {{/velocity}}{{pageDisplay sort="objectservice"/}}