Modifiche per il documento Tutte le riviste e collane
Dalla versione 6.1
modificato da Andrea Omicini
il 12/03/2022 14:47
il 12/03/2022 14:47
Cambia il commento:
Nessun commento per questa versione
Alla versione 11.1
modificato da Andrea Omicini
il 27/03/2023 21:08
il 27/03/2023 21:08
Cambia il commento:
Nessun commento per questa versione
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,11 +1,11 @@ 1 1 = {{stringEngIta eng="All" ita="Tutte"/}} = 2 2 3 -{{velocity}} 4 -#set( $sql = ", BaseObject as obj, StringProperty as prop where obj.name = doc.fullName and obj.className = ' Journals.JournalClass' and obj.name <> 'Journals.JournalTemplate' and prop.id.id = obj.id and prop.name = 'acronym' order by prop.value asc" )3 +{{include reference="Journals.Environment" excludeFirstHeading="true"/}}{{velocity}} 4 +#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" ) 5 5 #set( $journals = $xwiki.searchDocuments($sql) ) 6 6 #set( $journalNo = $journals.size() ) 7 7 >**$journalNo** {{stringEngIta eng='journals & series' ita='riviste e collane'/}} 8 8 9 9 #foreach( $journal in $journals ) 10 -#if( $ velocityCount>1)(% style="color:$theme.textSecondaryColor"%)|(%%)10 +#if( $foreach.index > 0 ) {{themeTextSecondary}}•{{/themeTextSecondary}} #end{{journal}}$journal{{/journal}}#end 11 11 {{/velocity}}