Changes for page Available

From version 86.17
edited by Andrea Omicini
on 28/09/2023 23:52
Change comment: There is no comment for this version
To version 86.18
edited by Andrea Omicini
on 28/09/2023 23:54
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -28,8 +28,12 @@
28 28   where objThesis.name = doc.fullName and objThesis.className = '${mainSpace}.Class' and objThesis.name <> '${objectPool}.Template' and propDate.id.id = objThesis.id and propDate.name = 'end' and propStatus.id.id = objThesis.id and propStatus.name = 'status' and propStatus.value = 'available' and propSupervisor.id.id = objThesis.id and propSupervisor.name = 'supervisors' and propCosupervisor.id.id = objThesis.id and propCosupervisor.name = 'cosupervisors' and propContact.id.id = objThesis.id and propContact.name = 'contacts' and ( propSupervisor.value like '%$userName%' or propCosupervisor.value like '%$userName%' or propContact.value like '%$userName%' ) order by propDate.value desc" )
29 29   #set( $itemFound = $xwiki.searchDocuments($query) )
30 30   #set( $itemFoundNo = $itemFound.size() )
31 -<div>
32 -$itemFound
31 +<div class="mainheader">
32 +{{stringEngIta eng="available theses" ita="tesi disponibili"/}}
33 +</div><div>
34 + #foreach( $item in $itemFound )
35 +* $item
36 + #end
33 33  </div>
34 34  #end
35 35  ##