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,10 +6,6 @@ 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) ... ... @@ -18,15 +18,17 @@ 18 18 #if ($editorgroup) 19 19 {{info}}Versie zichtbaar op internet: $rev 20 20 Laatste versie: $doc.version{{/info}} 21 - #end 22 22 23 - #set ($revDoc = $xwiki.getDocument($doc, $rev)) 24 - #if ($revDoc) 25 - $revDoc.content 18 + $doc.content 26 26 #else 27 - {{error}}Invalid revision [$rev] specified, showing latest content{{/error}} 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}} 28 28 29 - $doc.content 26 + $doc.content 27 + #end 30 30 #end 31 31 #else 32 32 = Nog niet beschikbaar =