Switch to unified view

a/OSSEval/analysis/templates/analysis/analysis_report.html b/OSSEval/analysis/templates/analysis/analysis_report.html
...
...
31
        <header id="site-header">
31
        <header id="site-header">
32
            <div class="wrapper">
32
            <div class="wrapper">
33
                <a id="header-logo" title="opensourceprojects.eu logo" href="https://opensourceprojects.eu/"><img src="{% static "images/logo.png" %}"></a>
33
                <a id="header-logo" title="opensourceprojects.eu logo" href="https://opensourceprojects.eu/"><img src="{% static "images/logo.png" %}"></a>
34
            </div>
34
            </div>
35
        </header>
35
        </header>
36
        <h1>
36
        <h2>
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
        </h1>
41
        </h2>
42
        <fieldset><legend><h3>Summary</h3></legend>
42
        <fieldset><legend><h3>Summary</h3></legend>
43
            <p>{% autoescape off %}{{ analysis.comment }}{% endautoescape %}</p>
43
            <p>{% autoescape off %}{{ analysis.comment }}{% endautoescape %}</p>
44
            <table>
44
            <table>
45
              <tr><td width='60%'>{% autoescape off %}{% methodology_version_radar_chart analysis.methodology_version.id weight_scenario.id %}{% endautoescape %}</td>
45
              <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>
46
                  <td width='40%'>{% autoescape off %}{% methodology_version_bar_chart analysis.methodology_version.id weight_scenario.id %}{% endautoescape %}</td></tr>
...
...
82
            </fieldset>
82
            </fieldset>
83
            {% endfor %}
83
            {% endfor %}
84
        </fieldset>
84
        </fieldset>
85
        {% endfor %}
85
        {% endfor %}
86
        <footer id="site-footer">
86
        <footer id="site-footer">
87
            <div class="footer-container" style="text-align: center">
87
            <div class="footer-container" style="horizontal-align: center">
88
                <p>Powered by <a href="http://sosopensource.com" target="_blank"><img src="{% static "images/icon.png" %}"></a></p>
88
                <table>
89
                    <tr><td style="vertical-align:middle">Powered by </td><td width="20">&nbsp;</td><td style="vertical-align:middle"><a href="http://sosopensource.com" target="_blank"><img src="{% static "images/icon.png" %}"></a></td></tr>
90
                </table>
89
            </div>
91
            </div>
90
        </footer>
92
        </footer>
91
    </body>
93
    </body>
92
</html>
94
</html>