2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Include skeletonquest Limesurvey theme and make it default for self completions

Allow for custom Limesurvey themes to work for self completions
This commit is contained in:
Adam Zammit
2015-11-24 16:28:59 +11:00
parent 2f22dd1019
commit a87bf854c2
58 changed files with 4769 additions and 3 deletions

View File

@@ -0,0 +1,14 @@
<div {QUESTION_ESSENTIALS} class="question-wrapper {QUESTION_CLASS}{QUESTION_MAN_CLASS}{QUESTION_INPUT_ERROR_CLASS}">
<div class="question-text">
<span class="asterisk">{QUESTION_MANDATORY}</span><span class="qnumcode">{QUESTION_NUMBER} {QUESTION_CODE} </span>{QUESTION_TEXT}
</div>
<div class="help-wrapper">
<div class="mandatory error">{QUESTION_MAN_MESSAGE}</div>
{QUESTION_VALID_MESSAGE}
<div class="tip">{QUESTION_HELP}</div>
</div>
<div class="answers-wrapper">
{ANSWER}
</div>
<div class="question-help">{QUESTIONHELP}</div>
</div>