Changes for page Supervisors

From 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
To version 5.1
edited by Andrea Omicini
on 18/06/2021 10:26
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,7 +1,6 @@
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 -= Thesis Space / Tag Cloud =
3 += Theses / Tag Cloud =
5 5  
6 6  #set ($from = ", BaseObject as obj0")
7 7  #set ($where = "obj0.name=doc.fullName and obj0.className='Theses.ThesisClass' and obj0.name<>'Theses.ThesisClassTemplate'")
... ... @@ -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  
... ... @@ -37,7 +37,7 @@
37 37  
38 38  ----
39 39  
40 -[[Back to All Theses Tags>>Tags]]
39 +[[Back to Tag Cloud>>Tags]]
41 41  #end
42 42  {{/html}}
43 43  {{/velocity}}