tfeserver: Blog de tfe

html, scripts et tout un tas de trucs...

Download

Contenu du fichier de /sites/index.php (télécharger index.php)
<? 
print '<?xml version="1.0" encoding="iso-8859-1"?>'; 

?>
<!DOCTYPE html
     PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
     "DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">


<head>
    <title>ids</title>
    <link type="text/css" rel="stylesheet" href="<?=$base?>style.css" />
    <meta name="Author" content="In Design Studio & tfe Amaury Mline" />
    <meta name="copyright" content="© 2005 In Design." />
</head>


<body>
<div class="page">
<h1>tfe @ ids</h1>
<hr />
<p>Page pas travaillée ok ...<a style="display:none" href="http://tfeserver.homelinux.com">tfe</a> <a style="display:none" href="http://tfeserver.homelinux.com">tfeserver</a></p>
<?

$handle = opendir(".");
print "<ul>";
while($fichier = readdir($handle))
{

    if (! ereg("\.$",$fichier) && is_dir($fichier))
    {
        print "<li><a href=\"$fichier\">$fichier</a></li>\n";
    }

}
print "</ul>";
?>

</div>
</body>

</html>