Modifiche per il documento Tesi
Dalla 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
Alla versione 15.1
modificato da Andrea Omicini
il 11/12/2020 17:28
il 11/12/2020 17:28
Cambia il commento:
Nessun commento per questa versione
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,6 +2,8 @@ 1 -{{include document="Main.MacroSheet"/}}{{include document="Alchemist.MacroSheet"/}} 2 2 {{velocity filter="none"}}{{html clean="false" wiki="true"}} 3 3 #foreach ($thesisStatus in ["Available","Ongoing","Completed"]) 3 + 4 += $thesisStatus = 5 + 4 4 ##tagged research on Thesis space based on tag "Alchemist" 5 5 #set( $thesisTag = "Alchemist") 6 6 #set ( $from = ", BaseObject as obj0, DBStringListProperty as prop0 join prop0.list item, BaseObject as obj1, DateProperty as prop1, StringProperty as prop2" ) ... ... @@ -8,7 +8,6 @@ 8 8 #set ( $sql = $from + " where " + $where ) 9 9 #set($thesisFound = $xwiki.searchDocuments($sql)) 10 10 #if ($thesisFound.size()>0) 11 -= $thesisStatus = 12 12 #foreach ($thesis in $thesisFound)#set($thesisDoc = $xwiki.getDocument($thesis)) 13 13 * [[$thesisDoc.getValue('title')>>$thesis]] 14 14 #end