Commit | Line | Data |
---|---|---|
31be6340 | 1 | {% load compress %} |
d15017b2 CR |
2 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
3 | <html xmlns="http://www.w3.org/1999/xhtml"> | |
4 | <head> | |
5 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | |
6 | <title>Savoirs en partage - Agence universitaire de la Francophonie</title> | |
1e28a70a | 7 | <link rel="icon" type="image/png" href="{{ MEDIA_URL }}img/favicon.ico" /> |
31be6340 | 8 | {% compress js %} |
d15017b2 | 9 | <script type="text/javascript" src="{{ MEDIA_URL }}js/jquery/jquery.js"></script> |
a008c7e5 | 10 | <script type="text/javascript" src="{{ MEDIA_URL }}js/jquery/jquery-ui.js"></script> |
c9cbc784 | 11 | <script type="text/javascript" src="{{ MEDIA_URL }}js/jquery/jquery.ui.datepicker-fr.js"></script> |
a008c7e5 CR |
12 | <script type="text/javascript" src="{{ MEDIA_URL }}js/tabber.js"></script> |
13 | <script type="text/javascript" src="{{ MEDIA_URL }}js/pagination.js"></script> | |
00755d9b | 14 | <script type="text/javascript" src="{{ MEDIA_URL }}js/sep.js"></script> |
31be6340 | 15 | {% endcompress %} |
73309469 | 16 | {% block extra-script %}{% endblock %} |
17 | ||
31be6340 | 18 | {% compress css %} |
d15017b2 | 19 | <link href="{{ MEDIA_URL }}css/global.css" rel="stylesheet" type="text/css" /> |
a008c7e5 CR |
20 | <link href="{{ MEDIA_URL }}css/tabber.css" rel="stylesheet" type="text/css" /> |
21 | <link rel="stylesheet" href="{{ MEDIA_URL }}js/jquery/css/smoothness/jquery-ui-1.8rc3.custom.css" type="text/css" media="all" /> | |
31be6340 | 22 | {% endcompress %} |
d15017b2 CR |
23 | |
24 | <!--[if lt IE 7]> | |
96275993 | 25 | <link href="{{ MEDIA_URL }}css/ie6.css" rel="stylesheet" type="text/css" media="screen" /> |
26 | <script src="{{ MEDIA_URL }}js/DD_belatedPNG.js"></script> | |
d15017b2 CR |
27 | <script> |
28 | DD_belatedPNG.fix('.top, .bottom, #col-droite, #contenu, .resultats'); | |
29 | </script> | |
30 | <![endif]--> | |
73309469 | 31 | {% block extra-style %}{% endblock %} |
d15017b2 CR |
32 | </head> |
33 | ||
34 | <body> | |
35 | <div id="fond"> | |
36 | <div id="enrobage" class="clearfix"> | |
7040fe2a | 37 | |
7f966ace | 38 | <div class="sous-menu droite"> |
39 | {% if user.is_authenticated %} | |
40 | <a href="{% url django.contrib.auth.views.logout %}" class="bout-droit">Déconnexion</a> | |
51515982 | 41 | {% else %} |
a66d92c4 | 42 | <a href="{% url chercheurs.views.chercheur_login %}" class="bout-droit">Connexion</a> |
51515982 | 43 | {% endif %} |
7f966ace | 44 | <span>|</span> |
a66d92c4 EMS |
45 | <a href="{% url savoirs.views.legal %}">Légal</a> |
46 | <span>|</span> | |
e37563d1 | 47 | <a href="{% url savoirs.views.nous_contacter %}">Contact</a> |
48 | <span>|</span> | |
49 | <a href="{% url savoirs.views.a_propos %}" class="bout-gauche">À propos</a> | |
7f966ace | 50 | </div> |
51 | ||
52 | <div class="sous-menu gauche"> | |
f8c16b3d | 53 | <a href="{% url savoirs.views.actualite_index %}" class="bout-droit">Actualités</a> |
8432d16d | 54 | <span>|</span> |
f8c16b3d | 55 | <a href="{% url savoirs.views.evenement_index %}">Agenda</a> |
8432d16d | 56 | <span>|</span> |
f8c16b3d | 57 | <a href="{% url sitotheque.views.index %}">Sites</a> |
8432d16d | 58 | <span>|</span> |
f8c16b3d | 59 | <a href="{% url savoirs.views.ressource_index %}">Ressources</a> |
8432d16d | 60 | <span>|</span> |
8632e357 | 61 | <a href="{% url chercheurs.views.index %}">Répertoire</a> |
8432d16d | 62 | <span>|</span> |
63 | <a href="{% url savoirs.views.index %}" class="bout-gauche">Accueil</a> | |
64 | </div> | |
609b1d41 | 65 | |
274711d2 | 66 | <div id="logo" style="clear:both;"> |
609b1d41 | 67 | <h1> |
68 | <a href="http://www.auf.org" title="Agence universitaire de la Francophonie">Agence universitaire de la Francophonie</a> | |
69 | </h1> | |
70 | </div> | |
7040fe2a | 71 | |
72 | <div id="col-menu"> | |
73 | {% load sep_menu %} | |
74 | {% sep_menu %} | |
75 | <img src="{{ MEDIA_URL }}img/col-droite-background-bottom.png" width="190" height="8" alt="bottom" align="bottom" class="bottom" /> | |
d15017b2 CR |
76 | </div> |
77 | ||
8432d16d | 78 | <div id="sep-recherche"> |
679fb1a7 | 79 | <h2 class="slogan">Savoirs en partage <span style="display:inline; color:#db602f;">bêta</span> |
8432d16d | 80 | <span>Le portail des ressources scientifiques<br />et pédagogiques de l'AUF</span> |
d15017b2 CR |
81 | </h2> |
82 | ||
83 | <div class="boite-recherche"> | |
878de341 | 84 | <h3>Recherche</h3> |
d15017b2 CR |
85 | |
86 | <form name="fRecherche" id="fRecherche" action="{% url savoirs.views.recherche %}" method="get"> | |
87 | <input name="q" id="recherche" type="text" value="{{ q|default:"" }}" /> | |
88 | <button title="Lancer la recherche" type="submit"> </button> | |
89 | </form> | |
90 | ||
d15017b2 CR |
91 | </div> |
92 | </div> | |
588d6b93 | 93 | |
d15017b2 CR |
94 | <div id="contenu" class="clearfix"> |
95 | <img src="{{ MEDIA_URL }}img/contenu-bkg-top.png" width="744" height="10" alt="top" align="top" class="top" /> | |
d15017b2 CR |
96 | <div class="clearfix"> |
97 | {% block contenu %} | |
98 | {% endblock %} | |
99 | </div> | |
100 | <!-- Fin block --> | |
101 | <img src="{{ MEDIA_URL }}img/contenu-bkg-bottom.png" width="744" height="10" alt="bottom" align="bottom" class="bottom" /> | |
102 | </div> | |
103 | ||
104 | <div class="clear"></div> | |
105 | </div> | |
106 | </div> | |
107 | </body> | |
108 | </html> |