forked from mofog/BootstrapForLimeSurvey
-
Notifications
You must be signed in to change notification settings - Fork 0
/
question.pstpl
23 lines (23 loc) · 837 Bytes
/
question.pstpl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<div {QUESTION_ESSENTIALS} class="panel panel-default {QUESTION_CLASS}{QUESTION_MAN_CLASS}{QUESTION_INPUT_ERROR_CLASS}">
<div class="panel-heading">
<h3 class="panel-title">
<span class="text-danger">{QUESTION_MANDATORY}</span>
<span class="question-text"><span class="question-number">{QUESTION_NUMBER}</span>{QUESTION_TEXT}</span>
<span class="question-code">{QUESTION_CODE}</span>
</h3>
</div>
<div class="panel-body">
<div class="answer clearfix">
<p class="question-help">{QUESTION_HELP}</p>
<p class="text-danger">{QUESTION_MAN_MESSAGE}</p>
<p class="text-success">{QUESTION_VALID_MESSAGE}</p>
<p class="text-success">{QUESTION_FILE_VALID_MESSAGE}</p>
<div class="answer clearfix">
{ANSWER}
</div>
<div class="survey-question-help">
{QUESTIONHELP}
</div>
</div>
</div>
</div>