Changes for page Per Year
From version 7.1
edited by Andrea Omicini
on 18/06/2021 00:21
on 18/06/2021 00:21
Change comment:
Document converted from syntax xwiki/1.0 to syntax xwiki/2.1
To version 6.6
edited by Andrea Omicini
on 18/06/2021 00:18
on 18/06/2021 00:18
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Syntax
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki 2.11 +XWiki 1.0 - Content
-
... ... @@ -1,7 +1,5 @@ 1 - {{includedocument="Main.MacroSheet"/}}{{includedocument="Theses.MacroSheet"/}}1 +#includeMacros("Main.MacroSheet")#includeMacros("Theses.MacroSheet") 2 2 3 -{{velocity filter="none"}} 4 -{{html clean="false" wiki="true"}} 5 5 #### get parameters 6 6 ## who 7 7 #set( $userNamePar = $context.getRequest().getParameter("user") ) ... ... @@ -79,9 +79,8 @@ 79 79 ## if $userSelected false and $roleSelected true mean at least one role with an assigned user 80 80 ## both false means all theses 81 81 80 +1 #if( $userSelected )$userFirstName $userLastName / #end#stringEnIt("Theses ","Tesi") / #ThesisStatusesString($thesisStatus) 82 82 83 -== #if( $userSelected )$userFirstName $userLastName / #end#stringEnIt("Theses ","Tesi") / #ThesisStatusesString($thesisStatus) == 84 - 85 85 #if( $roleSelected ) 86 86 #if( $userSelected ) 87 87 #if( $supervisor ) ... ... @@ -102,7 +102,6 @@ 102 102 #end 103 103 #if( $contactLastName != "" ) 104 104 * #stringEnIt("with contact","con contatto") $contactFirstName $contactLastName 105 -<p/> 106 106 #end 107 107 #end 108 108 #end ... ... @@ -197,9 +197,7 @@ 197 197 #set($thesisFound = $xwiki.searchDocuments($sql)) 198 198 199 199 #foreach ($thesis in $thesisFound)#set($thesisDoc = $xwiki.getDocument($thesis)) 200 -* #thesisTitleLink($thesis)#if( $thesisDoc.getValue("studentUserName") != "" || $thesisDoc.getValue("studentName") != "" ) //(#thesisAuthorLink($thesis))//#end196 +* #thesisTitleLink($thesis)#if( $thesisDoc.getValue("studentUserName") != "" || $thesisDoc.getValue("studentName") != "" ) ~~(#thesisAuthorLink($thesis))~~ #end 201 201 202 202 #end 203 203 204 -{{/html}} 205 -{{/velocity}}