Rev 686 Rev 687
Line 51... Line 51...
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 style="border: 1px solid #000;" color="EEFFEE" border=0>
56 <tr><td colspan="2"><center><?php echo $soubor1; ?></center></td></tr> -  
57 <?php 56 <?php
-   57 /*<tr><td colspan="2"><center><?php echo $soubor1; ?></center></td></tr>*/
-   58  
58 if (file_exists($path.$folder.'/'.$soubor."/".$soubor1."/".$img)) { 59 if (file_exists($path.$folder.'/'.$soubor."/".$soubor1."/".$img)) {
59 ?> 60 ?>
60 <tr><td><img src="<?php echo $www.$folder.'/'.$soubor."/".$soubor1."/".$img; ?>" width="150"></td> 61 <tr><td><img src="<?php echo $www.$folder.'/'.$soubor."/".$soubor1."/".$img; ?>" width="150"></td>
61 <?php 62 <?php
62 } 63 }
63 if (file_exists($path.$folder.'/'.$soubor."/".$soubor1."/".$info)) { 64 if (file_exists($path.$folder.'/'.$soubor."/".$soubor1."/".$info)) {
64 echo "<td><iframe src=".$www.$folder.'/'.$soubor."/".$soubor1."/".$info." name=hlavni scrolling=AUTO align=middle frameborder=0> 65 echo "<td><center><?php echo $soubor1; ?></center><br><iframe src=".$www.$folder.'/'.$soubor."/".$soubor1."/".$info." name=hlavni scrolling=AUTO align=middle frameborder=0>
65 Chce to novej prohlížeè...</iframe>\n"; 66 Chce to novej prohlížeè...</iframe>\n";
66 echo "\n</td></tr>\n"; 67 echo "\n</td></tr>\n";
67 } 68 }
68 ?> 69 ?>
69 </table> 70 </table>