18 lines
906 B
PHP
18 lines
906 B
PHP
<br /><br /><br />
|
|
<h1>Challenge du club 2015</h1>
|
|
|
|
<?php include "include/note.inc.php"; ?>
|
|
|
|
<div class='center'>
|
|
<table width="25%" cellspacing="20" align="center">
|
|
<tr>
|
|
<td><?php litebox("images/challenge2015/p_module_yves.jpg", "images/challenge2015/module_yves.jpg", "Le module d'Yves"); ?></td>
|
|
<td><?php litebox("images/challenge2015/p_module_jean_luc.jpg", "images/challenge2015/module_jean_luc.jpg", "Le module de Jean-Luc"); ?></td>
|
|
<td><?php litebox("images/challenge2015/p_module_alain.jpg", "images/challenge2015/module_alain.jpg", "Le module d'Alain"); ?></td>
|
|
</tr>
|
|
<tr>
|
|
<td><?php litebox("images/challenge2015/p_module_pascal.jpg", "images/challenge2015/module_pascal.jpg", "Le module de Pascal"); ?></td>
|
|
<td><?php litebox("images/challenge2015/p_module_bernard.jpg", "images/challenge2015/module_bernard.jpg", "Le module de Bernard"); ?></td>
|
|
</tr>
|
|
</table></div>
|
|
<br />
|