17 lines
616 B
PHP
17 lines
616 B
PHP
<br /><br /><br />
|
|
<h1>Images de la gare d'Avallon : Grue PCM 20T</h1>
|
|
|
|
<?php include "include/note.inc.php"; ?>
|
|
|
|
<div class='center'>
|
|
<table width="25%" cellspacing="20" align="center">
|
|
<tr>
|
|
<td><?php litebox("/images/carte/3/p_vue_g06.jpg","/images/carte/3/vue_g06.jpg","vue_g06.jpg"); ?></td>
|
|
<td><?php litebox("/images/carte/3/p_vue_g07.jpg","/images/carte/3/vue_g07.jpg","vue_g07.jpg"); ?></td>
|
|
<td><?php litebox("/images/carte/3/p_vue_g08.jpg","/images/carte/3/vue_g08.jpg","vue_g08.jpg"); ?></td>
|
|
</tr>
|
|
</table>
|
|
<hr />
|
|
<a href="/carte.html">cliquez ici pour revenir à la carte</a>
|
|
</div>
|
|
<br /><br />
|