Rev 723 Rev 724
Line 142... Line 142...
142 if (file_exists($path.$folder.'/'.$soubor."/".$soubor1."/".$img)) { 142 if (file_exists($path.$folder.'/'.$soubor."/".$soubor1."/".$img)) {
143 ?> 143 ?>
144 <tr><td><img src="<?php echo $www.$folder.'/'.$soubor."/".$soubor1."/".$img; ?>" width="150"></td> 144 <tr><td><img src="<?php echo $www.$folder.'/'.$soubor."/".$soubor1."/".$img; ?>" width="150"></td>
145 <?php 145 <?php
146 } else { echo "<tr><td><img src=\"http://www.mlab.cz/Web/PIC/nopicture2.jpg\" width=\"150\"></td>\n"; } 146 } else { echo "<tr><td><img src=\"http://www.mlab.cz/Web/PIC/nopicture2.jpg\" width=\"150\"></td>\n"; }
-   147 if (file_exists($path.$folder."/".$soubor."/".$soubor1."/DOC/HTML/".$soubor1.".".$lang.".html")) {
147 echo "<td><a href=\"".$www.$folder."/".$soubor."/".$soubor1."/DOC/HTML/".$soubor1.".".$lang.".html\">".$soubor1."</a></td>\n"; 148 echo "<td><a href=\"".$www.$folder."/".$soubor."/".$soubor1."/DOC/HTML/".$soubor1.".".$lang.".html\">".$soubor1."</a></td>\n";
-   149 } else { echo "<td>".$soubor1."</td>\n"; }
148 if (file_exists($path.$folder.'/'.$soubor."/".$soubor1."/".$info)) { 150 if (file_exists($path.$folder.'/'.$soubor."/".$soubor1."/".$info)) {
149 echo "<td><iframe src=".$www.$folder.'/'.$soubor."/".$soubor1."/".$info." scrolling=AUTO align=middle frameborder=0></iframe>"; 151 echo "<td><iframe src=".$www.$folder.'/'.$soubor."/".$soubor1."/".$info." scrolling=AUTO align=middle frameborder=0></iframe>";
150 echo "\n</td></tr>\n"; 152 echo "\n</td></tr>\n";
151 } else { echo "<td><i>Description isn't availible!!</i></td></tr>\n"; } 153 } else { echo "<td><i>Description isn't availible!!</i></td></tr>\n"; }
152 ?> 154 ?>