Changes for page All Journals & Series
From version 7.1
edited by Andrea Omicini
on 13/05/2022 17:17
on 13/05/2022 17:17
Change comment:
There is no comment for this version
To version 13.1
edited by Andrea Omicini
on 06/06/2023 12:55
on 06/06/2023 12:55
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,0 +1,1 @@ 1 +$services.localization.render('journalseriesall') - Content
-
... ... @@ -1,12 +3,9 @@ 1 -= {{stringEngIta eng="All" ita="Tutte"/}} = 2 - 3 3 {{include reference="Journals.Environment" excludeFirstHeading="true"/}}{{velocity}} 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" ) 2 +#set( $sql = ", BaseObject as obj, StringProperty as prop where obj.name = doc.fullName and obj.className = '$objectSpace.$objectClass' and obj.name <> '$objectSpace.$objectTemplate' 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 8 >**$journalNo** {{stringEngIta eng='journals & series' ita='riviste e collane'/}} 9 9 10 10 #foreach( $journal in $journals ) 11 -#if( $ velocityCount> 1)(% style="color:$theme.textSecondaryColor"%)|(%%)8 +#if( !$foreach.first ) {{themeTextSecondary}}•{{/themeTextSecondary}} #end{{journal}}$journal{{/journal}}#end 12 12 {{/velocity}}