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 42... Line 42...
42
 	<div class="span12">
42
 	<div class="span12">
43
 		<div class="row-fluid">
43
 		<div class="row-fluid">
44
			<div class="span5 margin-bottom-05em margin-center margin-right-05em">
44
			<div class="span5 margin-bottom-05em margin-center margin-right-05em">
45
				<div class="row-fluid margin-top-05em padding-left-01em" id="icons">
45
				<div class="row-fluid margin-top-05em padding-left-01em" id="icons">
46
					<div class="span6">
46
					<div class="span6">
-
 
47
						<? if ($repartition['carte'] != null) : ?>
47
						<div class="wrapper_carte">
48
							<div class="wrapper_carte">
48
							<ul id="galerie_carte" class="gallery">
49
								<ul id="galerie_carte" class="gallery">
49
								<li>
50
									<li>
50
									<a href="<?= $repartition['chorodep'] ?>" rel="external">
51
										<a href="<?= $repartition['carte'] ?>" rel="external">
51
										<img style="width:190px; height:178px" src="<?= $repartition['chorodep'] ?>" class="" title="Carte de répartition" alt="Carte de répartition" />
52
											<img style="width:190px; height:178px" src="<?= $repartition['carte'] ?>" class="" title="Carte de répartition" alt="Carte de répartition" />
52
									</a>
53
										</a>
53
								</li>
54
									</li>
54
							</ul>
55
								</ul>
55
						</div>
56
							</div>
-
 
57
						<? endif; ?>
56
					</div>
58
					</div>
57
					<div class="span6 bordered">
59
					<div class="span6 bordered">
58
						<div class="wrapper wrapper_demi">
60
						<div class="wrapper wrapper_demi">
59
							<ul id="galerie_images" class="gallery">
61
							<ul id="galerie_images" class="gallery">
60
								<? if (count($illustrations) != 0) : ?>
62
								<? if (count($illustrations) != 0) : ?>
Line 144... Line 146...
144
							<? endif; ?>
146
							<? endif; ?>
145
						<? endfor; ?>
147
						<? endfor; ?>
146
					</div>
148
					</div>
147
				<? else : ?>
149
				<? else : ?>
Line 148... Line 150...
148
 
150
 
149
				<? if (isset($repartition['chorodep'])) /* affichage de la chorologie quand même, en l'absence de fiche Smartflore */ : ?>
151
				<? if (isset($repartition['carte'])) /* affichage de la chorologie quand même, en l'absence de fiche Smartflore */ : ?>
150
				<div class="row-fluid infos">
152
				<div class="row-fluid infos">
151
				  <div data-target="#c9" data-toggle="collapse" class="btn btn-block couleur1-bg"> 
153
				  <div data-target="#c9" data-toggle="collapse" class="btn btn-block couleur1-bg"> 
152
				    <h4 class="padding-left-1em">
154
				    <h4 class="padding-left-1em">
153
				      <i class="icon-home pull-left"></i>
155
				      <i class="icon-home pull-left"></i>
Line 157... Line 159...
157
				    <div class="bg couleur1-bg">
159
				    <div class="bg couleur1-bg">
158
				      <div class="textes">
160
				      <div class="textes">
159
					<div class="span6 margin-right-05em"> Carte de répartition <br>
161
					<div class="span6 margin-right-05em"> Carte de répartition <br>
160
					  <ul class="gallery style-none margin-center" id="galerie_carte">
162
					  <ul class="gallery style-none margin-center" id="galerie_carte">
161
					    <li>
163
					    <li>
162
					      <a href="<?= $repartition['chorodep'] ?>" rel="external">
164
					      <a href="<?= $repartition['carte'] ?>" rel="external">
163
						<img style="width:190px; height:178px" src="<?= $repartition['chorodep'] ?>" class="" title="Carte de répartition" alt="Carte de répartition" />
165
						<img style="width:190px; height:178px" src="<?= $repartition['carte'] ?>" class="" title="Carte de répartition" alt="Carte de répartition" />
164
					      </a>
166
					      </a>
165
					    </li>
167
					    </li>
166
					  </ul>
168
					  </ul>
167
					</div>
169
					</div>
168
					<div class="clearfix"></div>
170
					<div class="clearfix"></div>
Line 187... Line 189...
187
					<? endif; ?>
189
					<? endif; ?>
188
				<? endif; ?>
190
				<? endif; ?>
189
			</div>
191
			</div>
190
		</div>
192
		</div>
191
	</div> <!-- span12 englobant -->
193
	</div> <!-- span12 englobant -->
192
</div>   
194
</div>
193
			
-
 
194
195