Tfe

Ongi etorri tfe-ren webgunera...

Old stuff/old_sites/index.php

(Deskargatu)
<? 
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 &amp; tfe Amaury Mline" />
    <meta name="copyright" content="&copy; 2005 In Design." />
</head>


<body>
<div class="page">
<h1>tfe @ ids</h1>
<hr />
<p>Page pas travaill&eacute;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>