Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 1160 → Rev 1161

/trunk/modules/mobile/squelettes/theme_gentiana_niveau1.tpl.html
129,6 → 129,33
<? endfor; ?>
</div>
<? else : ?>
<? if (isset($repartition['chorodep'])) /* affichage de la chorologie quand même, en l'absence de fiche Smartflore */ : ?>
<div class="row-fluid infos">
<div data-target="#c9" data-toggle="collapse" class="btn btn-block couleur1-bg">
<h4 class="padding-left-1em">
<i class="icon-home pull-left"></i>
Écologie &amp; habitat</h4>
</div>
<div class="in collapse" id="c9" style="height: auto;">
<div class="bg couleur1-bg">
<div class="textes">
<div class="span6 margin-right-05em"> Carte de répartition <br>
<ul class="gallery style-none margin-center" id="galerie_carte">
<li>
<a href="<?= $repartition['chorodep'] ?>" rel="external">
<img style="width:190px; height:178px" src="<?= $repartition['chorodep'] ?>" class="" title="Carte de répartition" alt="Carte de répartition" />
</a>
</li>
</ul>
</div>
<div class="clearfix"></div>
</div><!-- Fin de la zone de texte -->
</div>
</div><!-- Fin de la zone déroulante -->
</div>
<? endif; ?>
 
 
<? if ($floraison['coste']['description']['texte'] != '') : ?>
<?= $floraison['coste']['description']['texte']; ?>
<? else : ?>
/trunk/modules/mobile/squelettes/theme_gentiana2_niveau1.tpl.html
143,6 → 143,33
<? endfor; ?>
</div>
<? else : ?>
 
<? if (isset($repartition['chorodep'])) /* affichage de la chorologie quand même, en l'absence de fiche Smartflore */ : ?>
<div class="row-fluid infos">
<div data-target="#c9" data-toggle="collapse" class="btn btn-block couleur1-bg">
<h4 class="padding-left-1em">
<i class="icon-home pull-left"></i>
Écologie &amp; habitat</h4>
</div>
<div class="in collapse" id="c9" style="height: auto;">
<div class="bg couleur1-bg">
<div class="textes">
<div class="span6 margin-right-05em"> Carte de répartition <br>
<ul class="gallery style-none margin-center" id="galerie_carte">
<li>
<a href="<?= $repartition['chorodep'] ?>" rel="external">
<img style="width:190px; height:178px" src="<?= $repartition['chorodep'] ?>" class="" title="Carte de répartition" alt="Carte de répartition" />
</a>
</li>
</ul>
</div>
<div class="clearfix"></div>
</div><!-- Fin de la zone de texte -->
</div>
</div><!-- Fin de la zone déroulante -->
</div>
<? endif; ?>
 
<? if ($floraison['coste']['description']['texte'] != '') : ?>
<?= $floraison['coste']['description']['texte']; ?>
<? else : ?>
/trunk/modules/mobile/squelettes/theme_pyracantha_niveau1.tpl.html
110,7 → 110,7
</div>
<span class="gradient-bas"></span>
<?= $floraison['coste']['texte']; ?>
 
<div class="resume">
<? if (count($texte['corps']) > 1) : ?>
<?= $texte['corps'][2]; ?>
156,6 → 156,33
<? endif; ?>
<? endfor; ?>
<? else : ?>
 
<? if (isset($repartition['chorodep'])) /* affichage de la chorologie quand même, en l'absence de fiche Smartflore */ : ?>
<div class="row-fluid infos">
<div data-target="#c9" data-toggle="collapse" class="btn btn-block couleur1-bg">
<h4 class="padding-left-1em">
<i class="icon-home pull-left"></i>
Écologie &amp; habitat</h4>
</div>
<div class="in collapse" id="c9" style="height: auto;">
<div class="bg couleur1-bg">
<div class="textes">
<div class="span6 margin-right-05em"> Carte de répartition <br>
<ul class="gallery style-none margin-center" id="galerie_carte">
<li>
<a href="<?= $repartition['chorodep'] ?>" rel="external">
<img style="width:190px; height:178px" src="<?= $repartition['chorodep'] ?>" class="" title="Carte de répartition" alt="Carte de répartition" />
</a>
</li>
</ul>
</div>
<div class="clearfix"></div>
</div><!-- Fin de la zone de texte -->
</div>
</div><!-- Fin de la zone déroulante -->
</div>
<? endif; ?>
 
<? if ($floraison['coste']['description']['texte'] != '') : ?>
<?= $floraison['coste']['description']['texte']; ?>
<? else : ?>