Changes for page All Journals & Series

From version 18.1
edited by Andrea Omicini
on 11/07/2023 18:36
Change comment: There is no comment for this version
To version 20.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
... ... @@ -1,10 +1,11 @@
1 1  {{velocity}}
2 2  {{html wiki="true" clean="false"}}
3 3  #template('apice_macros.vm')
4 -#setobjectspace("Journals")
4 +#nolangpar()
5 +#objectspace()
5 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" )
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" )
8 8  #set( $itemFound = $xwiki.searchDocuments($query) )
9 9  ## how many items found?
10 10  #set( $itemNo = $itemFound.size() )