120,10 → 120,10 |
} else { echo "<td><b>".$soubor."</b></td>\n"; } |
if (file_exists($path.$folder."/".$soubor."/".$soubor1."/DOC/".$soubor1.".".$lang.".pdf")) { |
echo "\n<td><a href=\"".$www.$folder."/".$soubor."/DOC/".$soubor.".".$lang.".pdf\">PDF</a></td>\n"; |
} else { echo "\n<td></td>\n"; } |
} else { echo "\n<td>-</td>\n"; } |
if (file_exists($path.$folder.'/'.$soubor."/".$info)) { |
echo "<td><A HREF=".$www.$folder.'/'.$soubor."/".$info.">XML</A>\n"; |
} else { echo "\n<td></td>\n"; } |
} else { echo "\n<td>-</td>\n"; } |
echo "<td><a href=\"http://www.mlab.cz/WebSVN/listing.php?repname=MLAB&path=/Modules/".$soubor."/\">WebSVN</a></td>\n"; |
echo "</tr>\n\n"; |
} else { |
144,10 → 144,10 |
} else { echo "<td>".$soubor."/<b>".$soubor1."</b></td>\n"; } |
if (file_exists($path.$folder."/".$soubor."/".$soubor1."/DOC/".$soubor1.".".$lang.".pdf")) { |
echo "<td><a href=\"".$www.$folder."/".$soubor."/".$soubor1."/DOC/".$soubor1.".".$lang.".pdf\">PDF</a></td>\n"; |
} else { echo "\n<td></td>\n"; } |
} else { echo "\n<td>-</td>\n"; } |
if (file_exists($path.$folder.'/'.$soubor."/".$soubor1."/".$info)) { |
echo "<td><a href=".$www.$folder.'/'.$soubor."/".$soubor1."/".$info.">XML</a></td>\n"; |
} else { echo "<td></td>\n"; } |
} else { echo "<td>-</td>\n"; } |
echo "<td><a href=\"http://www.mlab.cz/WebSVN/listing.php?repname=MLAB&path=/Modules/".$soubor."/".$soubor1."/\">WebSVN</a></td>\n"; |
echo "</tr>\n\n"; |
} |