Changes for page Supervisors

From version 107.1
edited by Andrea Omicini
on 02/07/2023 13:40
Change comment: There is no comment for this version
To version 109.1
edited by Andrea Omicini
on 03/07/2023 18:41
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,6 +1,7 @@
1 1  {{velocity}}
2 2  {{html clean="false" wiki="true"}}
3 -#template('apice_theses.vm')
3 +#template('apice_macros.vm')
4 +#objectspace()
4 4  ##
5 5  #### tag parameter possibly brings name to be used as tag
6 6  #if( !$request.tag )
... ... @@ -75,7 +75,12 @@
75 75   #set( $itemNo = $itemFound.size() )
76 76  ## subtitle
77 77  <div class="mainheader">
78 -$itemNo #if( $itemNo > 1)$services.localization.render('theses').toLowerCase()#{else}$services.localization.render('thesis').toLowerCase()#{end}
79 + $itemNo
80 + #if( $itemNo > 1)
81 + $services.localization.render('theses').toLowerCase()
82 + #else
83 + $services.localization.render('thesis').toLowerCase()
84 + #end
79 79  </div>
80 80  ## thesis list
81 81   #template('apice_thesis_macros.vm')