Menu principale:



<div>
<style type="text/css">
.html-
</style>
<marquee loop="1" class="html-
<table>
<?php
$dir="./torte/";
$pagina = "t";
$max = 1;
$i=1000;
$r=1;
$u=0;
$maxim = 7;
while ($i > 0)
$txtname = ($dir.$pagina.$i.".txt");
$pagename = ($dir.$pagina.$i.".php");
$pngname = ($dir.$pagina.$i.".png");
if (file_exists($txtname)and file_exists($pngname) and $max < $maxim)
ECHO '<tr style="border-
<TD width="20"> </TD>
<TD> <a class="imCssLink" href=".'.$pagename.'" target="_self"><img src=".'.$pngname.'" center width="100" height"100"/> </a>
</TD>
<TD width="20"> </TD>
<TD> <div class="imHTMLObject" style="height:80px; width:300px;overflow: hidden; text-
<a class="imCssLink" href=".'.$pagename.'" target="_self">';
include $txtname;
ECHO ' ... </a> </div> </TD> </tr>';
$max = $max +1;
;
$i=$i-
if ($r < 5 and $max > 6)
$max = 1;
$i = $i + 7;
$r = $r + 1;
else $u = $u + 1;
;
if ($u = 1 and $max > 6)
$max = 1;
$i = $i + 7;
$u = $u + 1;
$maxim = 4;
;
?>
</table>
</marquee>
</div>

