Změny dokumentu Macro - changedpages1 - forTest
Naposledy upravil David Brazda 28.04.2021 07:58
Popis verze:
Copied from xwiki:BackEnd.Macro - changedpages.WebHome
Přehled
-
Na stránce změněno: (1 změněno, 0 přidáno, 0 odstraněno)
Rozpis
- Na stránce změněno:
-
- Obsah
-
... ... @@ -3,16 +3,3 @@ 3 3 **for test just on this wiki** 4 4 5 5 {{changedpages1/}} 6 - 7 - 8 -{{velocity}} 9 -#set ($list = $services.query.xwql('where doc.hidden = 0 order by doc.date desc').execute()) 10 -Skript pro sitemap, nezobrazujeme stranky, ktere maji parenta hidden - a nebo tam dame primo xwiki parenta 11 -#foreach($reference in $list) 12 - #set ($document = $xwiki.getDocument($reference)) 13 - #set ($parentDoc = $xwiki.getDocument($document.parent)) 14 - #if (!$document.isHidden()) 15 - * $document 16 - #end 17 -#end 18 -{{/velocity}}