Modifiche per il documento test
Ultima modifica di Jip-jan Alunkel il marzo 13, 19:02
Dalla versione 35.1
modificato da Jip-jan Alunkel
il luglio 10, 17:51
il luglio 10, 17:51
Cambia il commento:
Nessun commento per questa versione
Alla versione 30.1
modificato da Jip-jan Alunkel
il luglio 10, 17:40
il luglio 10, 17:40
Cambia il commento:
Nessun commento per questa versione
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,13 +1,12 @@ 1 1 {{velocity}} 2 - {{html wiki="true"}}2 + 3 3 #set ($doc = $xwiki.getDocument("main.WebHome")) 4 -#set ($content = $doc.getRenderedContent()) 4 +#set ($content = $doc.getRenderedContent("HTML")) 5 5 #set ($title = $doc.getTitle()) 6 6 #set ($contentex = $doc.getTranslatedDocument("en").content) 7 7 #set ($titleex = $doc.getTranslatedDocument("en").title) 8 8 9 -{{include reference="main.WebHome"}} 10 -##$services.rendering.render($contentex, "xhtml/1.0") 11 -{{/html}} 9 +services.rendering.render($contentex, "xhtml/1.0") 10 + 12 12 {{/velocity}} 13 13