Changes for page Per Year

From version 1.10
edited by Andrea Omicini
on 16/06/2021 11:08
Change comment: There is no comment for this version
To version 5.1
edited by Andrea Omicini
on 16/06/2021 19:12
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,6 +1,5 @@
1 1  #includeMacros("Main.MacroSheet")
2 -#includeMacros("Theses.MacroSheet")
3 -#includeMacros("Theses.GlobalVars")
2 +#includeMacros("Theses.MacroSheet2")
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]#if ($thesisDoc.getValue('studentUserName') != "" && $xwiki.exists($thesisDoc.getValue('studentUserName')) )(#thesisStudentUser($thesis))
183 -#end#end
181 +* #thesisTitleLink($thesis)#if( $thesisDoc.display("studentUserName") != "" || $thesisDoc.display("studentName") != "" ) ~~(#thesisAuthorLink($thesis))~~ #end
184 184  
183 +#end
184 +