Changes for page All Theses

From version 2.1
edited by Andrea Omicini
on 19/11/2021 17:47
Change comment: There is no comment for this version
To version 1.1
edited by Andrea Omicini
on 07/11/2021 22:57
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,0 +1,1 @@
1 +#if($xcontext.language=="it")Tutte le tesi in APICe#{else}All Theses in APICe#end
Content
... ... @@ -1,5 +1,4 @@
1 -={{stringEngIta eng="All Theses in " ita="Tutti le tesi in "/}}{{apice/}}=
2 -{{velocity}}
1 +{{include reference="Theses.Environment"/}}{{velocity}}
3 3  #set( $sql = ", BaseObject as obj, DateProperty as prop where obj.name = doc.fullName and obj.className = 'Theses.ThesisClass' and obj.name <> 'Theses.ThesisClassTemplate' and obj.name <> 'Theses.ThesisTemplate' and prop.id.id = obj.id and prop.name = 'endDate' order by prop.value desc" )
4 4  #set( $theses = $xwiki.searchDocuments($sql) )
5 5  #set( $thesisNo = $theses.size() )