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