Switch to unified view

a/OSSEval/analysis/templates/analysis/analysis_report.html b/OSSEval/analysis/templates/analysis/analysis_report.html
...
...
9
    <head>
9
    <head>
10
        <meta content="text/html; charset=UTF-8" http-equiv="content-type">
10
        <meta content="text/html; charset=UTF-8" http-equiv="content-type">
11
        <title>opensourceprojects.eu - Open Source Evaluation: "{{ analysis.graph }}"</title>
11
        <title>opensourceprojects.eu - Open Source Evaluation: "{{ analysis.graph }}"</title>
12
        <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.js"></script>
12
        <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.js"></script>
13
        <script type="text/javascript" src="{% static "js/osseval.js" %}"></script>
13
        <script type="text/javascript" src="{% static "js/osseval.js" %}"></script>
14
        <script> $(function() { $( document ).tooltip(); }); </script>
14
    </head>
15
    </head>
15
    <body class="wiki-Home" id="forge">
16
    <body class="wiki-Home" id="forge">
16
        <header id="site-header">
17
        <header id="site-header">
17
            <div class="wrapper">
18
            <div class="wrapper">
18
                <a id="header-logo" title="opensourceprojects.eu logo" href="https://opensourceprojects.eu/"><img src="{% static "images/logo.png" %}"></a>
19
                <a id="header-logo" title="opensourceprojects.eu logo" href="https://opensourceprojects.eu/"><img src="{% static "images/logo.png" %}"></a>