Visualisation du fichier fiche_portrait.php


<table border="0" cellpadding="0" cellspacing="0">
<tr>
    <td width="11"><img src="img/haut_gauche.jpg" width="11" height="15" alt=""/></td>
    <td class="big_title_in_the_ass" align="left">Portraits des divers participants</td>
    <td align="left"><img src="img/dh_gros.gif" width="7" height="15" alt=""/></td>
</tr>
<tr>
    <?php
    $query_string 
getenv("QUERY_STRING");
    
$query_string substr($query_string,strpos($query_string'-')+1,strlen($query_string));
    
$env_array split("-"$query_string);
    while (list(
$key$val) = each($env_array)) {
        list(
$name$value) = split("="$val);
          
$name urldecode($name);
        
$value urldecode($value);
        $
$name trim($value) ;
    }

    echo 
"<td width=\"11\"><img src=\"img/bg.jpg\" width=\"11\" height=\"".$hauteur."\" alt=\"\"/></td>";
    echo 
"<td>\n";
    echo 
"<table>\n";
    
    include 
'gen_fiche_portrait.php';
    echo 
"</table>";
    echo 
"</td>";
    echo 
"<td align=\"right\"><img src=\"img/db.gif\" width=\"1\" height=\"".$hauteur."\" alt=\"\"/></td>";
    
?>    
</tr>
<tr>
    <td><img src="img/bas_gauche.jpg" width="100%" height="4" alt=""></td>
    <td><img src="img/bas.jpg" width="100%" height="4" alt=""></td>
    <td><img src="img/bas.jpg" width="7" height="4" alt=""></td>
</tr>
</table>