alcatel/django/templates/article.html
changeset 38 b5bddcba23c1
child 42 de4e97ded3c6
equal deleted inserted replaced
37:3848e1813a30 38:b5bddcba23c1
       
     1 {% extends "base.html" %}
       
     2 {% comment %}
       
     3 
       
     4 Main page of django_consultant's website.
       
     5 
       
     6 {% endcomment %}
       
     7 	{% block head %}
       
     8      {{block.super}}
       
     9        <script type="text/javascript" src="{{ STATIC_URL }}libraries/jquery-1.6.4.min.js"></script>
       
    10        <script type="text/javascript" src="{{ STATIC_URL }}js/recherche.js"></script>
       
    11        <link rel="stylesheet" href="{{ STATIC_URL }}css/home.css" />
       
    12        <link rel="stylesheet" href="{{ STATIC_URL }}css/article.css" />
       
    13            <link rel="stylesheet" href="{{ STATIC_URL }}css/annotation-article.css" />
       
    14      {% endblock %}
       
    15  
       
    16      {% block contentleft %}  
       
    17       {% endblock %} 
       
    18     
       
    19      {% block frise %}
       
    20                 
       
    21                 {% endblock %}
       
    22                 
       
    23    {% block headermenu %}
       
    24  
       
    25   <ul class="header-menu">
       
    26                     <li><a href="http://localhost:8000"><img src="{{ STATIC_URL }}img/home-button.jpg" alt="" /> </a></li>
       
    27                    
       
    28                         <li><a href="#">Cluster ></a></li>
       
    29                         <li><a href="#">{{cluster_title}}</a></li>
       
    30                 </ul>
       
    31 
       
    32                    
       
    33        
       
    34             
       
    35   
       
    36  {% endblock %}
       
    37  
       
    38          {% block contentright %}
       
    39     		<OBJECT type="text/html" data="{{url_article}}" width="950px" height="650px" style="margin:0;overflow:auto;border: none;">
       
    40          {% endblock %}
       
    41