mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Updated templates to look a bit better and include the limesurvey customonLoad function
This commit is contained in:
@@ -1,20 +1,8 @@
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
$(document).ready(
|
if(typeof Custom_On_Load == 'function'){
|
||||||
function()
|
Custom_On_Load();
|
||||||
{
|
}
|
||||||
$("input[type=checkbox]"+
|
</script>
|
||||||
", input[type=radio]").each(function(ndx)
|
|
||||||
{
|
|
||||||
label = $(document.createElement("LABEL"));
|
|
||||||
label.attr("htmlFor", this.id);
|
|
||||||
label.addClass("kbd-access");
|
|
||||||
label.append("["+ (ndx + 1) +"]")
|
|
||||||
$(this).before(label);
|
|
||||||
return (ndx < 9);
|
|
||||||
});
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
</body>
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
<!-- START: question_start.pstpl -->
|
<!-- START: question_start.pstpl -->
|
||||||
<span class="asterisk">{QUESTION_MANDATORY}</span>{QUESTION_TEXT}<br /><span class="questionhelp">{QUESTION_HELP}</span>
|
<span class="asterisk">{QUESTION_MANDATORY}</span>{QUESTION_TEXT}<br/>
|
||||||
|
|
||||||
{QUESTION_MAN_MESSAGE}
|
{QUESTION_MAN_MESSAGE}
|
||||||
{QUESTION_VALID_MESSAGE}
|
{QUESTION_VALID_MESSAGE}
|
||||||
|
|||||||
@@ -223,7 +223,7 @@ td.answer {
|
|||||||
}
|
}
|
||||||
|
|
||||||
td.questionhelp {
|
td.questionhelp {
|
||||||
font-size:10px;
|
font-size:12px;
|
||||||
background-color:#eef6ff;
|
background-color:#eef6ff;
|
||||||
padding-left:1em;
|
padding-left:1em;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user