Modifiche per il documento Tesi

Dalla versione 15.1
modificato da Andrea Omicini
il 11/12/2020 17:28
Cambia il commento: Nessun commento per questa versione
Alla versione 18.1
modificato da Andrea Omicini
il 11/12/2020 19:40
Cambia il commento: Nessun commento per questa versione

Summary

Details

Page properties
Content
... ... @@ -1,8 +1,6 @@
1 +{{include document="Main.MacroSheet"/}}{{include document="Alchemist.MacroSheet"/}}
1 1  {{velocity filter="none"}}{{html clean="false" wiki="true"}}
2 2  #foreach ($thesisStatus in ["Available","Ongoing","Completed"])
3 -
4 -= $thesisStatus =
5 -
6 6  ##tagged research on Thesis space based on tag "Alchemist"
7 7  #set( $thesisTag = "Alchemist")
8 8  #set ( $from = ", BaseObject as obj0, DBStringListProperty as prop0 join prop0.list item, BaseObject as obj1, DateProperty as prop1, StringProperty as prop2" )
... ... @@ -10,6 +10,7 @@
10 10  #set ( $sql = $from + " where " + $where )
11 11  #set($thesisFound = $xwiki.searchDocuments($sql))
12 12  #if ($thesisFound.size()>0)
11 += $thesisStatus =
13 13  #foreach ($thesis in $thesisFound)#set($thesisDoc = $xwiki.getDocument($thesis))
14 14  * [[$thesisDoc.getValue('title')>>$thesis]]
15 15  #end
... ... @@ -16,5 +16,3 @@
16 16  #end
17 17  #end
18 18  {{/html}}
19 -
20 -

Logo