Wiki source code of Public
Version 16.1 by xJeff xCalhoun on 2026/05/18 15:57
Hide last authors
| author | version | line-number | content |
|---|---|---|---|
| |
4.1 | 1 | {{velocity}} |
| 2 | {{html wiki="true"}} | ||
| 3 | #startfloatingbox() | ||
| 4 | **ECOM Login Required: | ||
| |
7.1 | 5 | * [[WIU Only>>WIU]] |
| 6 | * [[Dpt/Unit/Group>>Unit]] | ||
| |
4.1 | 7 | * [[Sandbox]] |
| 8 | #endfloatingbox() | ||
| 9 | {{/html}} | ||
| 10 | {{/velocity}} | ||
| 11 | |||
| |
11.2 | 12 | == Hot == |
| 13 | {{velocity}} | ||
| 14 | #set ($list = $xwiki.tag.getDocumentsWithTag('Hot')) | ||
| |
14.1 | 15 | #foreach($reference in $list) |
| |
11.2 | 16 | #set ($document = $xwiki.getDocument($reference)) |
| 17 | #set ($label = $document.getTitle()) | ||
| |
14.1 | 18 | [[$label>>$reference]] |
| 19 | #end | ||
| |
11.2 | 20 | {{/velocity}} |
| |
16.1 | 21 | |
| 22 | == Search == | ||
| 23 | {{velocity}} | ||
| 24 | {{html clean="false"}} | ||
| 25 | <form action="$xwiki.getURL('Main.Search')"> | ||
| 26 | <input type="text" name="text" placeholder="Search..." /> | ||
| 27 | <input type="submit" value="Search" /> | ||
| 28 | </form> | ||
| 29 | {{/html}} | ||
| 30 | {{/velocity}} | ||
| 31 | |||
| |
11.2 | 32 | == Browse == |
| |
10.2 | 33 | {{documentTree root="document:xwiki:Public.WebHome"/}} |
| |
9.1 | 34 | |
| |
1.1 | 35 | |
| 36 | |||
| |
10.2 | 37 |