Changes for page Public

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

From version 16.1
edited by xJeff xCalhoun
on 2026/05/18 15:57
Change comment: There is no comment for this version
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
Content
... ... @@ -9,6 +9,8 @@
9 9  {{/html}}
10 10  {{/velocity}}
11 11  
12 +{{locationSearch reference="document:xwiki:Public.WebHome" box="true" placeholder="Search ..." width="70%"/}}
13 +
12 12  == Hot ==
13 13  {{velocity}}
14 14  #set ($list = $xwiki.tag.getDocumentsWithTag('Hot'))
... ... @@ -19,19 +19,8 @@
19 19   #end
20 20  {{/velocity}}
21 21  
22 -== Search ==
23 -{{velocity}}
24 -{{html clean="false"}}
25 -<form action="$xwiki.getURL('Main.Search')">
26 - <input type="text" name="text" placeholder="Search..." />
27 - <input type="submit" value="Search" />
28 -</form>
29 -{{/html}}
30 -{{/velocity}}
31 -
32 32  == Browse ==
33 -{{documentTree root="document:xwiki:Public.WebHome"/}}
25 +{{documentTree root="document:xwiki:Public.WebHome"/}}
34 34  
35 35  
36 36  
37 -