Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 1522 → Rev 1523

/trunk/modules/fiche/squelettes/fiche_synthese_niveau2.tpl.html
17,7 → 17,7
<tr>
<td colspan="2">
<?if ($description['description']['type_bio'] != '') : ?>
<span class="titre">Type Biologique :</span> <?=$description['description']['type_bio']; ?><br/>
<span class="titre">Type Biologique :</span> <?= html_encode($description['description']['type_bio']); ?><br/>
<? endif; ?>
</td>
</tr>
144,7 → 144,7
<? endif;?>
<? endif;?><br />
<a href="<?=$url;?>description" id="alignement-droite">
<a href="<?=$url;?>description" class="alignement-droite">
Voir +/Compléter
</a>
</div>
170,7 → 170,7
<span class="titre">caractéristiques climatiques</span>
<div class="graphique">
<object type="image/svg+xml" data="<?=$ecologie['graph']['description']['climat_url']?>"
class="svg" alt="<?=$ecologie['graph']['description']['climat_url_png']?>" >
class="svg" >
</object>
</div>
<? endif;?>
178,7 → 178,7
<span class="titre">caractéristiques du sol</span>
<div class="graphique">
<object type="image/svg+xml" data="<?=$ecologie['graph']['description']['sol_url']?>"
class="svg" alt="<?=$ecologie['graph']['description']['sol_url_png']?>" >
class="svg" >
</object>
</div>
<? endif;?>
199,7 → 199,7
</span>
<? endif; ?>
<br/>
<a href="<?=$url;?>ecologie" id="alignement-droite">
<a href="<?=$url;?>ecologie" class="alignement-droite">
Voir +/Compléter
</a>
</div>
262,7 → 262,7
<div>Aucun taxon inférieur référencé </div>
<?php } ?>
<br/>
<a href="<?=$url;?>nomenclature" id="alignement-droite">
<a href="<?=$url;?>nomenclature" class="alignement-droite">
Voir +/Compléter
</a>
</div>
291,7 → 291,7
<div> - <?= $reference['reference_html']; ?> </div>
<?php endforeach; ?>
<?php if($bibliographie['autresReferences'] > 0) { ?>
<a href="<?=$url;?>nomenclature" id="alignement-droite">
<a href="<?=$url;?>nomenclature" class="alignement-droite">
et <?= $bibliographie['autresReferences'] ?>
autre<?= ($bibliographie['autresReferences'] > 1) ? 's' : '' ?>
référence<?= ($bibliographie['autresReferences'] > 1) ? 's' : '' ?>
299,7 → 299,7
<?php } } ?>
<?php }?>
<hr class="nettoyage" />
<a href="<?=$url;?>bibliographie" id="alignement-droite">
<a href="<?=$url;?>bibliographie" class="alignement-droite">
Voir +/Compléter
</a>
</div>
328,7 → 328,7
</span>
<?php endif; ?>
<br/>
<a href="<?=$url;?>illustrations" id="alignement-droite">
<a href="<?=$url;?>illustrations" class="alignement-droite">
Voir +/Compléter
</a>
</div>
348,12 → 348,12
<? endif; ?>
<? if ($repartition['chorodep'] != null) : ?>
<h4>Répartition départementale</h4>
<a href="<?=$url;?>repartition" id="alignement-droite">
<a href="<?=$url;?>repartition" class="alignement-droite">
<img src="<?=htmlentities($repartition['chorodep'])?>" alt="<?= $infos['nom_sci'] ?> - carte de répartition"/>
</a>
<? endif; ?>
<br/>
<a href="<?=$url;?>repartition" id="alignement-droite">
<a href="<?=$url;?>repartition" class="alignement-droite">
Voir +/Compléter
</a>
</div>
387,11 → 387,11
<?= $statut['liste_rouge'][0]['num_categorie'].' - '.$statut['liste_rouge'][0]['categorie']; ?><br />
</a>
<? } ?>
<? if ($statut['wikini']['statuts_de_protection'] == '' && !isset($statut['statuts'][0]) && !isset($statut['liste_rouge'][0])) {?>
<? if ($statut['wikini']['statuts_de_protection'] == '' && ($statut['statuts'] == array()) && !isset($statut['liste_rouge'][0])) {?>
<span class="pas_de_protection">Pas de protection connue</span>
<? }?>
<br />
<a href="<?=$url;?>statut" id="alignement-droite">
<a href="<?=$url;?>statut" class="alignement-droite">
Voir +/Compléter
</a>
</div>
417,7 → 417,7
<div> - <?= $nom_verna['nom_vernaculaire'].' ('.$nom_verna['code_langue'].')'; ?> </div>
<?php endforeach; ?>
<?php if($ethnobotanique['autresNomsVerna'] > 0) { ?>
<a href="<?=$url;?>ethnobotanique" id="alignement-droite">
<a href="<?=$url;?>ethnobotanique" class="alignement-droite">
et <?= $ethnobotanique['autresNomsVerna'] ?>
autre<?= ($ethnobotanique['autresNomsVerna'] > 1) ? 's' : '' ?>
nom<?= ($ethnobotanique['autresNomsVerna'] > 1) ? 's' : '' ?>
437,7 → 437,7
</a>
<? } else { echo $ethnobotanique['wikini']['culture_et_arts']; } ?>
<br />
<a href="<?=$url;?>ethnobotanique" id="alignement-droite">
<a href="<?=$url;?>ethnobotanique" class="alignement-droite">
Voir +/Compléter
</a>
</div>