Wiki broncode van ASolutionsDocument Sheet

Version 14.1 by Sven Borman on 28-05-2019

Show last authors
1 {{velocity}}
2 #set ($editorgroup = $xwiki.getUser($xcontext.user).isUserInGroup('xwiki:XWiki.Editor'))
3 #if ($editorgroup)
4 #set ($showattachments = true)
5 #set ($showhistory = true)
6 #set ($showinformation = true)
7 #end
8
9 #if ($doc.fullName != 'XWiki.ASolutionsDocumentSheet')
10 #set($revisionClass = $doc.getObject("XWiki.ASolutionsDocumentClass"))
11 #if($revisionClass)
12 #set ($rev = $doc.getValue("revision"))
13 #if ("$!rev" != '')
14 #if ($editorgroup)
15 {{info}}Versie zichtbaar op internet: $rev
16 Laatste versie: $doc.version{{/info}}
17
18 $doc.content
19 #else
20 #set ($revDoc = $xwiki.getDocument($doc, $rev))
21 #if ($revDoc)
22 $revDoc.content
23 #else
24 {{error}}Invalid revision [$rev] specified, showing latest content{{/error}}
25
26 $doc.content
27 #end
28 #end
29 #else
30 = Nog niet beschikbaar =
31 De tekst voor deze pagina is nog niet af. Wij werken er hard aan, zodat binnenkort dit onderdeel van de documentatie ook beschikbaar is.
32 #end
33 #else
34 $doc.content
35 #end
36 #end
37 {{/velocity}}
Copyright © 2016-2025 ASolutions
Rivium Quadrant 181 - 2909 LC - Capelle aan den IJsselpubliek v14.10.5