Switch to unified view

a/OSSEval/analysis/templates/analysis/analysis_report.html b/OSSEval/analysis/templates/analysis/analysis_report.html
...
...
37
            "{{ analysis.name }}" created on {{ analysis.created }} by {{ analysis.user_login }}
37
            "{{ analysis.name }}" created on {{ analysis.created }} by {{ analysis.user_login }}
38
            {% if weight_scenario.name != "" %}
38
            {% if weight_scenario.name != "" %}
39
                <br>Questions are weighted according to "{{ weight_scenario.name }}" profile.
39
                <br>Questions are weighted according to "{{ weight_scenario.name }}" profile.
40
            {% endif %}
40
            {% endif %}
41
        </h2>
41
        </h2>
42
        <h3>
43
            {% if analysis.description != "" %}
44
                <hr>{{ analysis.description }}
45
            {% endif %}
46
            {% if analysis.comment != "" %}
47
                <hr>{{ analysis.comment }}
48
            {% endif %}
49
        </h3>
42
        <fieldset><legend><h3>Summary</h3></legend>
50
        <fieldset><legend><h3>Summary</h3></legend>
43
            <p>{% autoescape off %}{{ analysis.comment }}{% endautoescape %}</p>
51
            <p>{% autoescape off %}{{ analysis.comment }}{% endautoescape %}</p>
44
            <table>
52
            <table>
45
              <tr><td width='60%'>{% autoescape off %}{% methodology_version_radar_chart analysis.methodology_version.id weight_scenario.id %}{% endautoescape %}</td>
53
              <tr><td width='60%'>{% autoescape off %}{% methodology_version_radar_chart analysis.methodology_version.id weight_scenario.id %}{% endautoescape %}</td>
46
                  <td width='40%'>{% autoescape off %}{% methodology_version_bar_chart analysis.methodology_version.id weight_scenario.id %}{% endautoescape %}</td></tr>
54
                  <td width='40%'>{% autoescape off %}{% methodology_version_bar_chart analysis.methodology_version.id weight_scenario.id %}{% endautoescape %}</td></tr>