author | hurons@caf4f556-3d62-0410-8435-a86758001935 |
Thu, 24 Dec 2009 17:17:09 +0000 | |
branch | wordpress |
changeset 110 | 1e6e4baafa3d |
parent 109 | 03b0d1493584 |
child 123 | 561aa6d282f6 |
permissions | -rw-r--r-- |
109 | 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 |
|
|
110
1e6e4baafa3d
little cleaning and aesthetics modifications
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
109
diff
changeset
|
45 |
// liens |
1e6e4baafa3d
little cleaning and aesthetics modifications
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
109
diff
changeset
|
46 |
|
1e6e4baafa3d
little cleaning and aesthetics modifications
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
109
diff
changeset
|
47 |
$(".JQplink").mouseover(function() { |
1e6e4baafa3d
little cleaning and aesthetics modifications
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
109
diff
changeset
|
48 |
$(this).fadeTo("slow", 0.5); |
109 | 49 |
}).mouseout(function(){ |
110
1e6e4baafa3d
little cleaning and aesthetics modifications
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
109
diff
changeset
|
50 |
$(this).fadeTo("slow", 1); |
109 | 51 |
}); |
110
1e6e4baafa3d
little cleaning and aesthetics modifications
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
109
diff
changeset
|
52 |
|
109 | 53 |
|
54 |
}); |
|
55 |
|
|
56 |
||
57 |
||
58 |
</script> |
|
59 |
</head> |
|
60 |
<body> |
|
61 |
<?php /*echo("debug = ".wp_title('')." lang = ".language_attributes() ); */?> |
|
62 |
<div class="container"> |
|
63 |
||
64 |
<!-- Header --> |
|
65 |
<div class="column span-24" id="header"> |
|
66 |
<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> |
|
67 |
</div> |
|
68 |
||
69 |
<!-- Navigation --> |
|
70 |
<div class="column span-24 large" id="nav"> |
|
71 |
<div class="content"> |
|
72 |
<ul id="navmenu-h"> |
|
73 |
<li><a href="<?php echo get_settings('home'); ?>">Acceuil</a></li> |
|
74 |
<?php dp_list_categories('&exclude=1,8,16&'); ?> |
|
75 |
||
76 |
||
77 |
<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> |
|
78 |
||
79 |
||
80 |
<li class="alignright"> |
|
81 |
<form method="get" id="searchform" action="<?php bloginfo('url'); ?>/"> |
|
82 |
<div id="searchB" > |
|
83 |
||
84 |
<input type="text" name="s" id="s" |
|
85 |
value="<?php echo wp_specialchars($search_text, 1); ?>" |
|
86 |
onfocus="clearInput('s', '<?php echo wp_specialchars($search_text, 1); ?>')" |
|
87 |
onblur="clearInput('s', '<?php echo wp_specialchars($search_text, 1); ?>')" |
|
88 |
/> |
|
89 |
||
90 |
</div> |
|
91 |
</form> |
|
92 |
</li> |
|
93 |
||
94 |
</ul> |
|
95 |
</div> |
|
96 |
</div> |