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 18.1
edited by xJeff xCalhoun
on 2026/05/18 16:08
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,26 @@
9 9  {{/html}}
10 10  {{/velocity}}
11 11  
12 -{{documentTree root="Public.WebHome" /}}
12 +== Hot ==
13 13  
14 +{{velocity}}
15 +#set ($list = $xwiki.tag.getDocumentsWithTag('Hot'))
16 +#foreach($reference in $list)
17 + #set ($document = $xwiki.getDocument($reference))
18 + #set ($label = $document.getTitle())
19 + [[$label>>$reference]]
20 + #end
21 +{{/velocity}}
14 14  
23 +== Search ==
15 15  
25 +{{locationSearch reference="document:xwiki:Public.WebHome" box="true" placeholder="Search ..." width="70%"/}}
26 +
27 +
28 +
29 +== Browse ==
30 +
31 +{{documentTree root="document:xwiki:Public.WebHome"/}}
32 +
33 +
34 +