Changes for page Public
Last modified by xWill xMencel on 2026/06/29 15:39
From version 10.2
edited by xJeff xCalhoun
on 2026/05/18 15:30
on 2026/05/18 15:30
Change comment:
There is no comment for this version
To version 20.1
edited by xJeff xCalhoun
on 2026/05/18 16:51
on 2026/05/18 16:51
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -9,8 +9,22 @@ 9 9 {{/html}} 10 10 {{/velocity}} 11 11 12 -{{documentTree root="document:xwiki:Public.WebHome"/}} 12 +== Search == 13 +{{locationSearch reference="document:xwiki:Public.WebHome" box="true" placeholder="Search ..." width="70%"/}} 13 13 15 +== Hot == 16 +{{velocity}} 17 +#set ($list = $xwiki.tag.getDocumentsWithTag('Hot')) 18 +#foreach($reference in $list) 19 + #set ($document = $xwiki.getDocument($reference)) 20 + #set ($label = $document.getTitle()) 21 + [[$label>>$reference]] 22 + #end 23 +{{/velocity}} 14 14 25 +== Browse == 15 15 27 +{{documentTree root="document:xwiki:Public.WebHome"/}} 16 16 29 + 30 +