--- a/alcatel/django/templates/index-dossier.html Wed Sep 04 10:03:16 2013 +0200
+++ b/alcatel/django/templates/index-dossier.html Tue Sep 10 13:25:16 2013 +0200
@@ -12,7 +12,7 @@
{% endblock %}
{% block body %}
- <body onLoad="showResultsDossierDoc({{ request.session.jsontreemapdossierdoc }});loadStreamgraph({{ request.session.jsonstreamgraphdossierdoc }});setCategories({{ request.session.jsontreemapdossierdoc }}); ">
+ <body onLoad="showResultsDossierDoc({{ request.session.jsontreemapdossierdoc }});loadStreamgraphDoc({{ request.session.jsonstreamgraphdossierdoc }},{{request.session.docId}},'{{request.session.user}}');setCategories({{ request.session.jsontreemapdossierdoc }}); ">
{% endblock %}
{% block headerdossier %}
<div class="header-documentaire">
@@ -61,6 +61,8 @@
</div>
</div><!-- affichage -->
+
+
<!--div class="widget filtre">
<h3><a href="#" class="open">FILTRES</a></h3>
<div class="widget-inner">
@@ -118,7 +120,10 @@
</div>
</div>
{% endblock %}
-
-
+
+
+ {% block streamgraphjs %}
+ <script src="{{ STATIC_URL }}js/streamgraphdoc.js"></script>
+ {% endblock %}
\ No newline at end of file