Visualisation du fichier fiche_iti.php

<table border="0" width="100%">
<tr valign="top">
<td align="center" width="70%">    
    <!-- La table de guche constituée de 2 lignes -->
    <table border="0" cellpadding="0" cellspacing="0" width="100%">
    <tr>
        <td colspan="3">
        <!-- table de description de l'étpae -->
        <table border="0" width="100%" cellpadding="0" cellspacing="0">
        <tr>
            <td>
            <table border="0" cellspacing="0" cellpadding="0"  width="100%">
                <tr>
                <td width="11"><img width="11" height="15" src="./img/hg_gris.jpg" alt=""/></td>
                <td width="250" class="bgtiny">Détails de l'étape : le road-book</td>
                <td align="left"><img width="11" heigth="15" src="./img/dh_gris.jpg" alt=""/></td>
                </tr>
            </table>
            </td>
        </tr>
        </table>        
        </td>
    </tr>
    <tr>
        <td colspan="3"><img width="100%" height="1" src="./img/haut_gris.gif"/></td>
    </tr>
    <tr height="300" valign="top">
        <td width="11" align="left"><img width="4" height="300" src="./img/gauche_gris.jpg"/></td>
        <td>
            <?
                
include $road_book;
            
?>
        </td>
        <td><img align="right" width="1" height="300" src="./img/droit_gris.gif"/></td>
    </tr>
    <tr>
        <td colspan="3"><img width="100%" height="4" src="./img/bas_gris.jpg"/></td>
    </tr>
    <tr>
        <td colspan="3"><br></td>
    </tr>
    <tr>    
        <td colspan="3">
        <table border="0" width="100%" cellpadding="0" cellspacing="0">
        <tr>
            <td>
            <table border="0" cellspacing="0" cellpadding="0"  width="100%">
                <tr>
                <td width="11"><img width="11" height="15" src="./img/hg_gris.jpg"/></td>
                <td width="250" class="bgtiny">Détails de l'étape : commentaires</td>
                <td align="left"><img width="11" height="15" src="./img/dh_gris.jpg"/></td>
                </tr>
            </table>
            </td>
        </tr>
        </table>
        </td>
    </tr>
    <tr>
        <td colspan="3"><img width="100%" height="1" src="./img/haut_gris.gif"/></td>
    </tr>
    <tr valign="top">
        <td width="4"><img width="4" height="150" src="./img/gauche_gris.jpg"/></td>
        <td>
            <?
                
include $resume;
            
?>
        </td>
        <td><img align="right" width="1" height="150" src="./img/droit_gris.gif"/></td>
    </tr>
    <tr>
        <td colspan="3"><img width="100%" height="4" src="./img/bas_gris.jpg"/></td>
    </tr>
    </table>
</td>
<td align="center" width="*">
<?php
    
include 'func_fiche_iti.php';
?>
</td>
</tr>
</table>