Subversion Repositories Sites.obs-saisons.fr

Rev

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

Rev 94 Rev 108
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
	<script type="text/javascript" src="https://getfirebug.com/firebug-lite.js"></script>
4
		<?php print $head ?>
5
		<?php print $head ?>
5
    	<title><?php print $head_title ?></title>
6
    	<title><?php print $head_title ?></title>
6
    	<?php print $styles ?>
7
    	<?php print $styles ?>
7
    	<?php print $scripts ?>
8
    	<?php print $scripts ?>
8
    	<!--[if lt IE 7]>
9
    	<!--[if lt IE 7]>
9
      		<?php print phptemplate_get_ie_styles(); ?>
10
      		<?php print phptemplate_get_ie_styles(); ?>
10
    	<![endif]-->
11
    	<![endif]-->
11
  	</head>
12
  	</head>
12
  	
13
  	
13
  	<body<?php print phptemplate_body_class($left, $right); ?>>
14
  	<body<?php print phptemplate_body_class($left, $right); ?>>
14
  	
15
  	
15
		<div id="header-region" class="clear-block">
16
		<div id="header-region" class="clear-block">
16
			<?php print $header; ?>
17
			<?php print $header; ?>
17
			
-
 
-
 
18
			<?php print $closure; ?>
18
		</div>
19
		</div>
19
		
20
		
20
		<div class="titre_site"> 
21
		<div class="titre_site"> 
21
			<span id="observatoire">Observatoire </span> 
22
			<span id="observatoire">Observatoire </span> 
22
			<span id="des">des</span>
23
			<span id="des">des</span>
23
			<span id="saisons"> Saisons</span> 
24
			<span id="saisons"> Saisons</span> 
24
		</div>
25
		</div>
25
		
26
		
26
		<div id="wrapper" class="zone_principale">
27
		<div id="wrapper" class="zone_principale">
27
			<div class="navigation_niveau_1"> 							
28
			<div class="navigation_niveau_1"> 							
28
				<?php if (isset($primary_links)) : ?>
29
				<?php if (isset($primary_links)) : ?>
29
					<?php print theme('links', $primary_links, array('class' => 'links primary-links')) ?> 
30
					<?php print primary_links( $primary_links, array('class' => 'links primary-links')) ?> 
30
				<?php endif; ?>
31
				<?php endif; ?>
31
				
32
				
32
				<?php if (isset($secondary_links)) : ?>
33
				<?php if (isset($secondary_links)) : ?>
33
					<?php print theme('links', $secondary_links, array('class' => 'links secondary-links')) ?>
34
					<?php print theme('links', $secondary_links, array('class' => 'links secondary-links')) ?>
34
				<?php endif; ?>
35
				<?php endif; ?>
35
			</div>
36
			</div>
36
		
37
		
37
			<?php $saisons = array('printemps', 'ete', 'automne','hiver'); $saison = $saisons[rand(0,3)]; ?>
38
			<?php $saisons = array('printemps', 'ete', 'automne','hiver'); $saison = $saisons[rand(0,3)]; ?>
38
			<div id="header" class="<?= $saison; ?>">
39
			<div id="header" class="<?= $saison; ?>">
39
				<div id="logo-floater">
40
				<div id="logo-floater">
40
		        	<?php			
41
		        	<?php			
41
						if ($logo || $site_title) {
42
						if ($logo || $site_title) {
42
							print '<h1><a href="'. check_url($front_page) .'" title="'. $site_title .'">';
43
							print '<h1><a href="'. check_url($front_page) .'" title="'. $site_title .'">';
43
							if ($logo) {
44
							if ($logo) {
44
								print '<img src="'. check_url($logo) .'" alt="'. $site_title .'" id="logo" />';
45
								print '<img src="'. check_url($logo) .'" alt="'. $site_title .'" id="logo" />';
45
							}
46
							}
46
							print $site_html .'</a></h1>';
47
							print $site_html .'</a></h1>';
47
						}		          
48
						}		          
48
					?>
49
					?>
49
				</div>
50
				</div>
50
			
51
			
51
			</div> <!-- /header -->
52
			</div> <!-- /header -->
52
			
53
			
53
			<div id="left">
54
			<div id="left">
54
				<?php if ($left): ?>
55
				<?php if ($left): ?>
-
 
56
					<div class="menu_recourbe"></div> 
55
		        	<div id="sidebar-left" class="sidebar">
57
		        	<div id="sidebar-left" class="sidebar">
56
		          		<?php print $left ?>
58
		          		<?php print $left ?>
57
		        	</div>
59
		        	</div>
58
		      <?php endif; ?>
60
		      <?php endif; ?>
59
			</div><!-- /navigation -->
61
			</div><!-- /navigation -->
60
			
62
			
61
			
63
			
62
			<div id="center">
64
			<div id="center">
63
	          <?php print $breadcrumb; ?>
65
	          <?php print $breadcrumb; ?>
64
	          <?php if ($title): print '<h2'. ($tabs ? ' class="with-tabs"' : '') .'>'. $title .'</h2>'; endif; ?>
66
	          <?php if ($title): print '<h2'. ($tabs ? ' class="with-tabs"' : '') .'>'. $title .'</h2>'; endif; ?>
65
	          <?php print $help; ?>
67
	          <?php print $help; ?>
66
	          
68
	          
67
	          <?php print $content ?>
69
	          <?php print $content ?>
68
	          
70
	          
69
	          <?php print $feed_icons ?>
71
	          <?php print $feed_icons ?>
70
	          
72
	          
71
      		</div><!-- centre --> 
73
      		</div><!-- centre --> 
72
      		
74
      		
73
      		<div id="right"> 
75
      		<div id="right"> 
74
	      		<?php if ($right): ?>
76
	      		<?php if ($right): ?>
75
					<div id="sidebar-right" class="sidebar">
77
					<div id="sidebar-right" class="sidebar">
76
						<?php print $right ?>
78
						<?php print $right; ?>
77
					</div><!-- zone droite --> 
79
					</div><!-- zone droite --> 
78
				<?php endif; ?>
80
				<?php endif; ?>
79
			</div>
81
			</div>
80
      		      		
82
      		      		
81
      		<div id="footer">
83
      		<div id="footer">
82
				<?php print $footer_message ?>
84
				<?php print $footer_message; ?>
-
 
85
				<?php print $footer ;?>
-
 
86
				<div class="liens_bas_page">
-
 
87
					<a id="lien_tela" class="lien_externe" href="http://www.tela-botanica.org"> Association Tela Botanica </a> - 
-
 
88
					<a id="lien_contact" class="lien_interne" href="http://www.tela-botanica.org"> Contact </a> - 
-
 
89
					<a id="lien_faq" class="lien_interne" href="http://www.tela-botanica.org"> FAQ </a>
-
 
90
				</div>
83
			</div><!-- pied de page --> 
91
			</div><!-- pied de page --> 
84
			
92
			
85
		</div> <!--fermeture div zone-principale-->
93
		</div> <!--fermeture div zone-principale-->
86
	</body>
94
	</body>
87
</html>
95
</html>