--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/alcatel/django/templates/article.html Wed Aug 14 16:37:26 2013 +0200
@@ -0,0 +1,41 @@
+{% extends "base.html" %}
+{% comment %}
+
+Main page of django_consultant's website.
+
+{% endcomment %}
+ {% block head %}
+ {{block.super}}
+ <script type="text/javascript" src="{{ STATIC_URL }}libraries/jquery-1.6.4.min.js"></script>
+ <script type="text/javascript" src="{{ STATIC_URL }}js/recherche.js"></script>
+ <link rel="stylesheet" href="{{ STATIC_URL }}css/home.css" />
+ <link rel="stylesheet" href="{{ STATIC_URL }}css/article.css" />
+ <link rel="stylesheet" href="{{ STATIC_URL }}css/annotation-article.css" />
+ {% endblock %}
+
+ {% block contentleft %}
+ {% endblock %}
+
+ {% block frise %}
+
+ {% endblock %}
+
+ {% block headermenu %}
+
+ <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>
+ </ul>
+
+
+
+
+
+ {% endblock %}
+
+ {% block contentright %}
+ <OBJECT type="text/html" data="{{url_article}}" width="950px" height="650px" style="margin:0;overflow:auto;border: none;">
+ {% endblock %}
+
\ No newline at end of file