File "titre.php"
Full Path: /home/asmplong/www/ancien-site-2019/titre.php
File size: 3.36 KB
MIME-type: text/html
Charset: utf-8
<TABLE border=0 width=100%>
<TR>
<TD width=5% align="center" valign='top'>
</TD>
<TD align="left">
<A href="index.php">
<img name="titre" src="site/images/titre.jpg" border=0 width=650>
</A>
</TD>
<TD width=10% align="center" valign='center'>
<!-- <A href="expo.php">
<img src="site/images/expo.jpg" border=0>
</A>
-->
</TD>
<TD width=10% align=center>
<img src="site/images/logoFFESSM.jpg" border=0 width=100>
<img src="site/images/logoMAIRIE.jpg" border=0 width=100>
<img src="site/images/logoCG.gif" border=0 width=50>
<img src="site/images/logoCR.gif" border=0 width=40>
</TD>
<TD width=10% align=center>
<A href="http://www.agathonisplongee.com" border=0><img src="site/images/agathonis.jpg" border=0></A>
<img src="site/images/logoMinistere.gif" border=0>
</TD>
<TD width=5% align="center" valign='top'>
</TD>
</TR>
</TABLE>
<TABLE border=0 width=100%>
<TR>
<TD width=30% align="center" valign='top'>
<A href="http://www.asm-plongee.fr/asm/login.php" class="lien3" onmouseover="membres_over()" onmouseout="membres_out()">
<img name="membres" src="site/images/inscriptionsa.jpg" border=0>
</A>
</TD>
<?php
if(!empty($_GET['t']))
{
$titre = $_GET['t'];
}
else
{
$titre='x';
}
/* PRESENTATION */
echo " <TD width=25% align=\"center\" valign=\"top\">";
if ($titre == 'p')
{
echo " <A href=\"presentation.php?t=p\" class=\"lien3\">";
echo " <img name=\"presentation\" src=\"site/images/presentationb.jpg\" border=0 width=200></A>";
}
else
{
echo " <A href=\"presentation.php?t=p&m=p&c=p\" class=\"lien3\" onmouseover=\"presentation_over()\" onmouseout=\"presentation_out()\">";
echo " <img name=\"presentation\" src=\"site/images/presentationa.jpg\" border=0 width=200></A>";
}
echo " </A>";
echo " </TD>";
/* ACTUALITE */
echo " <TD width=30% align=\"center\" valign=\"top\">";
if ($titre == 'a')
{
echo " <A href=\"actu.php?t=a\" class=\"lien3\">";
echo " <img name=\"actualite\" src=\"site/images/actualiteb.jpg\" border=0 width=200></A>";
}
else
{
echo " <A href=\"actu.php?t=a\" class=\"lien3\" onmouseover=\"actualite_over()\" onmouseout=\"actualite_out()\">";
echo " <img name=\"actualite\" src=\"site/images/actualitea.jpg\" border=0 width=200></A>";
}
echo " </A>";
echo " </TD>";
/* CONTACT */
echo " <TD width=25% align=\"center\" valign=\"bottom\">";
if ($titre == 'c')
{
echo " <A href=\"contact.php?t=c\" class=\"lien3\">";
echo " <img name=\"contact\" src=\"site/images/contactb.jpg\" border=0 width=200></A>";
}
else
{
echo " <A href=\"contact.php?t=c\" class=\"lien3\" onmouseover=\"contact_over()\" onmouseout =\"contact_out()\">";
echo "<img name=\"contact\" src=\"site/images/contacta.jpg\" border=0 width=200></A>";
}
echo " </A>";
echo " </TD>";
/* GALERIES */
echo " <TD width=25% align=\"center\" valign=\"top\">";
if ($titre == 'g')
{
echo " <A href=\"galeries.php?t=g\" class=\"lien3\">";
echo " <img name=\"galeries\" src=\"site/images/galeriesb.jpg\" border=0 width=200></A>";
}
else
{
echo " <A href=\"galeries.php?t=g\" class=\"lien3\" onmouseover=\"galeries_over()\" onmouseout =\"galeries_out()\">";
echo "<img name=\"galeries\" src=\"site/images/galeriesa.jpg\" border=0 width=200></A>";
}
echo " </A>";
echo " </TD>";
?>
<TD width=10% align="center" valign="top">
</TD>
</TR>
</TABLE>