Changes for page All Journals & Series

From version 15.1
edited by Andrea Omicini
on 11/07/2023 18:33
Change comment: There is no comment for this version
To version 19.1
edited by Andrea Omicini
on 11/07/2023 18:37
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -2,9 +2,9 @@
2 2  {{html wiki="true" clean="false"}}
3 3  #template('apice_macros.vm')
4 4  #objectspace()
5 -#template('apice_event_macros.vm')
5 +#template('apice_journal_macros.vm')
6 6  ## query
7 -#set( $sql = ", 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" )
7 +#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" )
8 8  #set( $itemFound = $xwiki.searchDocuments($query) )
9 9  ## how many items found?
10 10  #set( $itemNo = $itemFound.size() )
... ... @@ -23,7 +23,7 @@
23 23   #if( !$foreach.first )
24 24   <span class="menumainbody">&ensp;&bull;&ensp;</span>
25 25   #end
26 - #journalinked($item)
26 + #journallinked($item)
27 27  #end
28 28  ## display items separated by dots / end
29 29  {{/html}}