Changes for page Per Year

From version 165.1
edited by Andrea Omicini
on 06/07/2023 19:27
Change comment: There is no comment for this version
To version 163.1
edited by Andrea Omicini
on 03/07/2023 19:29
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -2,13 +2,12 @@
2 2  {{html wiki="true" clean="false"}}
3 3  #template('apice_macros.vm')
4 4  #setobjectspace("Theses")
5 -#template('apice_thesis_macros.vm')
6 6  #### SET PARAMETERS / START
7 7  #template('apice_user_param.vm')
8 8  ## years / personal
9 9  #if( $isUserSpace )
10 10   #set( $query = ", BaseObject as objPersonalThesis, LargeStringProperty as propUser
11 - where objPersonalThesis.name = doc.fullName and objPersonalThesis.className = '${mainSpace}.Personal.Class' and propUser.id.id = objPersonalThesis.id and propUser.name = 'user' and propUser.value = '$userName' " )
10 + where objPersonalThesis.name = doc.fullName and objPersonalThesis.className = '${objectSpace}.Personal.Class' and propUser.id.id = objPersonalThesis.id and propUser.name = 'user' and propUser.value = '$userName' " )
12 12   #set( $personalThesisDocs = $xwiki.searchDocuments($query) )
13 13   #if( $personalThesisDocs.size() > 0 )
14 14   #set( $personalThesisDoc = $xwiki.getDocument($personalThesisDocs[0]) )
... ... @@ -58,7 +58,7 @@
58 58  #set( $itemNo = 0 )
59 59  #foreach( $year in $yearList )
60 60   #set( $query = ", BaseObject as objThesis #if( $oneCycle ), StringProperty as propCycle #end, DateProperty as propEnddate, StringProperty as propStatus, LargeStringProperty as propSupervisor, LargeStringProperty as propCosupervisor, LargeStringProperty as propContact
61 - where objThesis.name = doc.fullName and objThesis.className = '${mainSpace}.Class' and objThesis.name <> '${objectPool}.Template' and propEnddate.id.id = objThesis.id and propStatus.id.id = objThesis.id and propSupervisor.id.id = objThesis.id and propCosupervisor.id.id = objThesis.id and propContact.id.id = objThesis.id and propEnddate.name = 'end' and propStatus.name = 'status' and propSupervisor.name = 'supervisors' and propCosupervisor.name = 'cosupervisors' and propContact.name = 'contacts' #if( $oneCycle ) and propCycle.id.id = objThesis.id and propCycle.name = 'cycle' and propCycle.value = '$cycle' #end and year(propEnddate.value) = $year and lower(propStatus.value) = 'completed' #if( $oneUser )and ( propSupervisor.value like '%$userString%' or propCosupervisor.value like '%$userString%' or propContact.value like '%$userString%' )#end order by propEnddate.value desc" )
60 + where objThesis.name = doc.fullName and objThesis.className = '${objectSpace}.Class' and objThesis.name <> '${objectSpace}.Template' and propEnddate.id.id = objThesis.id and propStatus.id.id = objThesis.id and propSupervisor.id.id = objThesis.id and propCosupervisor.id.id = objThesis.id and propContact.id.id = objThesis.id and propEnddate.name = 'end' and propStatus.name = 'status' and propSupervisor.name = 'supervisors' and propCosupervisor.name = 'cosupervisors' and propContact.name = 'contacts' #if( $oneCycle ) and propCycle.id.id = objThesis.id and propCycle.name = 'cycle' and propCycle.value = '$cycle' #end and year(propEnddate.value) = $year and lower(propStatus.value) = 'completed' #if( $oneUser )and ( propSupervisor.value like '%$userString%' or propCosupervisor.value like '%$userString%' or propContact.value like '%$userString%' )#end order by propEnddate.value desc" )
62 62  ## do query
63 63   #set( $itemFound = $xwiki.searchDocuments($query) )
64 64  ## set counters
... ... @@ -117,6 +117,9 @@
117 117  </div>
118 118  #end
119 119  ## theses displayed per year
119 +##
120 +#template('apice_thesis_macros.vm')
121 +##
120 120  #foreach( $year in $itemMap.keySet() )
121 121  ## year top / start
122 122  <div class="mainselectseparator">