Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1163 Rev 1329
Line 60... Line 60...
60
				<? endif; ?>
60
				<? endif; ?>
61
			</ul>
61
			</ul>
62
		</div>
62
		</div>
63
	</div>
63
	</div>
64
	<div class="span6">
64
	<div class="span6">
-
 
65
		<? if ($repartition['carte'] != null) : ?>
65
		<div class="wrapper_carte">
66
			<div class="wrapper_carte">
66
			<ul id="galerie_carte" class="gallery">
67
				<ul id="galerie_carte" class="gallery">
67
				<li>
68
					<li>
68
					<a href="<?= $repartition['chorodep'] ?>" rel="external">
69
						<a href="<?= $repartition['carte'] ?>" rel="external">
69
						<img style="width:190px; height:178px" src="<?= $repartition['chorodep'] ?>" class="" title="Carte de répartition" alt="Carte de répartition" />
70
							<img style="width:190px; height:178px" src="<?= $repartition['carte'] ?>" class="" title="Carte de répartition" alt="Carte de répartition" />
70
					</a>
71
						</a>
71
				</li>
72
					</li>
72
			</ul>
73
				</ul>
73
		</div>
74
			</div>
-
 
75
		<? endif; ?>
74
	</div>
76
	</div>
75
</div>					
77
</div>					
76
<? if ($floraison['floraison'] != -1) : ?>
78
<? if ($floraison['floraison'] != -1) : ?>
77
	<div class="row-fluid margin-top-05em padding-left-01em">
79
	<div class="row-fluid margin-top-05em padding-left-01em">
78
		<div class="span12 bordered">
80
		<div class="span12 bordered">
Line 129... Line 131...
129
					</div>
131
					</div>
130
					</div>
132
					</div>
131
			<? endfor; ?>
133
			<? endfor; ?>
132
		</div>
134
		</div>
133
	<? else : ?>
135
	<? else : ?>
134
		<? if (isset($repartition['chorodep'])) /* affichage de la chorologie quand même, en l'absence de fiche Smartflore */ : ?>
136
		<? if ($repartition['carte'] != null) /* affichage de la chorologie quand même, en l'absence de fiche Smartflore */ : ?>
135
		<div class="row-fluid infos">
137
		<div class="row-fluid infos">
136
		  <div data-target="#c9" data-toggle="collapse" class="btn btn-block couleur1-bg"> 
138
		  <div data-target="#c9" data-toggle="collapse" class="btn btn-block couleur1-bg"> 
137
		    <h4 class="padding-left-1em">
139
		    <h4 class="padding-left-1em">
138
		      <i class="icon-home pull-left"></i>
140
		      <i class="icon-home pull-left"></i>
139
		      Écologie &amp; habitat</h4>
141
		      Écologie &amp; habitat</h4>
Line 142... Line 144...
142
		    <div class="bg couleur1-bg">
144
		    <div class="bg couleur1-bg">
143
		      <div class="textes">
145
		      <div class="textes">
144
			<div class="span6 margin-right-05em"> Carte de répartition <br>
146
			<div class="span6 margin-right-05em"> Carte de répartition <br>
145
			  <ul class="gallery style-none margin-center" id="galerie_carte">
147
			  <ul class="gallery style-none margin-center" id="galerie_carte">
146
			    <li>
148
			    <li>
147
			      <a href="<?= $repartition['chorodep'] ?>" rel="external">
149
			      <a href="<?= $repartition['carte'] ?>" rel="external">
148
				<img style="width:190px; height:178px" src="<?= $repartition['chorodep'] ?>" class="" title="Carte de répartition" alt="Carte de répartition" />
150
				<img style="width:190px; height:178px" src="<?= $repartition['carte'] ?>" class="" title="Carte de répartition" alt="Carte de répartition" />
149
			      </a>
151
			      </a>
150
			    </li>
152
			    </li>
151
			  </ul>
153
			  </ul>
152
			</div>
154
			</div>
153
			<div class="clearfix"></div>
155
			<div class="clearfix"></div>
Line 170... Line 172...
170
			<? else : ?>
172
			<? else : ?>
171
				<?= $txt_vide; ?>
173
				<?= $txt_vide; ?>
172
			<? endif; ?>
174
			<? endif; ?>
173
		<? endif; ?>
175
		<? endif; ?>
174
	<? endif; ?>
176
	<? endif; ?>
175
</div>
177
</div>
176
			
-
 
177
178