Wiki source code of Public

Version 18.1 by xJeff xCalhoun on 2026/05/18 16:08

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 ==
xJeff xCalhoun 18.1 13
xJeff xCalhoun 11.2 14 {{velocity}}
15 #set ($list = $xwiki.tag.getDocumentsWithTag('Hot'))
xJeff xCalhoun 14.1 16 #foreach($reference in $list)
xJeff xCalhoun 11.2 17 #set ($document = $xwiki.getDocument($reference))
18 #set ($label = $document.getTitle())
xJeff xCalhoun 14.1 19 [[$label>>$reference]]
20 #end
xJeff xCalhoun 11.2 21 {{/velocity}}
xJeff xCalhoun 16.1 22
23 == Search ==
24
xJeff xCalhoun 18.1 25 {{locationSearch reference="document:xwiki:Public.WebHome" box="true" placeholder="Search ..." width="70%"/}}
xJeff xCalhoun 17.1 26
27
28
xJeff xCalhoun 11.2 29 == Browse ==
xWill xMencel 9.1 30
xJeff xCalhoun 18.1 31 {{documentTree root="document:xwiki:Public.WebHome"/}}
xJeff xCalhoun 1.1 32
33
xJeff xCalhoun 10.2 34