| Line 1... | 
            Line 1... | 
          
          
            | 1 | 
            <?php /** Inclusion du fichier principal de l'application*/
  | 
            1 | 
            <?php /** Inclusion du fichier principal de l'application*/
  | 
          
          
            | 2 | 
            	require_once '/home/aurelien/web/obs_saisons/applications/saisie/saisie.php';
  | 
            2 | 
            	require_once '/home/obssaiso/www/applications/saisie/saisie.php';
  | 
          
          
            | 3 | 
            ?>
  | 
            3 | 
            ?>
  | 
          
          
            | 4 | 
            <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  | 
            4 | 
            <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  | 
          
          
            | 5 | 
            <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr">
  | 
            5 | 
            <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr">
  | 
          
          
            | 6 | 
            	<head>
  | 
            6 | 
            	<head>
  | 
          
          
            | 7 | 
            		<?php print $head ?>
  | 
            7 | 
            		<?php print $head ?>
  | 
          
          
            | Line 9... | 
            Line 9... | 
          
          
            | 9 | 
                	<?php print $styles ?>
  | 
            9 | 
                	<?php print $styles ?>
  | 
          
          
            | 10 | 
                	<?php print $scripts ?>
  | 
            10 | 
                	<?php print $scripts ?>
  | 
          
          
            | 11 | 
                	<!--[if lt IE 7]>
  | 
            11 | 
                	<!--[if lt IE 7]>
  | 
          
          
            | 12 | 
                  		<?php print phptemplate_get_ie_styles(); ?>
  | 
            12 | 
                  		<?php print phptemplate_get_ie_styles(); ?>
  | 
          
          
            | 13 | 
                	<![endif]-->
  | 
            13 | 
                	<![endif]-->
  | 
          
          
            | 14 | 
                	
  | 
            - | 
               | 
          
          
            | 15 | 
            		<?= Liens::renvoyerStylesInclus() ?>
  | 
            14 | 
            		<?= Liens::renvoyerStylesInclus() ?>
  | 
          
          
            | 16 | 
            		<?= Liens::renvoyerScriptsInclus() ?>
  | 
            15 | 
            		<?= Liens::renvoyerScriptsInclus() ?>
  | 
          
          
            | Line 17... | 
            Line 16... | 
          
          
            | 17 | 
            		
  | 
            16 | 
            		
  | 
          
          
            | 18 | 
            		<link href="http://www.obs-saisons.fr/rss" title="Observatoire des saisons : les derniers articles" type="application/rss+xml" rel="alternate" />
  | 
            17 | 
            		<link href="http://www.obs-saisons.fr/rss" title="Observatoire des saisons : les derniers articles" type="application/rss+xml" rel="alternate" />
  | 
          
          
            | Line 64... | 
            Line 63... | 
          
          
            | 64 | 
            			
  | 
            63 | 
            			
  | 
          
          
            | Line 65... | 
            Line 64... | 
          
          
            | 65 | 
            			</div> <!-- /header -->
  | 
            64 | 
            			</div> <!-- /header -->
  | 
          
          
            | 66 | 
            			
  | 
            65 | 
            			
  | 
          
          
            | 67 | 
            			<div id="left">
  | 
            66 | 
            			<div id="left">
  | 
          
          
            | 68 | 
            				<div class="menu_recourbe"></div> 
  | 
            67 | 
            				<div class="menu_recourbe"></div> 
  | 
          
          
            | 69 | 
            		        	<div id="sidebar-left" class="sidebar">
  | 
            68 | 
            		        	<div id="sidebar-left" class="sidebar general">
  | 
          
          
            | 70 | 
            		        		<?php if(AppControleur::utilisateurEstIdentifie()) { ?>
  | 
            69 | 
            		        		<?php if(AppControleur::utilisateurEstIdentifie()) { ?>
  | 
          
          
            | 71 | 
            							<?php print AppControleur::getContenuNavigation(); ?>
  | 
            70 | 
            							<?php print AppControleur::getContenuNavigation(); ?>
  | 
          
          
            | 72 | 
            						<?php } else { ?>
  | 
            71 | 
            						<?php } else { ?>
  | 
          
          
            | Line 77... | 
            Line 76... | 
          
          
            | 77 | 
            			</div><!-- /navigation -->
  | 
            76 | 
            			</div><!-- /navigation -->
  | 
          
          
            | Line 78... | 
            Line 77... | 
          
          
            | 78 | 
            			
  | 
            77 | 
            			
  | 
          
          
            | 79 | 
            			
  | 
            78 | 
            			
  | 
          
          
            | 80 | 
            			<div id="center">
  | 
            - | 
               | 
          
          
            | 81 | 
            				<?php print AppControleur::getContenuTete(); ?>
  | 
            79 | 
            			<div id="center">
  | 
          
          
            | Line 82... | 
            Line 80... | 
          
          
            | 82 | 
            				          
  | 
            80 | 
            				<?php print AppControleur::getContenuTete(); ?>
  | 
          
          
            | Line 83... | 
            Line 81... | 
          
          
            | 83 | 
            	          <?php print $help; ?>
  | 
            81 | 
            	          <?php print $help; ?>
  | 
          
          
            | Line 84... | 
            Line 82... | 
          
          
            | 84 | 
            	          
  | 
            82 | 
            	          
  | 
          
          
            | Line 85... | 
            Line 83... | 
          
          
            | 85 | 
            	          <?php print AppControleur::getContenuCorps(); ?>
  | 
            83 | 
            	          <?php print AppControleur::getContenuCorps(); ?>
  | 
          
          
            | 86 | 
            	          
  | 
            84 | 
            	          
  | 
          
          
            | 87 | 
            	          <?php print $feed_icons ?>
  | 
            - | 
               | 
          
          
            | 88 | 
            	          
  | 
            85 | 
            	          <?php print $feed_icons ?>
  | 
          
          
            | 89 | 
                  		</div><!-- centre --> 
  | 
            86 | 
            	          
  | 
          
          
            | 90 | 
                  		
  | 
            87 | 
                  		</div><!-- centre --> 
  | 
          
          
            | 91 | 
            		<div id="footer">
  | 
            88 | 
                  		
  | 
          
          
            | 92 | 
            				<?php print $footer_message; ?>
  | 
            89 | 
            		<div id="footer">
  | 
          
          
            | 93 | 
            				<?php print $footer ;?>
  | 
            90 | 
            		<?php print AppControleur::getContenuPied(); print $footer_message; ?>
  | 
          
          
            | Line 94... | 
            Line 91... | 
          
          
            | 94 | 
            				<div class="liens_bas_page">
  | 
            91 | 
            		<div class="liens_bas_page">
  | 
          
          
            | 95 | 
            					<div class="liens_internes">
  | 
            92 | 
            			<div class="liens_internes">
  | 
          
          
            | 96 | 
            						<a id="lien_aide" class="lien_interne" href="http://www.obs-saisons.fr" > Aide </a>  
  | 
            93 | 
            				<a id="lien_aide" class="lien_interne" href="http://www.obs-saisons.fr/aide" > Aide </a>  
  | 
          
          
            | 97 | 
            						<a id="lien_rss" class="lien_interne" href="http://www.obs-saisons.fr" > FAQ </a>
  | 
            94 | 
            				<a id="lien_rss" class="lien_interne" href="http://www.obs-saisons.fr/rss" > RSS </a>
  | 
          
          
            | 98 | 
            						<a id="lien_contact" class="lien_interne" href="<?php echo $GLOBALS['base_url']; ?>/contact" > Contact </a>
  | 
            95 | 
            				<a id="lien_contact" class="lien_interne" href="http://www.obs-saisons.fr/about/contact" > Contact </a>
  | 
          
          
            | 99 | 
            					</div>
  | 
            96 | 
            			</div>
  | 
          
          
            | Line 100... | 
            Line 97... | 
          
          
            | 100 | 
             
  | 
            97 | 
             
  | 
          
          
            | 101 | 
            					<div class="liens_externes">
  | 
            98 | 
            			<div class="liens_externes">
  | 
          
          
            | 102 | 
            						<a id="lien_tela" class="lien_externe" href="http://www.tela-botanica.org"> Réalisation : Tela Botanica 2010 </a> - 
  | 
            99 | 
            				<a id="lien_tela" class="lien_externe" href="http://www.tela-botanica.org"> Réalisation : Tela Botanica 2010 </a> - 
  | 
          
          
            | 103 | 
            						<a id="lien_CMS" class="lien_externe" href="http://drupal.org/"> Drupal </a> - 
  | 
            100 | 
            				<a id="lien_CMS" class="lien_externe" href="http://drupal.org/"> Drupal </a> - 
  |