Wiki source code of Public

Version 15.1 by xJeff xCalhoun on 2026/05/18 15:54

Hide last authors
xJeff xCalhoun 4.1 1 {{velocity}}
2 {{html wiki="true"}}
3 #startfloatingbox()
4 **ECOM Login Required:
xJeff xCalhoun 7.1 5 * [[WIU Only>>WIU]]
6 * [[Dpt/Unit/Group>>Unit]]
xJeff xCalhoun 4.1 7 * [[Sandbox]]
8 #endfloatingbox()
9 {{/html}}
10 {{/velocity}}
11
xJeff xCalhoun 11.2 12 == Hot ==
13 {{velocity}}
14 #set ($list = $xwiki.tag.getDocumentsWithTag('Hot'))
xJeff xCalhoun 14.1 15 #foreach($reference in $list)
xJeff xCalhoun 11.2 16 #set ($document = $xwiki.getDocument($reference))
17 #set ($label = $document.getTitle())
xJeff xCalhoun 14.1 18 [[$label>>$reference]]
19 #end
xJeff xCalhoun 11.2 20 {{/velocity}}
21 == Browse ==
xJeff xCalhoun 10.2 22 {{documentTree root="document:xwiki:Public.WebHome"/}}
xWill xMencel 9.1 23
xJeff xCalhoun 1.1 24
25
xJeff xCalhoun 10.2 26