Changes for page Public

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

From version 7.33
edited by xWill xMencel
on 2026/02/11 10:02
Change comment: allow comment right for Main.AIMS->LDAP
To version 21.1
edited by xJeff xCalhoun
on 2026/05/18 16:55
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,7 +9,20 @@
9 9  {{/html}}
10 10  {{/velocity}}
11 11  
12 -{{documentTree root="Public.WebHome" /}}
12 +{{locationSearch reference="document:xwiki:Public.WebHome" box="true" placeholder="Search ..." width="70%"/}}
13 13  
14 +== Hot ==
15 +{{velocity}}
16 +#set ($list = $xwiki.tag.getDocumentsWithTag('Hot'))
17 +#foreach($reference in $list)
18 + #set ($document = $xwiki.getDocument($reference))
19 + #set ($label = $document.getTitle())
20 + [[$label>>$reference]]
21 + #end
22 +{{/velocity}}
14 14  
24 +== Browse ==
25 +{{documentTree root="document:xwiki:Public.WebHome"/}}
15 15  
27 +
28 +