Skip to content

Commit

Permalink
Dev: comments
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed Apr 20, 2017
1 parent c3761f6 commit 5b619f2
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
24 changes: 23 additions & 1 deletion templates/default/views/subviews/assessments.twig
@@ -1,13 +1,35 @@
{% set aAssessments = aSurveyInfo.aAssessments.datas %}

{#
LimeSurvey
Copyright (C) 2007-2017 The LimeSurvey Project Team / Louis Gac
All rights reserved.
License: GNU/GPL License v2 or later, see LICENSE.php
LimeSurvey is free software. This version may have been modified pursuant
to the GNU General Public License, and as distributed it includes or
is derivative of works licensed under the GNU General Public License or
other free or open source software licenses.
See COPYRIGHT.php for copyright notices and details.
(¯`·._.·(¯`·._.· Assessments ·._.·´¯)·._.·´¯)
display the result of assessments
Datas are inside aSurveyInfo.aAssessments.datas
#}

{% set aAssessments = aSurveyInfo.aAssessments.datas %}
<!-- Assessments -->
<table class="assessment-table table">

<!-- Heading -->
<tr>
<td class="assessment-heading">
{{ "Your assessment" | t }}
</td>
</tr>

<!-- Results -->
<tr>
<td class="assessments-container">
{% if aAssessments.subtotal.show %}
Expand Down
13 changes: 13 additions & 0 deletions templates/default/views/subviews/flash_message.twig
@@ -1,4 +1,17 @@
{#
LimeSurvey
Copyright (C) 2007-2017 The LimeSurvey Project Team / Louis Gac
All rights reserved.
License: GNU/GPL License v2 or later, see LICENSE.php
LimeSurvey is free software. This version may have been modified pursuant
to the GNU General Public License, and as distributed it includes or
is derivative of works licensed under the GNU General Public License or
other free or open source software licenses.
See COPYRIGHT.php for copyright notices and details.
(¯`·._.·(¯`·._.· Yii Flash Message ·._.·´¯)·._.·´¯)
Show the possible Yii Flash messages (not related to survey, but rather to application).
Only advanced users may use it.
#}
Expand Down

0 comments on commit 5b619f2

Please sign in to comment.