Switch to unified view

a/OSSEval/analysis/templates/analysis/analysis_left_menu.html b/OSSEval/analysis/templates/analysis/analysis_left_menu.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
                <div class="magic_bar_osp">
18
                <div class="magic_bar_osp">
3
                    <div id="top_nav">
19
                    <div id="top_nav">
4
                        <a id="all_analyses" href="{% url 'analysis_list' %}">All analyses</a>
20
                        <a id="all_analyses" href="{% url 'analysis_list' %}">All analyses</a>
5
                        <a id="new_anaysis" href="{% url 'analysis_new' %}">New</a>
21
                        <a id="new_anaysis" href="{% url 'analysis_new' %}">New</a>
...
...
13
                        </li>
29
                        </li>
14
                        <li>
30
                        <li>
15
                          <a id="analysis_questions" href={% url 'analysis_questions' analysis.id %}><span>Questions</span></a>
31
                          <a id="analysis_questions" href={% url 'analysis_questions' analysis.id %}><span>Questions</span></a>
16
                        </li>
32
                        </li>
17
                        <li>
33
                        <li>
18
                          <a target="_blank" id="analysis_report" href={% url 'analysis_report' analysis.id %}><span>Report</span></a>
19
                          {% for weight_scenario in weight_scenarios %}
34
                          {% for weight_scenario in weight_scenarios %}
20
                              <a target="_blank" id="analysis_report" href={% url 'analysis_report_with_scenario' analysis.id weight_scenario.id %}><span>Report ({{ weight_scenario.name }})</span></a>
35
                              <a target="_blank" id="analysis_report" href={% url 'analysis_report_with_scenario' analysis.id weight_scenario.id %}><span>Report ({{ weight_scenario.name }})</span></a>
21
                          {% endfor %}
36
                          {% endfor %}
22
                        </li>
37
                        </li>
23
                        <li>
38
                        <li>