Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 695 → Rev 696

/trunk/modules/pdf_export/squelettes/pdf_repartition.tpl.html
24,11 → 24,11
<?php endif; ?>
<!-- OBSERVATIONS -->
<? if (!empty($repartition['min']['eflore']) && !empty($repartition['eflore']['legende'])) : ?>
<? if (!empty($repartition['eflore']['min']) && !empty($repartition['eflore']['legende'])) : ?>
<div class="deux-colonnes">
<h2>Observations</h2>
<div class="repartition_observations allow-break" >
<img src="<?=$repartition['min']['eflore']?>" />
<img src="<?=$repartition['eflore']['min']?>" />
</div>
<div class="legende_r allow-break">
<? foreach ($repartition['eflore']['legende'] as $id => $details) :?>
46,7 → 46,7
<!-- VIDE DE DONNEES -->
<?php if (empty($repartition['chorodep']['svgUrl'])
&& empty($repartition['chorodep']['legende'])
&& empty($repartition['min']['eflore'])
&& empty($repartition['eflore']['min'])
&& empty($repartition['eflore']['legende'])) : ?>
Auncune donnée.
<?php endif; ?>
/trunk/modules/pdf_export/squelettes/pdf_classification.tpl.html
18,7 → 18,7
</tr>
<?php endforeach; ?>
<tr class='surlignage'>
<tr class="surlignage">
<td><?= $classification['taxon_courant']['rang.libelle'] ?></td>
<td><?= $classification['taxon_courant']['nom_sci'] ?></td>
<td><?= $classification['taxon_courant']['num_nom'] ?></td>
/trunk/modules/pdf_export/squelettes/pdf_illustrations.tpl.html
26,14 → 26,13
<h2>Carnet En Ligne (CEL)</h2>
<span class="citation"><?= $illustrations['cel']['meta']['titre']?></span><br/>
<div id="illustrations">
<? $image = reset($illustrations['cel']['images']);?>
<ul class="liste-illustrations allow-break">
<li>
<img src="<?= $image['src']; ?>" />
<p>
à <strong class="localisation"><?= $image['commune']; ?></strong><br />
observée le <strong class="date-creation"><?= $image['date']; ?></strong><br />
par <strong class="auteur"><?= $image['auteur']; ?></strong>
à <strong class="localisation"><?= $illustrations['cel']['images']['commune']; ?></strong><br />
observée le <strong class="date-creation"><?= $illustrations['cel']['images']['date']; ?></strong><br />
par <strong class="auteur"><?= $illustrations['cel']['images']['auteur']; ?></strong>
</p>
</li>
</ul>