Changes for page Supervisors
From version 107.1
edited by Andrea Omicini
on 02/07/2023 13:40
on 02/07/2023 13:40
Change comment:
There is no comment for this version
To version 110.1
edited by Andrea Omicini
on 03/07/2023 19:10
on 03/07/2023 19:10
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,7 +1,7 @@ 1 1 {{velocity}} 2 2 {{html clean="false" wiki="true"}} 3 -#template('apice_ theses.vm')4 -# #3 +#template('apice_macros.vm') 4 +#setobjectspace("Theses") 5 5 #### tag parameter possibly brings name to be used as tag 6 6 #if( !$request.tag ) 7 7 ## no tag parameter --> just the cloud ... ... @@ -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} 78 + $itemNo 79 + #if( $itemNo > 1) 80 + $services.localization.render('theses').toLowerCase() 81 + #else 82 + $services.localization.render('thesis').toLowerCase() 83 + #end 79 79 </div> 80 80 ## thesis list 81 81 #template('apice_thesis_macros.vm')