123456789101112131415161718192021222324 |
- <!DOCTYPE html>
- <!--[if lt IE 7 ]><html lang="fr" class="no-js ie6"><![endif]-->
- <!--[if IE 7 ]><html lang="fr" class="no-js ie7"><![endif]-->
- <!--[if IE 8 ]><html lang="fr" class="no-js ie8"><![endif]-->
- <!--[if IE 9 ]><html lang="fr class="no-js ie9"><![endif]-->
- <!--[if (gt IE 9)|!(IE)]><!--><html lang="fr" class="no-js"><!--<![endif]-->
- <!--é-->
- <head>
- <title>{$DC_TITLE}</title>
- <meta http-equiv="content-type" content="text/html; charset=utf-8" />
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
- <link href="favicon.ico" rel="shortcut icon" type="image/x-icon" />
- <link rel="stylesheet" href="css/styles.css" />
- <link rel="alternate" type="application/rss+xml"href="php/action.php?action=rss" title="<?php t("Flux RSS");?>" />
- <!--[if lt IE 9]>
- <script src="js/html5.js"></script>
- <![endif]-->
- <script src="js/modernizr-2.5.3.min.js"></script>
- </head>
- <body onbeforeunload ="checkPendingTask();">
- <header>
- <section id="versionBloc"></section>
-
- </header>
|