Modifiche per il documento Tesi

Dalla versione 11.1
modificato da Andrea Omicini
il 11/12/2020 17:22
Cambia il commento: Nessun commento per questa versione
Alla versione 14.1
modificato da Andrea Omicini
il 11/12/2020 17:27
Cambia il commento: Nessun commento per questa versione

Summary

Details

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

Logo