--- a
+++ b/OSSEval/analysis/templates/analysis/weight_scenario_graph.html
@@ -0,0 +1,48 @@
+<!-- 
+# This Source Code Form of OSSEval is subject to the terms of the GNU AFFERO
+# GENERAL PUBLIC LICENSE, v. 3.0. If a copy of the AGPL was not
+# distributed with this file, You can obtain one at http://www.gnu.org/licenses/agpl.txt
+#
+# OSSeval is powered by the SOS Open Source AGPL edition.
+#  The AGPL requires that you do not remove the SOS Open Source attribution and copyright 
+#  notices from the user interface (see section 5.d below).
+
+# OSSEval Copyright 2014 Bitergium SLL
+# SOS Open Source Copyright 2012 Roberto Galoppini
+# Author: Davide Galletti 
+-->
+
+{% load staticfiles %}
+{% load custom_tags %}
+<!DOCTYPE html>
+<!--[if lt IE 7 ]> <html lang="en" class="no-js ie6"> <![endif]-->
+<!--[if IE 7 ]>    <html lang="en" class="no-js ie7"> <![endif]-->
+<!--[if IE 8 ]>    <html lang="en" class="no-js ie8"> <![endif]-->
+<!--[if IE 9 ]>    <html lang="en" class="no-js ie9"> <![endif]-->
+<!--[if (gt IE 9)|!(IE)]>--><html class=" js canvas canvastext" lang="en"><!--<![endif]-->
+    <head>
+        <meta content="text/html; charset=UTF-8" http-equiv="content-type">
+        <title>opensourceprojects.eu - Weight profiles for methodology "{{ methodology_name }}"</title>
+        <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.js"></script>
+        <script type="text/javascript" src="{% static "js/osseval.js" %}"></script>
+        <script> $(function() { $( document ).tooltip(); }); </script>
+    </head>
+    <body class="wiki-Home" id="forge">
+        <header id="site-header">
+            <div class="wrapper">
+                <a id="header-logo" title="opensourceprojects.eu logo" href="https://opensourceprojects.eu/"><img src="{% static "images/logo.png" %}"></a>
+            </div>
+        </header>
+        <h2>
+            Weight profiles for methodology "{{ methodology_name }}"
+        </h2>
+        {% autoescape off %}{{ weight_scenarios_graph }}{% endautoescape %}
+        <footer id="site-footer">
+            <div class="footer-container" style="horizontal-align: center">
+                <table>
+                    <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>
+                </table>
+            </div>
+        </footer>
+    </body>
+</html>