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 7.1
edited by Andrea Omicini
on 18/06/2021 10:29
on 18/06/2021 10:29
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,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 -= Thes isSpace / Tag Cloud =3 += {{stringEngIta eng="Theses" ita="Tesi" /}} / 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,12 +20,12 @@ 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 27 27 #else ## one tag specified in the query 28 -= Theses / Tag “$request.tag” = 27 += {{stringEngIta eng="Theses" ita="Tesi" /}} / Tag “$request.tag” = 29 29 30 30 #set ( $from = ", BaseObject as obj0, DBStringListProperty as prop0 join prop0.list item, BaseObject as obj1, DateProperty as prop1" ) 31 31 #set ( $where = "obj0.className='XWiki.TagClass' and obj0.name=doc.fullName and obj0.id=prop0.id.id and prop0.id.name='tags' and lower(item)=lower('$request.tag') and obj1.name=doc.fullName and obj1.className='Theses.ThesisClass' and obj1.name<>'Theses.ThesisClassTemplate' and prop1.id.id=obj1.id and prop1.name = 'endDate' order by prop1.value desc" ) ... ... @@ -37,7 +37,7 @@ 37 37 38 38 ---- 39 39 40 -[[Back to AllThesesTags>>Tags]]39 +[[{{stringEngIta eng="Back to" ita="Torna alla" /}} Tag Cloud>>Tags]] 41 41 #end 42 42 {{/html}} 43 43 {{/velocity}}