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
on 2026/05/04 09:00
Change comment:
There is no comment for this version
To version 16.1
edited by xJeff xCalhoun
on 2026/05/18 15:57
on 2026/05/18 15:57
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. will1 +XWiki.jeff - Content
-
... ... @@ -9,8 +9,29 @@ 9 9 {{/html}} 10 10 {{/velocity}} 11 11 12 -{{documentTree root="Public.WebHome" /}} 12 +== Hot == 13 +{{velocity}} 14 +#set ($list = $xwiki.tag.getDocumentsWithTag('Hot')) 15 +#foreach($reference in $list) 16 + #set ($document = $xwiki.getDocument($reference)) 17 + #set ($label = $document.getTitle()) 18 + [[$label>>$reference]] 19 + #end 20 +{{/velocity}} 13 13 14 -{{children/}} 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}} 15 15 32 +== Browse == 33 +{{documentTree root="document:xwiki:Public.WebHome"/}} 16 16 35 + 36 + 37 +