Changes for page Per Year

From version 17.2
edited by Andrea Omicini
on 22/10/2021 23:29
Change comment: There is no comment for this version
To version 13.1
edited by Andrea Omicini
on 25/06/2021 00:15
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,6 +1,4 @@
1 -{{include reference="Main.MacroSheet"/}}{{include reference="Theses.Environment"/}}{{include reference="Environment"/}}{{velocity}}
2 -#set( $thesisMenu = true )
3 -#### get parameters
1 +{{include document="Main.MacroSheet"/}}{{include document="Theses.MacroSheet"/}}{{velocity filter="none"}}{{html clean="false" wiki="true"}}#### get parameters
4 4  ## hypothesis: $thesisStatus set, default "Completed"
5 5  ## to do: get from parameter
6 6  #if( $thesisStatus == "Available" )
... ... @@ -180,7 +180,7 @@
180 180  #set($thesisFound = $xwiki.searchDocuments($sql))
181 181  ##
182 182  #foreach ($thesis in $thesisFound)#set($thesisDoc = $xwiki.getDocument($thesis))
183 -* #thesisTitleLink($thesis)#if( $thesisDoc.getValue("studentUserName") != "" || $thesisDoc.getValue("studentName") != "" || ( $thesisDoc.getValue("studentFirstName") != "" && $thesisDoc.getValue("studentLastName") != "" ) ) //(#thesisAuthorLink($thesis)#if( $thesisDoc.display("endDate") != "" ), #thesisYear($thesis)#end)//#end
181 +* #thesisTitleLink($thesis)#if( $thesisDoc.getValue("studentUserName") != "" || $thesisDoc.getValue("studentName") != "" ) //(#thesisAuthorLink($thesis)#if( $thesisDoc.display("endDate") != "" ), #thesisYear($thesis)#end)//#end
184 184  
185 185  #end
186 -{{/velocity}}
184 +{{/html}}{{/velocity}}