Visualisation du fichier index.php

<html>
<head>
    <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
    <LINK REL="StyleSheet" HREF="style.css" TYPE="text/css">
</head>

<body bgcolor="white">

<?php
require 'func_menu.php';
require 
'func_fiche_raid.php';
?>
<table border="0" width="100%">
<tr>
    <td><a href="index.php"><img src="img/europe_seb.jpg" alt="" border="0"/></a></td>
    <td><img src="img/titre.jpg" alt=""/></td>
    <?
    srand
((double)microtime()*1000000);
    
$k rand(1,2);
    
$k == $nom_image="img/carte_index4.jpg" $nom_image="img/carte_index5.jpg";
    echo 
"<td align=\"center\"><img width =\"160\" height=\"150\" src=\"".$nom_image."\"></td>";
    
?>
</tr>
<tr>
<td valign="top">
<!-- Le menu de gauche en insérant les fonctions nécessaires -->
<?php 
$nom_menu_xml 
"menu_gauche.xml";
include 
'sg.php'
?>
</td>
<td>
<!-- la colonne du milieu : tout dans une table sans border -->
    <?php 
        $query_string 
getenv("QUERY_STRING");
        if (
$query_string == ''
            {
$ad 'intro.php';} 
        else 
            {
$ad substr($HTTP_GET_VARS['ad'],0strpos($HTTP_GET_VARS['ad'], '-'));
        }
        include 
$ad;         
    
?>
</td>

<!-- Puis le menu de droite -->
<td valign="top" width="15%">
    <?php 
    $nom_menu_xml 
"menu_droite.xml";
    include 
'sg.php'
    
?>
    <table border="0" cellpadding="0" cellspacing="0">
    <tr> 
        <td colspan="3">
        <table border="0" cellpadding="0" cellspacing="0">
        <tr>        
            <td width="11"><img src="img/haut_gauche.jpg" width="11" height="15" alt=""></td>
            <td width="142" class="btiny"></td>
            <td width="7" align="right"><img src="img/dh.gif" width="7" height="15" alt=""></td> 
        </tr>
        </table>
        </td>
    </tr>
    <tr>
        <td>
        <table border="0" cellpadding="0" cellspacing="0">
            <tr>
                <td width="10"><img src="img/bg.jpg" width="11" height="60" alt=""></td>
                <td width="142" valign="middle"><a target="_blank" href="http://www.macromedia.com/software/flash/download/"><img border="0" src="img/flash_icon.gif" alt=""/></a>
                <a target="_blank" href="http://www.macromedia.com/software/flash/download/">Flash player</a></td>
                <td align="right" width="7"><img src="img/db.gif" width="1" height="60" alt=""></td>
            </tr>
            <tr>
                <td width="10"><img src="img/bg.jpg" width="11" height="60" alt=""></td>
                <td width="142" valign="middle"><a target="_blank" href="http://www.phpfrance.com"><img border="0" src="img/php.gif" alt=""/></a>
                <a target="_blank" href="http://www.phpfrance.com">PHP France</a></td>        
                <td align="right" width="7"><img src="img/db.gif" width="1" height="60" alt=""></td>
            </tr>
            <tr>
                <td><img src="img/bas_gauche.jpg" width="11" height="4" alt=""/></td>
                <td colspan="4" valign="bottom"><img src="img/bas.jpg" width="149" height="4" alt=""/></td>
            </tr>    
        </table>
        </td>
    </table>
</td>
</table>
</body>
</html>