Actions

Translations

Theme editor/5/nl: Difference between revisions

From LimeSurvey Manual

No edit summary
No edit summary
Line 1: Line 1:
<syntaxhighlight lang="html4strict" enclose="div"><center><font face='verdana' color='red'>{SURVEYNAME}</font><br />
<syntaxhighlight lang="html4strict" enclose="div">
<font face='verdana' color='blue'><u>{SURVEYDESCRIPTION}</u></center>
<div style='text-align: center;'><span style='color:red'>My New Survey</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 16:20, 29 July 2017

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'>My New Survey</span></div>
<div style='text-align: center;'><span style='color:red'>In deze enquête probeer ik de favoriete chocolade te bepalen.</span></div>