Switch to unified view

a/OSSEval/analysis/templates/analysis/analysis_report.html b/OSSEval/analysis/templates/analysis/analysis_report.html
1
<!-- 
2
# This Source Code Form of OSSEval is subject to the terms of the GNU AFFERO
3
# GENERAL PUBLIC LICENSE, v. 3.0. If a copy of the AGPL was not
4
# distributed with this file, You can obtain one at http://www.gnu.org/licenses/agpl.txt
5
#
6
# OSSeval is powered by the SOS Open Source AGPL edition.
7
#  The AGPL requires that you do not remove the SOS Open Source attribution and copyright 
8
#  notices from the user interface (see section 5.d below).
9
#  Commercial licenses are available and do not require any SOS Open Source attributions
10
#  or visible copyright notices but they are not permitted under this license.
11
12
# OSSEval Copyright 2014 Bitergium SLL
13
# SOS Open Source Copyright 2012 Roberto Galoppini
14
# Author: Davide Galletti 
15
-->
16
1
{% load staticfiles %}
17
{% load staticfiles %}
2
{% load custom_tags %}
18
{% load custom_tags %}
3
<!DOCTYPE html>
19
<!DOCTYPE html>
4
<!--[if lt IE 7 ]> <html lang="en" class="no-js ie6"> <![endif]-->
20
<!--[if lt IE 7 ]> <html lang="en" class="no-js ie6"> <![endif]-->
5
<!--[if IE 7 ]>    <html lang="en" class="no-js ie7"> <![endif]-->
21
<!--[if IE 7 ]>    <html lang="en" class="no-js ie7"> <![endif]-->
...
...
17
        <header id="site-header">
33
        <header id="site-header">
18
            <div class="wrapper">
34
            <div class="wrapper">
19
                <a id="header-logo" title="opensourceprojects.eu logo" href="https://opensourceprojects.eu/"><img src="{% static "images/logo.png" %}"></a>
35
                <a id="header-logo" title="opensourceprojects.eu logo" href="https://opensourceprojects.eu/"><img src="{% static "images/logo.png" %}"></a>
20
            </div>
36
            </div>
21
        </header>
37
        </header>
38
        <h1>
22
        <h1>"{{ analysis.name }}" created on {{ analysis.created }} by {{ analysis.user_login }}</h1>
39
            "{{ analysis.name }}" created on {{ analysis.created }} by {{ analysis.user_login }}
40
            {% if weight_scenario.name != "" %}
41
                <br>Questions are weighted according to "{{ weight_scenario.name }}" profile.
42
            {% endif %}
43
        </h1>
23
        <fieldset><legend><h3>Summary</h3></legend>
44
        <fieldset><legend><h3>Summary</h3></legend>
24
            <p>{% autoescape off %}{{ analysis.comment }}{% endautoescape %}</p>
45
            <p>{% autoescape off %}{{ analysis.comment }}{% endautoescape %}</p>
25
            <table>
46
            <table>
26
              <tr><td width='60%'>{% autoescape off %}{{ analysis.methodology_version.radar_chart }}{% endautoescape %}</td>
47
              <tr><td width='60%'>{% autoescape off %}{{ analysis.methodology_version.radar_chart }}{% endautoescape %}</td>
27
                  <td width='40%'>{% autoescape off %}{{ analysis.methodology_version.bar_chart }}{% endautoescape %}</td></tr>
48
                  <td width='40%'>{% autoescape off %}{{ analysis.methodology_version.bar_chart }}{% endautoescape %}</td></tr>