<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Savoirs en partage - Agence universitaire de la Francophonie</title>
<link rel="icon" type="image/png" href="{{ MEDIA_URL }}img/favicon.ico" />
+ {% compress css %}
+ <link href="{{ MEDIA_URL }}css/global.css" rel="stylesheet" type="text/css" />
+ <link rel="stylesheet" href="{{ MEDIA_URL }}css/jquery-ui/jquery-ui.css" type="text/css" />
+ <link rel="stylesheet" href="{{ MEDIA_URL }}css/jquery.timepicker.css" type="text/css" />
+ {% endcompress %}
+ <!--[if lt IE 7]>
+ <link href="{{ MEDIA_URL }}css/ie6.css" rel="stylesheet" type="text/css" media="screen" />
+ <![endif]-->
+ {% block extra-style %}{% endblock %}
+
{% compress js %}
<script type="text/javascript" src="{{ MEDIA_URL }}js/jquery.js"></script>
<script type="text/javascript" src="{{ MEDIA_URL }}js/jquery-ui.js"></script>
{% endcompress %}
{% block extra-script %}{% endblock %}
- {% compress css %}
- <link href="{{ MEDIA_URL }}css/global.css" rel="stylesheet" type="text/css" />
- <link rel="stylesheet" href="{{ MEDIA_URL }}css/jquery-ui/jquery-ui.css" type="text/css" />
- <link rel="stylesheet" href="{{ MEDIA_URL }}css/jquery.timepicker.css" type="text/css" />
- {% endcompress %}
-
<!--[if lt IE 7]>
- <link href="{{ MEDIA_URL }}css/ie6.css" rel="stylesheet" type="text/css" media="screen" />
<script src="{{ MEDIA_URL }}js/DD_belatedPNG.js"></script>
<script>
DD_belatedPNG.fix('.top, .bottom, #col-droite, #contenu');
</script>
<![endif]-->
- {% block extra-style %}{% endblock %}
<!-- Google Analytics -->
<script type="text/javascript">
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
- </script>
+ </script>
</head>
<body>