Modifiche per il documento Per anno

Dalla versione 5.1
modificato da Andrea Omicini
il 16/06/2021 19:12
Cambia il commento: Nessun commento per questa versione
Alla versione 1.11
modificato da Andrea Omicini
il 16/06/2021 11:08
Cambia il commento: Nessun commento per questa versione

Summary

Details

Page properties
Content
... ... @@ -1,5 +1,6 @@
1 1  #includeMacros("Main.MacroSheet")
2 -#includeMacros("Theses.MacroSheet2")
2 +#includeMacros("Theses.MacroSheet")
3 +#includeMacros("Theses.GlobalVars")
3 3  
4 4  #### get parameters
5 5  ## who
... ... @@ -178,7 +178,7 @@
178 178  #set($thesisFound = $xwiki.searchDocuments($sql))
179 179  
180 180  #foreach ($thesis in $thesisFound)#set($thesisDoc = $xwiki.getDocument($thesis))
181 -* #thesisTitleLink($thesis)#if( $thesisDoc.display("studentUserName") != "" || $thesisDoc.display("studentName") != "" ) ~~(#thesisAuthorLink($thesis))~~ #end
182 +* [$thesisDoc.getValue('title') | $thesis]#if ($thesisDoc.getValue('studentUserName') != "" && $xwiki.exists($thesisDoc.getValue('studentUserName')) )(#thesisStudentUser($thesis))
182 182  
183 -#end
184 +#end#end
184 184