Subversion Repositories Applications.gtt

Rev

Rev 51 | Rev 73 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" lang="fr" xml:lang="fr">
        <head>
                <meta http-equiv="Content-Style-Type" content="text/css" />
                <link rel="stylesheet" type="text/css" href="presentation/gtt.css" media="screen" title="Vert" />
                <title><?=$titre;?></title>
        </head>
        <body>
        <h1 id="titre_principal"><?=$titre;?></h1>
        <div id="zone_contenu_principal"><?=$zone_contenu;?></div>
        <div id="zone_identification"><?=$zone_identification;?></div>
        <div id="zone_menu"><?=$zone_menu;?></div>
        <div id="zone_erreur">
        <?=(GTT_DEBOGAGE) ? $GLOBALS['_GTT_']['erreur']->retournerErreur():'';?>
        </div>
        </body>
</html>