header.html 1021 B

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