Changes for page All Journals & Series

From version 7.1
edited by Andrea Omicini
on 13/05/2022 17:17
Change comment: There is no comment for this version
To version 5.1
edited by Andrea Omicini
on 19/11/2021 18:19
Change comment: There is no comment for this version

Summary

Details

Page properties
Default language
... ... @@ -1,0 +1,1 @@
1 +en
Content
... ... @@ -1,11 +1,10 @@
1 -= {{stringEngIta eng="All" ita="Tutte"/}} =
1 +={{stringEngIta eng="All Journals & Series in " ita="Tutte le riviste e le collane in "/}}{{apice/}}=
2 2  
3 -{{include reference="Journals.Environment" excludeFirstHeading="true"/}}{{velocity}}
4 4  {{velocity}}
5 -#set( $sql = ", BaseObject as obj, StringProperty as prop where obj.name = doc.fullName and obj.className = 'Journals.${objectClass}' and obj.name <> 'Journals.${objectTemplate}' and prop.id.id = obj.id and prop.name = 'acronym' order by prop.value asc" )
4 +#set( $sql = ", BaseObject as obj, StringProperty as prop where obj.name = doc.fullName and obj.className = 'Journals.JournalClass' and obj.name <> 'Journals.JournalClassTemplate' and obj.name <> 'Journals.JournalTemplate' and prop.id.id = obj.id and prop.name = 'acronym' order by prop.value asc" )
6 6  #set( $journals = $xwiki.searchDocuments($sql) )
7 7  #set( $journalNo = $journals.size() )
8 ->**$journalNo** {{stringEngIta eng='journals & series' ita='riviste e collane'/}}
7 +>**$journalNo** {{stringEngIta eng='journals & series' ita='riviste e collane'/}} in {{apice /}}
9 9  
10 10  #foreach( $journal in $journals )
11 11  #if( $velocityCount > 1 ) (% style="color:$theme.textSecondaryColor" %)|(%%) #end{{journal}}$journal{{/journal}}#end