0 Votes

Changes for page Crime & Justice

Last modified by Ryan C on 2025/05/20 16:18

From version 35.2
edited by Ryan C
on 2025/05/20 16:16
Change comment: Renamed back-links.
To version 36.1
edited by Ryan C
on 2025/05/20 16:18
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -19,5 +19,5 @@
19 19  
20 20  == The Mass Rape of Europe ==
21 21  
22 -* [[Grooming Gang Scandal in the UK>>doc:Main Categories.Islam.euroweek.WebHome]]
22 +* [[Grooming Gang Scandal in the UK>>doc:.Grooming Gangs.WebHome]]
23 23  * [[Euroweek Scandal in Poland>>Main Categories.Islam.euroweek.WebHome]]
XWiki.GadgetClass[0]
position
... ... @@ -1,0 +1,1 @@
1 +1,1
title
... ... @@ -1,0 +1,1 @@
1 +#if ($doc.space == 'Main')$services.localization.render('platform.dashboard.wiki.pages')#{else}$services.localization.render('platform.dashboard.space.documents', [$doc.plainTitle])#end
content
... ... @@ -1,0 +1,9 @@
1 +{{velocity}}
2 +#set ($extraParams = '')
3 +#if ($doc.space != 'Main')
4 + #set ($escapedDocumentReference = $services.rendering.escape($services.model.serialize($doc.documentReference,
5 + 'default'), 'xwiki/2.1'))
6 + #set ($extraParams = "root='document:$escapedDocumentReference'")
7 +#end
8 +{{documentTree showTranslations="false" showAttachments="false" $extraParams /}}
9 +{{/velocity}}
XWiki.GadgetClass[1]
position
... ... @@ -1,0 +1,1 @@
1 +1,2
title
... ... @@ -1,0 +1,1 @@
1 +$services.localization.render('platform.dashboard.space.tagcloud', [$doc.plainTitle])
content
... ... @@ -1,0 +1,8 @@
1 +{{velocity}}
2 +#set($tagSpace = $NULL)
3 +#if ($doc.space != "Main")
4 + #set($tagSpace = $services.rendering.escape($doc.space, 'xwiki/2.1'))
5 +#end
6 +
7 +{{tagcloud space="$!tagSpace" /}}
8 +{{/velocity}}
XWiki.GadgetClass[2]
position
... ... @@ -1,0 +1,1 @@
1 +2,1
title
... ... @@ -1,0 +1,1 @@
1 +#if ($doc.space != 'Main')$services.localization.render('platform.dashboard.space.activity', [$doc.plainTitle])#{else}$services.localization.render('platform.dashboard.wiki.activity')#end
content
... ... @@ -1,0 +1,8 @@
1 +{{velocity}}
2 +#set($aSpace = $NULL)
3 +#if ($doc.space != "Main")
4 + #set ($aSpace = $services.rendering.escape($doc.space, 'xwiki/2.1'))
5 +#end
6 +
7 +{{notifications spaces="$!aSpace" useUserPreferences="false" displayOwnEvents="true" /}}
8 +{{/velocity}}