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">
5 <meta http-equiv=
"Content-Type" content=
"text/html; charset=UTF-8" />
6 <title>Savoirs en partage - Agence universitaire de la Francophonie
</title>
7 <link rel=
"icon" type=
"image/png" href=
"{{ MEDIA_URL }}img/favicon.ico" />
9 <script type=
"text/javascript" src=
"{{ MEDIA_URL }}js/jquery/jquery.js"></script>
10 <script type=
"text/javascript" src=
"{{ MEDIA_URL }}js/jquery/jquery-ui.js"></script>
11 <script type=
"text/javascript" src=
"{{ MEDIA_URL }}js/jquery/jquery.ui.datepicker-fr.js"></script>
12 <script type=
"text/javascript" src=
"{{ MEDIA_URL }}js/tabber.js"></script>
13 <script type=
"text/javascript" src=
"{{ MEDIA_URL }}js/pagination.js"></script>
14 <script type=
"text/javascript" src=
"{{ MEDIA_URL }}js/sep.js"></script>
16 {% block extra-script %}{% endblock %}
19 <link href=
"{{ MEDIA_URL }}css/global.css" rel=
"stylesheet" type=
"text/css" />
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" />
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>
28 DD_belatedPNG.fix('.top, .bottom, #col-droite, #contenu, .resultats');
31 {% block extra-style %}{% endblock %}
36 <div id=
"enrobage" class=
"clearfix">
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>
42 <a href=
"{% url chercheurs.views.chercheur_login %}" class=
"bout-droit">Connexion
</a>
45 <a href=
"{% url savoirs.views.legal %}">Légal
</a>
47 <a href=
"{% url savoirs.views.nous_contacter %}">Contact
</a>
49 <a href=
"{% url savoirs.views.a_propos %}" class=
"bout-gauche">À propos
</a>
52 <div class=
"sous-menu gauche">
53 <a href=
"{% url savoirs.views.actualite_index %}" class=
"bout-droit">Actualités
</a>
55 <a href=
"{% url savoirs.views.evenement_index %}">Agenda
</a>
57 <a href=
"{% url sitotheque.views.index %}">Sites
</a>
59 <a href=
"{% url savoirs.views.ressource_index %}">Ressources
</a>
61 <a href=
"{% url chercheurs.views.index %}">Répertoire
</a>
63 <a href=
"{% url savoirs.views.index %}" class=
"bout-gauche">Accueil
</a>
66 <div id=
"logo" style=
"clear:both;">
68 <a href=
"http://www.auf.org" title=
"Agence universitaire de la Francophonie">Agence universitaire de la Francophonie
</a>
75 <img src=
"{{ MEDIA_URL }}img/col-droite-background-bottom.png" width=
"190" height=
"8" alt=
"bottom" align=
"bottom" class=
"bottom" />
78 <div id=
"sep-recherche">
79 <h2 class=
"slogan">Savoirs en partage
<span style=
"display:inline; color:#db602f;">bêta
</span>
80 <span>Le portail des ressources scientifiques
<br />et pédagogiques de l'AUF
</span>
83 <div class=
"boite-recherche">
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>
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" />
96 <div class=
"clearfix">
101 <img src=
"{{ MEDIA_URL }}img/contenu-bkg-bottom.png" width=
"744" height=
"10" alt=
"bottom" align=
"bottom" class=
"bottom" />
104 <div class=
"clear"></div>