alcatel/django/templates/article.html
changeset 42 de4e97ded3c6
parent 38 b5bddcba23c1
--- a/alcatel/django/templates/article.html	Wed Sep 04 10:03:16 2013 +0200
+++ b/alcatel/django/templates/article.html	Tue Sep 10 13:25:16 2013 +0200
@@ -25,17 +25,45 @@
   <ul class="header-menu">
                     <li><a href="http://localhost:8000"><img src="{{ STATIC_URL }}img/home-button.jpg" alt="" /> </a></li>
                    
-                        <li><a href="#">Cluster ></a></li>
-                        <li><a href="#">{{cluster_title}}</a></li>
+                        <li><a href="{{url_cluster}}">Cluster ></a></li>
+                        <li><a href="{{url_cluster}}">{{cluster_title}}</a></li>
                 </ul>
 
-                   
-       
-            
-  
  {% endblock %}
  
          {% block contentright %}
-    		<OBJECT type="text/html" data="{{url_article}}" width="950px" height="650px" style="margin:0;overflow:auto;border: none;">
+    	<OBJECT type="text/html" data="{{url_article}}" width="950px" height="650px" style="margin:0;overflow:auto;border: none;">
+                    
+                      <div class="add-annotation">+ ajouter une annotation</div>
+        <div class="annotation-frame-box">
+            <div class="annotation-fb-top"></div>
+            <div class="annotation-fb-left"></div>
+            <div class="annotation-fb-right"></div>
+            <div class="annotation-fb-bottom"></div>
+        </div>
+        <div class="annotation-frames"></div>
          {% endblock %}
-	 
\ No newline at end of file
+         
+        
+        {% block streamgraphjs %}
+                  <script src="{{ STATIC_URL }}js/streamgraphdoc.js"></script>
+                    <script src="{{ STATIC_URL }}js/lib/underscore-min.js"></script>
+        <script src="{{ STATIC_URL }}js/vendor/jquery-1.8.0.min.js"></script>
+        <script src="{{ STATIC_URL }}js/vendor/jquery-ui-1.8.24.custom.min.js"></script>
+        <script src="{{ STATIC_URL }}js/vendor/jquery.fancybox-1.3.4.pack.js"></script>
+        <script src="{{ STATIC_URL }}js/vendor/tag-it.min.js"></script>
+        <script src="{{ STATIC_URL }}js/annotation-article.js"></script>
+        <script>
+            var currentUser = {
+                id: "u-001",
+                name: "Edwy Plénel"
+            };
+            var currentDocumentaryFile = {
+                id: "d-001",
+                name: "Ce dossier documentaire"
+            };
+			</script>
+	 {% endblock %}
+               
+     
+      
\ No newline at end of file