Linux lhjmq-records 5.15.0-118-generic #128-Ubuntu SMP Fri Jul 5 09:28:59 UTC 2024 x86_64
Your IP : 18.118.144.50
<?php
include_once('includes/header.php');
is_logged();
?>
<div class="body">
<form action="search_post.php" class="sky-form" method="post">
<header>Selection</header>
<fieldset>
<section>
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td align="center"><a href="franchise.php">Modifier l'historique d'une franchise</a></td>
<td align="center"><a href="player.php">Recherche d'un joueur</a></td>
</tr>
</table>
</section>
</fieldset>
</form>
</div>
<?php
include_once('includes/footer.php');
?>
|