Changes for page Supervisors

From version 4.1
edited by Andrea Omicini
on 09/04/2021 15:21
Change comment: There is no comment for this version
To version 2.1
edited by Andrea Omicini
on 09/04/2021 15:20
Change comment: Document converted from syntax xwiki/2.0 to syntax xwiki/2.1

Summary

Details

Page properties
Content
... ... @@ -1,4 +1,5 @@
1 -{{velocity filter="none"}}{{html clean="false" wiki="true"}}
1 +{{velocity filter="none"}}
2 +{{html clean="false" wiki="true"}}
2 2  #if(!$request.tag) ## no tag specified in the query
3 3  = Thesis Space / Tag Cloud =
4 4  
... ... @@ -19,7 +19,7 @@
19 19   #end
20 20   #set($urlEscapedTag = $escapetool.url($thesisTag))
21 21   #set($htmlEscapedTag = $escapetool.xml($thesisTag))
22 - (% style='display:inline-block; padding:0px 2px; font-size:$tagSize' %)((([[$htmlEscapedTag>>Theses.Tags||queryString="tag=$urlEscapedTag"]])))
23 + (% style='display:inline-block; padding:0px 2px; font-size:$tagSize' %)((([[$htmlEscapedTag>>Theses.Tags?tag=$urlEscapedTag]])))
23 23  #end
24 24  )))
25 25