| Line 1... |
Line 1... |
| 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>
|
- |
|
| 5 |
<?php print $head ?>
|
4 |
<?php print $head ?>
|
| 6 |
<title><?php print $head_title ?></title>
|
5 |
<title><?php print $head_title ?></title>
|
| 7 |
<?php print $styles ?>
|
6 |
<?php print $styles ?>
|
| 8 |
<?php print $scripts ?>
|
7 |
<?php print $scripts ?>
|
| 9 |
<!--[if lt IE 7]>
|
8 |
<!--[if lt IE 7]>
|
| Line 81... |
Line 80... |
| 81 |
<?php print $right; ?>
|
80 |
<?php print $right; ?>
|
| 82 |
</div><!-- zone droite -->
|
81 |
</div><!-- zone droite -->
|
| 83 |
<?php endif; ?>
|
82 |
<?php endif; ?>
|
| 84 |
</div>
|
83 |
</div>
|
| Line 85... |
Line 84... |
| 85 |
|
84 |
|
| 86 |
<div id="footer">
|
85 |
<div id="footer">
|
| 87 |
<?php print $footer_message; ?>
|
86 |
<?php print $footer_message; ?>
|
| 88 |
<?php print $footer ;?>
|
87 |
<?php print $footer ;?>
|
| - |
|
88 |
<div class="liens_bas_page">
|
| 89 |
<div class="liens_bas_page">
|
89 |
<div class="liens_internes">
|
| 90 |
<a id="lien_aide" class="lien_interne" href="http://www.obs-saisons.fr"> Aide </a>
|
90 |
<a id="lien_aide" class="lien_interne" href="http://www.obs-saisons.fr" > Aide </a>
|
| 91 |
<a id="lien_rss" class="lien_interne" href="http://www.obs-saisons.fr"> FAQ </a>
|
91 |
<a id="lien_rss" class="lien_interne" href="http://www.obs-saisons.fr" > FAQ </a>
|
| - |
|
92 |
<a id="lien_contact" class="lien_interne" href="<?php echo $GLOBALS['base_url']; ?>/contact" > Contact </a>
|
| - |
|
93 |
</div>
|
| - |
|
94 |
|
| - |
|
95 |
<div class="liens_externes">
|
| - |
|
96 |
<a id="lien_tela" class="lien_externe" href="http://www.tela-botanica.org"> Réalisation : Tela Botanica 2010 </a> -
|
| - |
|
97 |
<a id="lien_CMS" class="lien_externe" href="http://drupal.org/"> Drupal </a> -
|
| 92 |
<a id="lien_contact" class="lien_interne" href="<a href="<?php echo $GLOBALS['base_url']; ?>/contact"> Contact </a>
|
98 |
</div>
|
| 93 |
</div>
|
- |
|
| 94 |
<div class="liens_bas_page">
|
- |
|
| 95 |
<a id="lien_tela" class="lien_externe" href="http://www.tela-botanica.org"> Réalisation : Tela Botanica 2010 </a> -
|
- |
|
| 96 |
<a id="lien_CMS" class="lien_externe" href="http://drupal.org/"> Drupal </a> -
|
- |
|
| 97 |
</div>
|
99 |
</div>
|
| Line 98... |
Line 100... |
| 98 |
</div><!-- pied de page -->
|
100 |
</div><!-- pied de page -->
|
| 99 |
|
101 |
|
| 100 |
</div> <!--fermeture div zone-principale-->
|
102 |
</div> <!--fermeture div zone-principale-->
|
| 101 |
</body>
|
103 |
</body>
|