Changes for page Per Year

From version 6.4
edited by Andrea Omicini
on 18/06/2021 00:17
Change comment: There is no comment for this version
To version 7.1
edited by Andrea Omicini
on 18/06/2021 00:21
Change comment: Document converted from syntax xwiki/1.0 to syntax xwiki/2.1

Summary

Details

Page properties
Syntax
... ... @@ -1,1 +1,1 @@
1 -XWiki 1.0
1 +XWiki 2.1
Content
... ... @@ -1,5 +1,7 @@
1 -#includeMacros("Main.MacroSheet")#includeMacros("Theses.MacroSheet")
1 +{{include document="Main.MacroSheet"/}}{{include document="Theses.MacroSheet"/}}
2 2  
3 +{{velocity filter="none"}}
4 +{{html clean="false" wiki="true"}}
3 3  #### get parameters
4 4  ## who
5 5  #set( $userNamePar = $context.getRequest().getParameter("user") )
... ... @@ -76,7 +76,10 @@
76 76  ## $userSelected true and $roleSelected true for one user with one specific role
77 77  ## if $userSelected false and $roleSelected true mean at least one role with an assigned user
78 78  ## both false means all theses
79 -1 #if( $userSelected )$userFirstName $userLastName / #end#stringEnIt("Theses ","Tesi") / #ThesisStatusesString($thesisStatus)
81 +
82 +
83 +== #if( $userSelected )$userFirstName $userLastName / #end#stringEnIt("Theses ","Tesi") / #ThesisStatusesString($thesisStatus) ==
84 +
80 80  #if( $roleSelected )
81 81   #if( $userSelected )
82 82   #if( $supervisor )
... ... @@ -97,6 +97,7 @@
97 97   #end
98 98   #if( $contactLastName != "" )
99 99  * #stringEnIt("with contact","con contatto") $contactFirstName $contactLastName
105 +<p/>
100 100   #end
101 101   #end
102 102  #end
... ... @@ -191,7 +191,9 @@
191 191  #set($thesisFound = $xwiki.searchDocuments($sql))
192 192  
193 193  #foreach ($thesis in $thesisFound)#set($thesisDoc = $xwiki.getDocument($thesis))
194 -* #thesisTitleLink($thesis)#if( $thesisDoc.getValue("studentUserName") != "" || $thesisDoc.getValue("studentName") != "" ) ~~(#thesisAuthorLink($thesis))~~ #end
200 +* #thesisTitleLink($thesis)#if( $thesisDoc.getValue("studentUserName") != "" || $thesisDoc.getValue("studentName") != "" ) //(#thesisAuthorLink($thesis))// #end
195 195  
196 196  #end
197 197  
204 +{{/html}}
205 +{{/velocity}}