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 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 src="<?= $repartition['chorodep'] ?>" class="" title="Carte de répartition" alt="Carte de répartition" />
49
										<img style="width:190; height:178" 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>
Line 159... Line 159...
159
				<? endif; ?>
159
				<? endif; ?>
160
			</div>
160
			</div>
161
		</div>
161
		</div>
162
	</div> <!-- span12 englobant -->
162
	</div> <!-- span12 englobant -->
163
</div>   
163
</div>   
164
			
-
 
165
164
			
-
 
165