Switch to unified view

a/OSSEval/analysis/templates/analysis/analysis_report.html b/OSSEval/analysis/templates/analysis/analysis_report.html
...
...
42
            {% endif %}
42
            {% endif %}
43
        </h1>
43
        </h1>
44
        <fieldset><legend><h3>Summary</h3></legend>
44
        <fieldset><legend><h3>Summary</h3></legend>
45
            <p>{% autoescape off %}{{ analysis.comment }}{% endautoescape %}</p>
45
            <p>{% autoescape off %}{{ analysis.comment }}{% endautoescape %}</p>
46
            <table>
46
            <table>
47
              <tr><td width='60%'>{% autoescape off %}{{ analysis.methodology_version.radar_chart }}{% endautoescape %}</td>
47
              <tr><td width='60%'>{% autoescape off %}{% methodology_version_radar_chart analysis.methodology_version.id weight_scenario.id %}{% endautoescape %}</td>
48
                  <td width='40%'>{% autoescape off %}{{ analysis.methodology_version.bar_chart }}{% endautoescape %}</td></tr>
48
                  <td width='40%'>{% autoescape off %}{% methodology_version_bar_chart analysis.methodology_version.id weight_scenario.id %}{% endautoescape %}</td></tr>
49
              <tr><td colspan='2'>
49
              <tr><td colspan='2'>
50
                {% autoescape off %}{{ trend_script }}{% endautoescape %}
50
                {% autoescape off %}{{ trend_script }}{% endautoescape %}
51
              </td></tr>
51
              </td></tr>
52
            </table>
52
            </table>
53
        </fieldset>
53
        </fieldset>
54
        
54
        
55
        {% for p in analysis.methodology_version.page_set.all %}
55
        {% for p in analysis.methodology_version.page_set.all %}
56
        <fieldset><legend><h3>{{ p.name }}</h3></legend>
56
        <fieldset><legend><h3>{{ p.name }}</h3></legend>
57
            <fieldset><legend><h2>Graphs</h2></legend>
57
            <fieldset><legend><h2>Graphs</h2></legend>
58
                <table><tr>
58
                <table><tr>
59
                  <td width='60%'>{% autoescape off %}{{ p.radar_chart }}{% endautoescape %}</td>
59
                  <td width='60%'>{% autoescape off %}{% page_radar_chart p.id weight_scenario.id %}{% endautoescape %}</td>
60
                  <td width='40%'>{% autoescape off %}{{ p.bar_chart }}{% endautoescape %}</td>
60
                  <td width='40%'>{% autoescape off %}{% page_bar_chart p.id weight_scenario.id %}{% endautoescape %}</td>
61
                </tr></table>
61
                </tr></table>
62
            </fieldset>
62
            </fieldset>
63
            {% for p1 in p.page_set.all %}
63
            {% for p1 in p.page_set.all %}
64
            <fieldset><legend><h2>{{ p1.name }}</h2></legend>
64
            <fieldset><legend><h2>{{ p1.name }}</h2></legend>
65
                <table width='100%'>
65
                <table width='100%'>