Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 1160 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1160 Rev 1161
Line 141... Line 141...
141
								</div>
141
								</div>
142
							<? endif; ?>
142
							<? endif; ?>
143
						<? endfor; ?>
143
						<? endfor; ?>
144
					</div>
144
					</div>
145
				<? else : ?>
145
				<? else : ?>
-
 
146
 
-
 
147
				<? if (isset($repartition['chorodep'])) /* affichage de la chorologie quand même, en l'absence de fiche Smartflore */ : ?>
-
 
148
				<div class="row-fluid infos">
-
 
149
				  <div data-target="#c9" data-toggle="collapse" class="btn btn-block couleur1-bg"> 
-
 
150
				    <h4 class="padding-left-1em">
-
 
151
				      <i class="icon-home pull-left"></i>
-
 
152
				      Écologie &amp; habitat</h4>
-
 
153
				  </div>
-
 
154
				  <div class="in collapse" id="c9" style="height: auto;">
-
 
155
				    <div class="bg couleur1-bg">
-
 
156
				      <div class="textes">
-
 
157
					<div class="span6 margin-right-05em"> Carte de répartition <br>
-
 
158
					  <ul class="gallery style-none margin-center" id="galerie_carte">
-
 
159
					    <li>
-
 
160
					      <a href="<?= $repartition['chorodep'] ?>" rel="external">
-
 
161
						<img style="width:190px; height:178px" src="<?= $repartition['chorodep'] ?>" class="" title="Carte de répartition" alt="Carte de répartition" />
-
 
162
					      </a>
-
 
163
					    </li>
-
 
164
					  </ul>
-
 
165
					</div>
-
 
166
					<div class="clearfix"></div>
-
 
167
				      </div><!-- Fin de la zone de texte -->
-
 
168
				    </div>
-
 
169
				  </div><!-- Fin de la zone déroulante -->
-
 
170
				</div>
-
 
171
				<? endif; ?>
-
 
172
 
146
					<? if ($floraison['coste']['description']['texte'] != '') : ?>
173
					<? if ($floraison['coste']['description']['texte'] != '') : ?>
147
						<?= $floraison['coste']['description']['texte']; ?>
174
						<?= $floraison['coste']['description']['texte']; ?>
148
					<? else : ?>
175
					<? else : ?>
149
						<? if (count($floraison['baseflor']) > 1) : ?>
176
						<? if (count($floraison['baseflor']) > 1) : ?>
150
							<? foreach ($floraison['baseflor'] as $index => $texte) : ?>
177
							<? foreach ($floraison['baseflor'] as $index => $texte) : ?>