|
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" <?php language_attributes(); ?>> |
|
3 <head profile="http://gmpg.org/xfn/11"> |
|
4 <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> |
|
5 <meta http-equiv="X-UA-Compatible" content="IE=8" /> |
|
6 <title><?php wp_title(''); ?> <?php if ( !(is_404()) && (is_single()) or (is_page()) or (is_archive()) ) { ?> :: <?php } ?> <?php bloginfo('name'); ?></title> |
|
7 <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> |
|
8 <link rel="stylesheet" href="<?php bloginfo('stylesheet_directory'); ?>/css/screen.css" type="text/css" media="screen, projection" /> |
|
9 <link rel="stylesheet" href="<?php bloginfo('stylesheet_directory'); ?>/css/print.css" type="text/css" media="print" /> |
|
10 <link rel="stylesheet" href="<?php bloginfo('stylesheet_directory'); ?>/style.css" type="text/css" media="screen, projection" /> |
|
11 <!--[if IE]><link rel="stylesheet" href="<?php bloginfo('stylesheet_directory'); ?>/css/lib/ie.css" type="text/css" media="screen, projection" /><![endif]--> |
|
12 <!-- Javascripts --> |
|
13 <!-- <script type="text/javascript" src="<?php bloginfo('stylesheet_directory'); ?>/js/jquery-1.1.3.1.pack.js"></script> --> |
|
14 <script type="text/javascript" src="<?php bloginfo('stylesheet_directory'); ?>/js/functions.js"></script> |
|
15 <!--<script type="text/javascript" src="<?php bloginfo('stylesheet_directory'); ?>/js/jquery.js"></script>--> |
|
16 <script type="text/javascript" src="<?php bloginfo('stylesheet_directory'); ?>/js/jquery-1.3.2.min.js"></script> |
|
17 <script type="text/javascript" src="<?php bloginfo('stylesheet_directory'); ?>/js/jquery-ui-1.7.2.custom.min.js"></script> |
|
18 <!--[if lt IE 7]> |
|
19 <script defer type="text/javascript" src="<?php bloginfo('stylesheet_directory'); ?>/js/pngfix.js"></script> |
|
20 <![endif]--> |
|
21 <!--[if gte IE 5.5]> |
|
22 <script language="javaScript" src="<?php bloginfo('stylesheet_directory'); ?>/js/dhtml.js" type="text/javaScript"></script> |
|
23 <![endif]--> |
|
24 <!-- Show the grid and baseline --> |
|
25 <style type="text/css"> |
|
26 /* .container { background: url(<?php bloginfo('stylesheet_directory'); ?>/css/lib/img/grid.png); }*/ |
|
27 </style> |
|
28 <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" /> |
|
29 <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> |
|
30 <?php wp_head(); ?> |
|
31 |
|
32 <script type="text/javascript"> |
|
33 $(document).ready(function() { |
|
34 $('#accordion').accordion(); |
|
35 //alert("test"); |
|
36 |
|
37 // search |
|
38 $("#s").mouseover(function() { |
|
39 $(this).animate({ backgroundColor: "#FFFFFF" }, 500); |
|
40 }).mouseout(function(){ |
|
41 $(this).animate({ backgroundColor: "#CCCCCC" }, 500); |
|
42 }); |
|
43 |
|
44 |
|
45 // menu li |
|
46 /* |
|
47 $(".post").mouseover(function() { |
|
48 $(this).animate({ backgroundColor: "#e7e7e7" }, 500); |
|
49 }).mouseout(function(){ |
|
50 $(this).stop(); |
|
51 $(this).animate({ backgroundColor: "#FFFFFF" }, 500); |
|
52 }); |
|
53 */ |
|
54 |
|
55 }); |
|
56 |
|
57 |
|
58 |
|
59 </script> |
|
60 </head> |
|
61 <body> |
|
62 <?php /*echo("debug = ".wp_title('')." lang = ".language_attributes() ); */?> |
|
63 <div class="container"> |
|
64 |
|
65 <!-- Header --> |
|
66 <div class="column span-24" id="header"> |
|
67 <a href="<?php echo get_option('home'); ?>" title="<?php bloginfo('name'); ?>" class="logo"><img alt="<?php bloginfo('name'); ?>" src="<?php bloginfo('stylesheet_directory'); ?>/images/logo-iri-petit.png" /></a> |
|
68 </div> |
|
69 |
|
70 <!-- Navigation --> |
|
71 <div class="column span-24 large" id="nav"> |
|
72 <div class="content"> |
|
73 <ul id="navmenu-h"> |
|
74 <li><a href="<?php echo get_settings('home'); ?>">Acceuil</a></li> |
|
75 <?php dp_list_categories('&exclude=1,8,16&'); ?> |
|
76 |
|
77 |
|
78 <li class="alignright"><a href="<?php bloginfo('rss2_url'); ?>" style="padding: 2px 5px 0 5px;"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/icons/rss.png" style="padding:4px;" alt="rss icon" /></a></li> |
|
79 |
|
80 |
|
81 <li class="alignright"> |
|
82 <form method="get" id="searchform" action="<?php bloginfo('url'); ?>/"> |
|
83 <div id="searchB" > |
|
84 |
|
85 <input type="text" name="s" id="s" |
|
86 value="<?php echo wp_specialchars($search_text, 1); ?>" |
|
87 onfocus="clearInput('s', '<?php echo wp_specialchars($search_text, 1); ?>')" |
|
88 onblur="clearInput('s', '<?php echo wp_specialchars($search_text, 1); ?>')" |
|
89 /> |
|
90 |
|
91 </div> |
|
92 </form> |
|
93 </li> |
|
94 |
|
95 </ul> |
|
96 </div> |
|
97 </div> |