Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 991 Rev 1160
Line 62... Line 62...
62
	<div class="span6">
62
	<div class="span6">
63
		<div class="wrapper_carte">
63
		<div class="wrapper_carte">
64
			<ul id="galerie_carte" class="gallery">
64
			<ul id="galerie_carte" class="gallery">
65
				<li>
65
				<li>
66
					<a href="<?= $repartition['chorodep'] ?>" rel="external">
66
					<a href="<?= $repartition['chorodep'] ?>" rel="external">
67
						<img src="<?= $repartition['chorodep'] ?>" class="" title="Carte de répartition" alt="Carte de répartition" />
67
						<img style="width:190; height:178" src="<?= $repartition['chorodep'] ?>" class="" title="Carte de répartition" alt="Carte de répartition" />
68
					</a>
68
					</a>
69
				</li>
69
				</li>
70
			</ul>
70
			</ul>
71
		</div>
71
		</div>
72
	</div>
72
	</div>
Line 142... Line 142...
142
				<?= $txt_vide; ?>
142
				<?= $txt_vide; ?>
143
			<? endif; ?>
143
			<? endif; ?>
144
		<? endif; ?>
144
		<? endif; ?>
145
	<? endif; ?>
145
	<? endif; ?>
146
</div>
146
</div>
147
			
-
 
148
147
			
-
 
148