Subversion Repositories Sites.obs-saisons.fr

Rev

Rev 93 | Rev 108 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 93 Rev 94
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr">
2
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr">
3
	<head>
3
	<head>
4
		<?php print $head ?>
4
		<?php print $head ?>
5
    	<title><?php print $head_title ?></title>
5
    	<title><?php print $head_title ?></title>
6
    	<?php print $styles ?>
6
    	<?php print $styles ?>
7
    	<?php print $scripts ?>
7
    	<?php print $scripts ?>
8
    	<!--[if lt IE 7]>
8
    	<!--[if lt IE 7]>
9
      		<?php print phptemplate_get_ie_styles(); ?>
9
      		<?php print phptemplate_get_ie_styles(); ?>
10
    	<![endif]-->
10
    	<![endif]-->
11
  	</head>
11
  	</head>
12
  	
12
  	
13
  	<body<?php print phptemplate_body_class($left, $right); ?>>
13
  	<body<?php print phptemplate_body_class($left, $right); ?>>
14
  	
14
  	
15
		<div id="header-region" class="clear-block">
15
		<div id="header-region" class="clear-block">
16
			<?php print $header; ?>
16
			<?php print $header; ?>
17
			
17
			
18
		</div>
18
		</div>
-
 
19
		
-
 
20
		<div class="titre_site"> 
-
 
21
			<span id="observatoire">Observatoire </span> 
-
 
22
			<span id="des">des</span>
-
 
23
			<span id="saisons"> Saisons</span> 
-
 
24
		</div>
19
		
25
		
20
		<div id="wrapper" class="zone_principale">
26
		<div id="wrapper" class="zone_principale">
21
			<div class="navigation_niveau_1"> 				
27
			<div class="navigation_niveau_1"> 							
22
				<?php if (isset($primary_links)) : ?>
28
				<?php if (isset($primary_links)) : ?>
23
					<?php print theme('links', $primary_links, array('class' => 'links primary-links')) ?>
29
					<?php print theme('links', $primary_links, array('class' => 'links primary-links')) ?> 
-
 
30
				<?php endif; ?>
24
				<?php endif; ?>
31
				
25
				<?php if (isset($secondary_links)) : ?>
32
				<?php if (isset($secondary_links)) : ?>
26
					<?php print theme('links', $secondary_links, array('class' => 'links secondary-links')) ?>
33
					<?php print theme('links', $secondary_links, array('class' => 'links secondary-links')) ?>
27
				<?php endif; ?>
34
				<?php endif; ?>
28
			</div>
35
			</div>
29
		
36
		
30
			<?php $saisons = array('printemps', 'ete', 'automne','hiver'); $saison = $saisons[rand(0,3)]; ?>
37
			<?php $saisons = array('printemps', 'ete', 'automne','hiver'); $saison = $saisons[rand(0,3)]; ?>
31
			<div id="header" class="<?= $saison; ?>">
38
			<div id="header" class="<?= $saison; ?>">
32
				<div id="logo-floater">
39
				<div id="logo-floater">
33
		        	<?php			
40
		        	<?php			
34
						if ($logo || $site_title) {
41
						if ($logo || $site_title) {
35
							print '<h1><a href="'. check_url($front_page) .'" title="'. $site_title .'">';
42
							print '<h1><a href="'. check_url($front_page) .'" title="'. $site_title .'">';
36
							if ($logo) {
43
							if ($logo) {
37
								print '<img src="'. check_url($logo) .'" alt="'. $site_title .'" id="logo" />';
44
								print '<img src="'. check_url($logo) .'" alt="'. $site_title .'" id="logo" />';
38
							}
45
							}
39
							print $site_html .'</a></h1>';
46
							print $site_html .'</a></h1>';
40
						}		          
47
						}		          
41
					?>
48
					?>
42
				</div>
49
				</div>
43
			
50
			
44
			</div> <!-- /header -->
51
			</div> <!-- /header -->
45
			
52
			
46
			<div id="left">
53
			<div id="left">
47
				<?php if ($left): ?>
54
				<?php if ($left): ?>
48
		        	<div id="sidebar-left" class="sidebar">
55
		        	<div id="sidebar-left" class="sidebar">
49
		          		<?php print $left ?>
56
		          		<?php print $left ?>
50
		        	</div>
57
		        	</div>
51
		      <?php endif; ?>
58
		      <?php endif; ?>
52
			</div><!-- /navigation -->
59
			</div><!-- /navigation -->
53
			
60
			
54
			
61
			
55
			<div id="center">
62
			<div id="center">
56
	          <?php print $breadcrumb; ?>
63
	          <?php print $breadcrumb; ?>
57
	          <?php if ($title): print '<h2'. ($tabs ? ' class="with-tabs"' : '') .'>'. $title .'</h2>'; endif; ?>
64
	          <?php if ($title): print '<h2'. ($tabs ? ' class="with-tabs"' : '') .'>'. $title .'</h2>'; endif; ?>
58
	          <?php print $help; ?>
65
	          <?php print $help; ?>
59
	          
66
	          
60
	          <?php print $content ?>
67
	          <?php print $content ?>
61
	          
68
	          
62
	          <?php print $feed_icons ?>
69
	          <?php print $feed_icons ?>
63
	          
70
	          
64
      		</div><!-- centre --> 
71
      		</div><!-- centre --> 
65
      		      		
72
      		
66
      		<div id="footer">
-
 
67
				<?php print $footer_message ?>
-
 
68
			</div><!-- pied de page --> 
-
 
69
			
-
 
70
			      		<div id="right"> 
73
      		<div id="right"> 
71
	      		<?php if ($right): ?>
74
	      		<?php if ($right): ?>
72
					<div id="sidebar-right" class="sidebar">
75
					<div id="sidebar-right" class="sidebar">
73
						<?php print $right ?>
76
						<?php print $right ?>
74
					</div><!-- zone droite --> 
77
					</div><!-- zone droite --> 
75
				<?php endif; ?>
78
				<?php endif; ?>
76
			</div>
79
			</div>
-
 
80
      		      		
-
 
81
      		<div id="footer">
-
 
82
				<?php print $footer_message ?>
-
 
83
			</div><!-- pied de page --> 
77
			
84
			
78
		</div> <!--fermeture div zone-principale-->
85
		</div> <!--fermeture div zone-principale-->
79
	</body>
86
	</body>
80
</html>
87
</html>