Wijzigen voor document ASolutionsDocument Sheet
Laatst gewijzigd door Sven Borman op 27-06-2019
Opmerking bij wijziging:
Er is geen opmerking bij deze versie
Samenvatting
-
Paginaeigenschappen (1 gewijzigd, 0 toegevoegd, 0 verwijderd)
Details
- Paginaeigenschappen
-
- Inhoud
-
... ... @@ -6,26 +6,28 @@ 6 6 #set ($showinformation = true) 7 7 #end 8 8 9 -{{box cssClass="floatinginfobox" title="**Inhoudsopgave**" }} 10 - {{toc/}} 11 -{{/box}} 12 - 13 13 #if ($doc.fullName != 'XWiki.ASolutionsDocumentSheet') 14 14 #set($revisionClass = $doc.getObject("XWiki.ASolutionsDocumentClass")) 15 15 #if($revisionClass) 16 16 #set ($rev = $doc.getValue("revision")) 17 17 #if ("$!rev" != '') 18 -{{box cssClass="floatinginfobox" title="**Inhoudsopgave**" }} 19 - {{info}}Versie zichtbaar op internet: $rev 20 - Laatste versie: $doc.version{{/info}} 21 -{{/box}} 22 - #set ($revDoc = $xwiki.getDocument($doc, $rev)) 23 - #if ($revDoc) 24 - $revDoc.content 25 - #else 26 - {{error}}Invalid revision [$rev] specified, showing latest content{{/error}} 14 + #if ($editorgroup) 15 + {{info}}Versie zichtbaar op internet: $rev 16 + Laatste versie: $doc.version{{/info}} 27 27 28 28 $doc.content 19 + #else 20 + #set ($revDoc = $xwiki.getDocument($doc, $rev)) 21 + #if ($revDoc) 22 + $revDoc.content 23 + #else 24 + #if ($editorgroup) 25 + {{error}}Versie: [$rev] bestaat niet{{/error}} 26 + #end 27 + 28 + = Nog niet beschikbaar = 29 + De tekst voor deze pagina is nog niet af. Wij werken er hard aan, zodat binnenkort dit onderdeel van de documentatie ook beschikbaar is. 30 + #end 29 29 #end 30 30 #else 31 31 = Nog niet beschikbaar =