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 44... Line 44...
44
					<div class="span6">
44
					<div class="span6">
45
						<div class="wrapper_carte">
45
						<div class="wrapper_carte">
46
							<ul id="galerie_carte" class="gallery">
46
							<ul id="galerie_carte" class="gallery">
47
								<li>
47
								<li>
48
									<a href="<?= $repartition['chorodep'] ?>" rel="external">
48
									<a href="<?= $repartition['chorodep'] ?>" rel="external">
49
										<img style="width:190; height:178" src="<?= $repartition['chorodep'] ?>" class="" title="Carte de répartition" alt="Carte de répartition" />
49
										<img style="width:190px; height:178px" src="<?= $repartition['chorodep'] ?>" class="" title="Carte de répartition" alt="Carte de répartition" />
50
									</a>
50
									</a>
51
								</li>
51
								</li>
52
							</ul>
52
							</ul>
53
						</div>
53
						</div>
54
					</div>
54
					</div>