Wiki source code of Public
Version 22.3 by xJeff xCalhoun on 2026/06/08 16:27
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | |||
| 2 | {{locationSearch reference="document:xwiki:Public.WebHome" box="true" placeholder="Search ..." width="70%"/}} | ||
| 3 | |||
| 4 | == Hot == | ||
| 5 | {{velocity}} | ||
| 6 | #set ($list = $xwiki.tag.getDocumentsWithTag('Hot')) | ||
| 7 | #foreach($reference in $list) | ||
| 8 | #set ($document = $xwiki.getDocument($reference)) | ||
| 9 | #set ($label = $document.getTitle()) | ||
| 10 | [[$label>>$reference]] | ||
| 11 | #end | ||
| 12 | {{/velocity}} | ||
| 13 | |||
| 14 | == Browse == | ||
| 15 | {{documentTree root="document:xwiki:Public.WebHome"/}} |