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 8.2
edited by Andrea Omicini
on 21/06/2021 15:05
on 21/06/2021 15:05
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,7 +1,4 @@ 1 -{{include document="Main.MacroSheet"/}}{{include document="Theses.MacroSheet"/}} 2 - 3 -{{velocity filter="none"}} 4 -{{html clean="false" wiki="true"}} 1 +{{include document="Main.MacroSheet"/}}{{include document="Theses.MacroSheet"/}}{{velocity filter="none"}} 5 5 #### get parameters 6 6 ## who 7 7 #set( $userNamePar = $context.getRequest().getParameter("user") ) ... ... @@ -79,7 +79,6 @@ 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 82 - 83 83 == #if( $userSelected )$userFirstName $userLastName / #end#stringEnIt("Theses ","Tesi") / #ThesisStatusesString($thesisStatus) == 84 84 85 85 #if( $roleSelected ) ... ... @@ -102,8 +102,7 @@ 102 102 #end 103 103 #if( $contactLastName != "" ) 104 104 * #stringEnIt("with contact","con contatto") $contactFirstName $contactLastName 105 -<p/> 106 - #end 101 +#end 107 107 #end 108 108 #end 109 109 ## ... ... @@ -200,6 +200,4 @@ 200 200 * #thesisTitleLink($thesis)#if( $thesisDoc.getValue("studentUserName") != "" || $thesisDoc.getValue("studentName") != "" ) //(#thesisAuthorLink($thesis))// #end 201 201 202 202 #end 203 - 204 -{{/html}} 205 205 {{/velocity}}