Changes for page Public

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

From version 15.1
edited by xJeff xCalhoun
on 2026/05/18 15:54
Change comment: There is no comment for this version
To version 16.1
edited by xJeff xCalhoun
on 2026/05/18 15:57
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -18,6 +18,17 @@
18 18   [[$label>>$reference]]
19 19   #end
20 20  {{/velocity}}
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 +
21 21  == Browse ==
22 22  {{documentTree root="document:xwiki:Public.WebHome"/}}
23 23