Changes for page Supervisors
From version 2.1
edited by Andrea Omicini
on 09/04/2021 15:20
on 09/04/2021 15:20
Change comment:
Document converted from syntax xwiki/2.0 to syntax xwiki/2.1
To version 4.1
edited by Andrea Omicini
on 09/04/2021 15:21
on 09/04/2021 15:21
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,5 +1,4 @@ 1 -{{velocity filter="none"}} 2 -{{html clean="false" wiki="true"}} 1 +{{velocity filter="none"}}{{html clean="false" wiki="true"}} 3 3 #if(!$request.tag) ## no tag specified in the query 4 4 = Thesis Space / Tag Cloud = 5 5 ... ... @@ -20,7 +20,7 @@ 20 20 #end 21 21 #set($urlEscapedTag = $escapetool.url($thesisTag)) 22 22 #set($htmlEscapedTag = $escapetool.xml($thesisTag)) 23 - (% style='display:inline-block; padding:0px 2px; font-size:$tagSize' %)((([[$htmlEscapedTag>>Theses.Tags ?tag=$urlEscapedTag]])))22 + (% style='display:inline-block; padding:0px 2px; font-size:$tagSize' %)((([[$htmlEscapedTag>>Theses.Tags||queryString="tag=$urlEscapedTag"]]))) 24 24 #end 25 25 ))) 26 26