Rev 747 Rev 748
Line 129... Line 129...
129 if (file_exists($path.$folder.'/'.$soubor."/".$info)) { 129 if (file_exists($path.$folder.'/'.$soubor."/".$info)) {
130 echo "<td><A HREF=".$www.$folder.'/'.$soubor."/".$info.">XML</A></td>\n"; 130 echo "<td><A HREF=".$www.$folder.'/'.$soubor."/".$info.">XML</A></td>\n";
131 } else { echo "\n<td>-</td>\n"; } 131 } else { echo "\n<td>-</td>\n"; }
132 echo "<td><a href=\"http://www.mlab.cz/WebSVN/listing.php?repname=MLAB&amp;path=/Modules/".$soubor."/\">WebSVN</a></td>\n"; 132 echo "<td><a href=\"http://www.mlab.cz/WebSVN/listing.php?repname=MLAB&amp;path=/Modules/".$soubor."/\">WebSVN</a></td>\n";
133 if (file_exists($path.$folder.'/'.$soubor."/".$info1)) { 133 if (file_exists($path.$folder.'/'.$soubor."/".$info1)) {
134 echo "<td>".wordwarp(ReadFile($www.$folder.'/'.$soubor."/".$info), 25, "<br>")."</td>\n"; 134 echo "<td>".wordwarp(ReadFile($path.$folder.'/'.$soubor."/".$info), 25, "<br>")."</td>\n";
135 } else { echo "\n<td><i>No description available!!</i></td>\n"; } 135 } else { echo "\n<td><i>No description available!!</i></td>\n"; }
136 echo "</tr>\n\n"; 136 echo "</tr>\n\n";
137   137  
138   138  
139 } else { 139 } else {
Line 160... Line 160...
160 if (file_exists($path.$folder.'/'.$soubor."/".$soubor1."/".$info)) { 160 if (file_exists($path.$folder.'/'.$soubor."/".$soubor1."/".$info)) {
161 echo "<td><a href=".$www.$folder.'/'.$soubor."/".$soubor1."/".$info.">XML</a></td>\n"; 161 echo "<td><a href=".$www.$folder.'/'.$soubor."/".$soubor1."/".$info.">XML</a></td>\n";
162 } else { echo "<td>-</td>\n"; } 162 } else { echo "<td>-</td>\n"; }
163 echo "<td><a href=\"http://www.mlab.cz/WebSVN/listing.php?repname=MLAB&amp;path=/Modules/".$soubor."/".$soubor1."/\">WebSVN</a></td>\n"; 163 echo "<td><a href=\"http://www.mlab.cz/WebSVN/listing.php?repname=MLAB&amp;path=/Modules/".$soubor."/".$soubor1."/\">WebSVN</a></td>\n";
164 if (file_exists($path.$folder.'/'.$soubor."/".$soubor1."/".$info1)) { 164 if (file_exists($path.$folder.'/'.$soubor."/".$soubor1."/".$info1)) {
165 echo "<td>".wordwarp(ReadFile($www.$folder.'/'.$soubor."/".$soubor1."/".$info), 25, "<br>")."</td>\n"; 165 echo "<td>".wordwarp(ReadFile($path.$folder.'/'.$soubor."/".$soubor1."/".$info), 25, "<br>")."</td>\n";
166 } else { echo "\n<td><i>No description available!!</i></td>\n"; } 166 } else { echo "\n<td><i>No description available!!</i></td>\n"; }
167 echo "</tr>\n\n"; 167 echo "</tr>\n\n";
168 } 168 }
169 } 169 }
170 } 170 }