Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1161 Rev 1162
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 style="width:190; height:178" src="<?= $repartition['chorodep'] ?>" class="" title="Carte de répartition" alt="Carte de répartition" />
67
						<img style="width:190px; height:178px" 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>