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 18.1
edited by Andrea Omicini
on 11/07/2023 18:36
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,8 +1,8 @@
1 1  {{velocity}}
2 2  {{html wiki="true" clean="false"}}
3 3  #template('apice_macros.vm')
4 -#objectspace()
5 -#template('apice_event_macros.vm')
4 +#setobjectspace("Journals")
5 +#template('apice_journal_macros.vm')
6 6  ## query
7 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" )
8 8  #set( $itemFound = $xwiki.searchDocuments($query) )
... ... @@ -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}}