Rev 700 Rev 701
Line 1... Line 1...
1 <html> 1 <html>
2 <head> 2 <head>
3   -  
4 <title></title> 3 <title></title>
-   4 <link rel="StyleSheet" href="/CSS/MLAB.css" type="text/css" title="MLAB základní styl">
5 </head> 5 </head>
6 <body> 6 <body>
7   7  
8 <center> 8 <center>
9   9  
Line 50... Line 50...
50 while ($soubor1 = readdir($adresar1)){ 50 while ($soubor1 = readdir($adresar1)){
51 if ((Is_Dir($path.$folder."/".$soubor."/".$soubor1)) && (substr($soubor1,0,1) <> ".") && (substr($soubor1,0,1) <> "!")) { 51 if ((Is_Dir($path.$folder."/".$soubor."/".$soubor1)) && (substr($soubor1,0,1) <> ".") && (substr($soubor1,0,1) <> "!")) {
52 $img = $soubor1."_Small.jpg"; 52 $img = $soubor1."_Small.jpg";
53   53  
54 ?> 54 ?>
55 <table style="border: 1px solid #000;" color="EEFFEE" border=0> 55 <table border=0>
56 <?php 56 <?php
57 /*<tr><td colspan="2"><center><?php echo $soubor1; ?></center></td></tr>*/ 57 /*<tr><td colspan="2"><center><?php echo $soubor1; ?></center></td></tr>*/
58   58  
59 if (file_exists($path.$folder.'/'.$soubor."/".$soubor1."/".$img)) { 59 if (file_exists($path.$folder.'/'.$soubor."/".$soubor1."/".$img)) {
60 ?> 60 ?>