Rev 683 Rev 684
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 border=0> 55 <table style="border: 1px solid #000;" color="EEFFEE" border=0>
56 <tr><td><?php echo $soubor1; ?></td></tr> 56 <tr><td><?php echo $soubor1; ?></td></tr>
57 <?php 57 <?php
58 if (file_exists($path.$folder.'/'.$soubor."/".$soubor1."/".$img)) { 58 if (file_exists($path.$folder.'/'.$soubor."/".$soubor1."/".$img)) {
59 ?> 59 ?>
60 <tr><td><img src="<?php echo $www.$folder.'/'.$soubor."/".$soubor1."/".$img; ?>" width="150"></td></tr> 60 <tr><td><img src="<?php echo $www.$folder.'/'.$soubor."/".$soubor1."/".$img; ?>" width="150"></td></tr>