Modifiche per il documento Tesi
Dalla versione 25.1
modificato da Andrea Omicini
il 21/12/2022 10:12
il 21/12/2022 10:12
Cambia il commento:
Nessun commento per questa versione
Alla versione 17.1
modificato da Andrea Omicini
il 11/12/2020 17:50
il 11/12/2020 17:50
Cambia il commento:
Nessun commento per questa versione
Summary
-
Page properties (3 modified, 0 added, 0 removed)
Details
- Page properties
-
- Padre
-
... ... @@ -1,1 +1,0 @@ 1 -Alchemist.WebHome - Syntax
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki 2. 11 +XWiki 2.0 - Content
-
... ... @@ -1,7 +1,19 @@ 1 -= {{stringEngIta eng="Theses" ita="Tesi"/}} = 1 +{{include document="Main.MacroSheet"/}}{{include document="Alchemist.MacroSheet"/}} 2 +{{velocity filter="none"}}{{html clean="false" wiki="true"}} 3 +#foreach ($thesisStatus in ["Available","Ongoing","Completed"]) 4 +##tagged research on Thesis space based on tag "Alchemist" 5 +#set( $thesisTag = "Alchemist") 6 +#set ( $from = ", BaseObject as obj0, DBStringListProperty as prop0 join prop0.list item, BaseObject as obj1, DateProperty as prop1, StringProperty as prop2" ) 7 +#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('$thesisTag') 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' and prop2.id.id=obj1.id and prop2.name = 'status' and prop2.value = '$thesisStatus' order by prop1.value desc" ) 8 +#set ( $sql = $from + " where " + $where ) 9 +#set($thesisFound = $xwiki.searchDocuments($sql)) 10 +#if ($thesisFound.size()>0) 11 += $thesisStatus = 12 +#foreach ($thesis in $thesisFound)#set($thesisDoc = $xwiki.getDocument($thesis)) 13 +* [[$thesisDoc.getValue('title')>>$thesis]] 14 +#end 15 +#end 16 +#end 17 +{{/html}} 2 2 3 -{{velocity}} 4 -#set( $tag = 'Alchemist' ) 5 -{{/velocity}}{{include reference="Theses.Clouds.OneTag" excludeFirstHeading="true"/}} 6 6 7 -{{include reference="Alchemist.Environment" excludeFirstHeading="true"/}}