Actions

Translations

Theme editor/5/nl: Difference between revisions

From LimeSurvey Manual

m (FuzzyBot moved page Translations:Template editor/5/nl to Translations:Theme editor/5/nl without leaving a redirect: Part of translatable page "Template editor".)
No edit summary
Line 1: Line 1:
<syntaxhighlight lang="html4strict" enclose="div">
<syntaxhighlight lang="html4strict" enclose="div">
<div style='text-align: center;'><span style='color:red'>My New Survey</span></div>
<div style='text-align: center;'><span style='color:red'>Mijn nieuwe enquête</span></div>
<div style='text-align: center;'><span style='color:red'>In deze enquête probeer ik de favoriete chocolade te bepalen.</span></div>
<div style='text-align: center;'><span style='color:red'>In deze enquête probeer ik de favoriete chocolade te bepalen.</span></div>
</syntaxhighlight>
</syntaxhighlight>

Revision as of 15:50, 14 February 2018

Message definition (Theme editor)
<syntaxhighlight lang="twig">
<div class="{{ aSurveyInfo.class.answercontainer }} col-xs-12" {{ aSurveyInfo.attr.answercontainer }}>
   {# NOTE: If you want to customize the question rendering, use a question theme #}
   {{ aQuestion.answer | raw }}
</div>
</syntaxhighlight>
<div style='text-align: center;'><span style='color:red'>Mijn nieuwe enquête</span></div>
<div style='text-align: center;'><span style='color:red'>In deze enquête probeer ik de favoriete chocolade te bepalen.</span></div>