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><?php echo $soubor1; ?></td></tr> |
56 |
<tr><td colspan="2"><?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> |
61 |
<?php |
61 |
<?php |
62 |
} |
62 |
} |
63 |
if (file_exists($path.$folder.'/'.$soubor."/".$soubor1."/".$info)) { |
63 |
if (file_exists($path.$folder.'/'.$soubor."/".$soubor1."/".$info)) { |
64 |
echo "<tr><td><iframe src=".$www.$folder.'/'.$soubor."/".$soubor1."/".$info." name=hlavni scrolling=AUTO align=middle frameborder=0> |
64 |
echo "<td><iframe src=".$www.$folder.'/'.$soubor."/".$soubor1."/".$info." name=hlavni scrolling=AUTO align=middle frameborder=0> |
65 |
Chce to novej prohlíeè...</iframe>\n"; |
65 |
Chce to novej prohlíeè...</iframe>\n"; |
66 |
echo "\n</td></tr>\n"; |
66 |
echo "\n</td></tr>\n"; |
67 |
} |
67 |
} |
68 |
?> |
68 |
?> |
69 |
</table> |
69 |
</table> |