Modifiche per il documento Per anno

Dalla versione 1.3
modificato da Andrea Omicini
il 16/06/2021 11:03
Cambia il commento: Nessun commento per questa versione
Alla versione 6.1
modificato da Andrea Omicini
il 16/06/2021 19:33
Cambia il commento: Nessun commento per questa versione

Summary

Details

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