Changes for page Per Year
From version 1.11
edited by Andrea Omicini
on 16/06/2021 11:08
on 16/06/2021 11:08
Change comment:
There is no comment for this version
To version 1.18
edited by Andrea Omicini
on 16/06/2021 16:56
on 16/06/2021 16:56
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
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,7 +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 181 +* [$thesisDoc.getValue('title') | $thesis] #if( $thesisDoc.getValue('studentUserName') != "" && $xwiki.exists($thesisDoc.getValue('studentUserName')) ) ~~(#thesisStudentUser($thesis))~~ #elseif ( $thesisDoc.getValue('studentName') != "" ) ~~($thesisDoc.getValue('studentName'))~~ #end 183 183 184 -#end #end183 +#end 185 185