Subversion Repositories Sites.obs-saisons.fr

Rev

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

Rev 31 Rev 39
1
<!-- ODS_SAISIE - DEBUT FICHE INDIVIDU -->
1
<!-- ODS_SAISIE - DEBUT FICHE INDIVIDU -->
2
<div id="fiche_individu">
2
<div id="fiche_individu">
3
    <h2 class="titre_fiche"> <?= $infos_individu['nom'] ?></h2>
3
    <h2 class="titre_fiche"> <?= $infos_individu['nom'] ?></h2>
4
    <hr class="separation_section" />
4
    <hr class="separation_section" />
5
    
5
    
6
    <h3 class="titre_section_fiche"> Espèce </h3>
6
    <h3 class="titre_section_fiche"> Espèce </h3>
7
    <div class="informations_espece">
7
    <div class="informations_espece">
8
    	<img alt="image de l'espece" class="droite" width="100px" src="<?= $infos_espece['url_image'] ?>" />
8
    	<img alt="image de l'espece" class="droite" width="100px" src="<?= $infos_espece['url_image'] ?>" />
9
    	<span class="intitule_fiche"> <?= $infos_espece['nom_vernaculaire'] ?> </span>
9
    	<span class="intitule_fiche"> <?= $infos_espece['nom_vernaculaire'] ?> </span>
10
		<span class="valeur_fiche"> (<?= $infos_espece['nom_scientifique'] ?>) </span>
10
		<span class="valeur_fiche"> (<?= $infos_espece['nom_scientifique'] ?>) </span>
11
	</div>
11
	</div>
12
 
12
 
13
    <p class="intitule_fiche" > <?= $infos_espece['description'] ?> </p>
13
    <p class="intitule_fiche" > <a href="<?= $infos_espece['description'] ?>"> Voir la description sur wikipedia </a></p>
14
    
14
    
15
    <hr class="separation_section" />
15
    <hr class="separation_section" />
16
    
16
    
17
    <h3 class="titre_section_fiche" > Observations réalisées </h3>
17
    <h3 class="titre_section_fiche" > Observations réalisées </h3>
18
    	<div class="pliage">
18
    	<div class="pliage">
19
	    	<h4> année 2006</h4>
-
 
20
	    	<ul>
19
    		<ul>
21
	    		<li>
-
 
22
	    			<div class="pliage">
20
	    		<?php foreach ($annees_observations as $annee => $observations) : ?>
23
	    				<h4>Floraison</h4>
-
 
24
		   				<ul>
-
 
25
		   					<li>
21
	    			<li>
26
		   						Stade 12 : 12/10/2006
22
		    			<h4> année <?= $annee; ?></h4>
27
		   					</li>
23
		    			<ul>
28
		   					<li>
-
 
29
		   						Stade 35 : 15/10/2006
24
			    			<?php foreach($observations as $stade => $observation) : ?>
30
		   					</li>
-
 
31
		   				</ul>
-
 
32
		   			</div>
-
 
33
	    		</li>
-
 
34
	    		<li>
-
 
35
	    			<div class="pliage">
25
			    				<div class="pliage">
36
		    			<h4>Scenescence</h4>
26
					    			<h4><?= $stade ?></h4>
37
		   				<ul>
27
							    	<ul>
-
 
28
							    		<?php foreach($observation as $num_stade => $date) : ?>
38
		   					<li>
29
						   					<li>
39
		   						Stade 88 : 11/11/2006
30
						   						<?= $stade.' '.$num_stade.' : '.$date ?>
40
		   					</li>
31
						   					</li>
41
		   				</ul>
-
 
42
	   				</div>
-
 
43
	    		</li>
-
 
44
	    		<li>
-
 
45
	    			<div class="pliage">
-
 
46
		    			<h4>Pourriture</h4>
32
						   				<?php endforeach; ?>
47
		   				<ul>
33
					   				</ul>
48
		   					<li>
-
 
49
		   						Stade 12 : 12/12/2006
-
 
50
		   					</li>
34
					   			</div>
51
		   					<li>
-
 
52
		   						Stade 35 : 25/12/2006
35
							<?php endforeach; ?>
53
		   					</li>
-
 
54
		   				</ul>
36
						</ul>
55
	   				</div>
37
					</li>
56
	    		</li>
38
				<?php endforeach; ?>
57
	    	</ul>
39
			</ul>
58
	    </div>
40
		</div>
59
    
-
 
60
    <hr class="separation_section" />
41
    <hr class="separation_section" />
61
</div>
42
</div>
62
<!-- ODS_SAISIE - FIN FICHE INDIVIDU --> 
43
<!-- ODS_SAISIE - FIN FICHE INDIVIDU -->