Changes for page All Theses

From version 5.2
edited by Andrea Omicini
on 22/07/2022 16:23
Change comment: There is no comment for this version
To version 5.1
edited by Andrea Omicini
on 22/07/2022 15:48
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -4,7 +4,7 @@
4 4  #set( $sql = ", BaseObject as obj, DateProperty 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 = 'endDate' order by prop.value desc" )
5 5  #set( $thesesFound = $xwiki.searchDocuments($sql) )
6 6  #set( $thesisNo = $thesesFound.size() )
7 ->**$thesisNo** {{stringEngIta eng='theses' ita='tesi'/}}
7 +>**$thesisNo** {{stringEngIta eng='theses' ita='tesi'/}} in {{apice /}}
8 8  
9 9  #foreach ( $thesis in $thesesFound )
10 10  #if( $velocityCount > 1 ) (% style="color:$theme.textSecondaryColor" %)|(%%) #end{{thesis linked='title'}}$thesis{{/thesis}}#end