Wiki source code of Public
Version 12.1 by xJeff xCalhoun on 2026/05/18 15:35
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | {{velocity}} | ||
| 2 | {{html wiki="true"}} | ||
| 3 | #startfloatingbox() | ||
| 4 | **ECOM Login Required: | ||
| 5 | * [[WIU Only>>WIU]] | ||
| 6 | * [[Dpt/Unit/Group>>Unit]] | ||
| 7 | * [[Sandbox]] | ||
| 8 | #endfloatingbox() | ||
| 9 | {{/html}} | ||
| 10 | {{/velocity}} | ||
| 11 | |||
| 12 | == Hot == | ||
| 13 | {{velocity}} | ||
| 14 | #set ($list = $xwiki.tag.getDocumentsWithTag('Hot')) | ||
| 15 | #foreach($reference in $list) | ||
| 16 | #set ($document = $xwiki.getDocument($reference)) | ||
| 17 | #set ($label = $document.getTitle()) | ||
| 18 | [[$label>>$reference]] | ||
| 19 | #end | ||
| 20 | {{/velocity}} | ||
| 21 | == Browse == | ||
| 22 | {{documentTree root="document:xwiki:Public.WebHome"/}} |