| 93 | 
           aurelien | 
           1 | 
           <?php /** Inclusion du fichier principal de l'application*/
  | 
        
        
            | 
            | 
           2 | 
           	require_once '/home/aurelien/web/obs_saisons/applications/saisie/saisie.php';
  | 
        
        
            | 
            | 
           3 | 
           ?>
  | 
        
        
            | 
            | 
           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">
  | 
        
        
            | 
            | 
           6 | 
           	<head>
  | 
        
        
            | 
            | 
           7 | 
           		<?php print $head ?>
  | 
        
        
            | 
            | 
           8 | 
               	<title><?php print $head_title ?></title>
  | 
        
        
            | 
            | 
           9 | 
               	<?php print $styles ?>
  | 
        
        
            | 
            | 
           10 | 
               	<?php print $scripts ?>
  | 
        
        
            | 
            | 
           11 | 
               	<!--[if lt IE 7]>
  | 
        
        
            | 
            | 
           12 | 
                 		<?php print phptemplate_get_ie_styles(); ?>
  | 
        
        
            | 
            | 
           13 | 
               	<![endif]-->
  | 
        
        
            | 
            | 
           14 | 
              | 
        
        
            | 
            | 
           15 | 
           		<?= Liens::renvoyerStylesInclus() ?>
  | 
        
        
            | 
            | 
           16 | 
           		<?= Liens::renvoyerScriptsInclus() ?>
  | 
        
        
            | 
            | 
           17 | 
              | 
        
        
            | 
            | 
           18 | 
           		<?php print AppControleur::getContenuPied(); print $footer_message; ?>
  | 
        
        
            | 
            | 
           19 | 
              | 
        
        
            | 
            | 
           20 | 
             	</head>
  | 
        
        
            | 
            | 
           21 | 
              | 
        
        
            | 
            | 
           22 | 
             	<body<?php print phptemplate_body_class($left, $right); ?>>
  | 
        
        
            | 
            | 
           23 | 
              | 
        
        
            | 
            | 
           24 | 
           		<div id="header-region" class="clear-block">
  | 
        
        
            | 
            | 
           25 | 
           			<?php print $header; ?>
  | 
        
        
            | 
            | 
           26 | 
              | 
        
        
            | 
            | 
           27 | 
           		</div>
  | 
        
        
            | 
            | 
           28 | 
              | 
        
        
            | 
            | 
           29 | 
           		<div id="wrapper" class="zone_principale">
  | 
        
        
            | 
            | 
           30 | 
           			<div class="navigation_niveau_1">
  | 
        
        
            | 
            | 
           31 | 
           				<?php if (isset($primary_links)) : ?>
  | 
        
        
            | 
            | 
           32 | 
           					<?php print theme('links', $primary_links, array('class' => 'links primary-links')) ?>
  | 
        
        
            | 
            | 
           33 | 
           				<?php endif; ?>
  | 
        
        
            | 
            | 
           34 | 
           				<?php if (isset($secondary_links)) : ?>
  | 
        
        
            | 
            | 
           35 | 
           					<?php print theme('links', $secondary_links, array('class' => 'links secondary-links')) ?>
  | 
        
        
            | 
            | 
           36 | 
           				<?php endif; ?>
  | 
        
        
            | 
            | 
           37 | 
           			</div>
  | 
        
        
            | 
            | 
           38 | 
              | 
        
        
            | 
            | 
           39 | 
           			<?php $saisons = array('printemps', 'ete', 'automne','hiver'); $saison = $saisons[rand(0,3)]; ?>
  | 
        
        
            | 
            | 
           40 | 
           			<div id="header" class="<?= $saison; ?>">
  | 
        
        
            | 
            | 
           41 | 
           				<div id="logo-floater">
  | 
        
        
            | 
            | 
           42 | 
           		        	<?php
  | 
        
        
            | 
            | 
           43 | 
           						if ($logo || $site_title) {
  | 
        
        
            | 
            | 
           44 | 
           							print '<h1><a href="'. check_url($front_page) .'" title="'. $site_title .'">';
  | 
        
        
            | 
            | 
           45 | 
           							if ($logo) {
  | 
        
        
            | 
            | 
           46 | 
           								print '<img src="'. check_url($logo) .'" alt="'. $site_title .'" id="logo" />';
  | 
        
        
            | 
            | 
           47 | 
           							}
  | 
        
        
            | 
            | 
           48 | 
           							print $site_html .'</a></h1>';
  | 
        
        
            | 
            | 
           49 | 
           						}
  | 
        
        
            | 
            | 
           50 | 
           					?>
  | 
        
        
            | 
            | 
           51 | 
           				</div>
  | 
        
        
            | 
            | 
           52 | 
              | 
        
        
            | 
            | 
           53 | 
           			</div> <!-- /header -->
  | 
        
        
            | 
            | 
           54 | 
              | 
        
        
            | 
            | 
           55 | 
           			<div id="left">
  | 
        
        
            | 
            | 
           56 | 
           				<?php if ($left): ?>
  | 
        
        
            | 
            | 
           57 | 
           		        	<div id="sidebar-left" class="sidebar">
  | 
        
        
            | 
            | 
           58 | 
           		        		<?php if(AppControleur::utilisateurEstIdentifie()) { ?>
  | 
        
        
            | 
            | 
           59 | 
           							<?php print AppControleur::getContenuNavigation(); ?>
  | 
        
        
            | 
            | 
           60 | 
           						<?php } else { ?>
  | 
        
        
            | 
            | 
           61 | 
           							<?php print $left ?>
  | 
        
        
            | 
            | 
           62 | 
           						<?php } ?>
  | 
        
        
            | 
            | 
           63 | 
           		        	</div>
  | 
        
        
            | 
            | 
           64 | 
           		      <?php endif; ?>
  | 
        
        
            | 
            | 
           65 | 
           			</div><!-- /navigation -->
  | 
        
        
            | 
            | 
           66 | 
              | 
        
        
            | 
            | 
           67 | 
              | 
        
        
            | 
            | 
           68 | 
           			<div id="center">
  | 
        
        
            | 
            | 
           69 | 
           	          <?php print $help; ?>
  | 
        
        
            | 
            | 
           70 | 
              | 
        
        
            | 
            | 
           71 | 
           	          <?php print AppControleur::getContenuCorps(); ?>
  | 
        
        
            | 
            | 
           72 | 
              | 
        
        
            | 
            | 
           73 | 
           	          <?php print $feed_icons ?>
  | 
        
        
            | 
            | 
           74 | 
              | 
        
        
            | 
            | 
           75 | 
                 		</div><!-- centre -->
  | 
        
        
            | 
            | 
           76 | 
              | 
        
        
            | 
            | 
           77 | 
                 		<div id="footer">
  | 
        
        
            | 
            | 
           78 | 
           				<?php print AppControleur::getContenuPied(); print $footer_message; ?>
  | 
        
        
            | 
            | 
           79 | 
           			</div><!-- pied de page -->
  | 
        
        
            | 
            | 
           80 | 
              | 
        
        
            | 
            | 
           81 | 
           		</div> <!--fermeture div zone-principale-->
  | 
        
        
            | 
            | 
           82 | 
           	</body>
  | 
        
        
            | 
            | 
           83 | 
           </html>
  |