Changes for page Public

Last modified by xWill xMencel on 2026/06/29 15:39

From version 9.1
edited by xWill xMencel
on 2026/05/04 09:00
Change comment: There is no comment for this version
To version 19.1
edited by xJeff xCalhoun
on 2026/05/18 16:51
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.will
1 +XWiki.jeff
Content
... ... @@ -9,8 +9,25 @@
9 9  {{/html}}
10 10  {{/velocity}}
11 11  
12 -{{documentTree root="Public.WebHome" /}}
12 +== Search ==
13 +{{locationSearch reference="document:xwiki:Public.WebHome" box="true" placeholder="Search ..." width="70%"/}}
13 13  
14 -{{children/}}
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}}
15 15  
25 +== Search ==
26 +{{locationSearch reference="document:xwiki:Public.WebHome" box="true" placeholder="Search ..." width="70%"/}}
16 16  
28 +== Browse ==
29 +
30 +{{documentTree root="document:xwiki:Public.WebHome"/}}
31 +
32 +
33 +