/index.cs.html
75,9 → 75,6
<p class="Subtitle">
Tento WEB je plný originálních návrhů modulů a řešení.
</p>
<p class="Subtitle">
<a href="PF2015.JPG"><img src="PF2015_Small.JPG" alt="PF2015"></a>
</p>
<p class="Rozcestnik">
<a href="./Web/Articles.cs.html"><img src="./Web/PIC/pic_articles.cs.gif" alt="Články" ></a>
<a href="./Web/Modules.cs.html" ><img src="./Web/PIC/pic_modules.cs.gif" alt="Moduly" ></a>
/index.en.html
78,9 → 78,6
some electronics. It does not matter if you are professional
developer or hobbyist. You will be surprised by the quality!
</p>
<p class="Subtitle">
<a href="PF2015.JPG"><img src="PF2015_Small.JPG" alt="PF2015"></a>
</p>
<p class="Rozcestnik">
<a href="./Web/Articles.en.html"><img class="NoBorder" src="./Web/PIC/pic_articles.en.gif" alt="Articles"></a>
<a href="./Web/Modules.en.html" ><img class="NoBorder" src="./Web/PIC/pic_modules.en.gif" alt="Modules" ></a>
/WebSVN/include/configclass.inc
863,8 → 863,7
break;
}
 
# if ($rep == -1)
if (!is_object($rep))
if ($rep == -1)
return $fname."?path=".urlencode($path)."&amp;";
else
return $fname."?repname=".urlencode($rep->getDisplayName())."&amp;path=".urlencode($path)."&amp;";
/WebSVN/filedetails.php
157,8 → 157,7
$url = $config->getURL($rep, $path, "blame");
$vars["blamelink"] = "<a href=\"${url}rev=$passrev&amp;sc=$showchanged\">${lang["BLAME"]}</a>";
 
#$url = $config->getURL($rep, $path, "get");
$url = $config->getURL($rep, $path, "file");
$url = $config->getURL($rep, $path, "get");
$vars["getfile"] = "<a href=\"${url}getfile&amp;rev=$passrev&amp;sc=$showchanged\">${lang["GETFILE"]}</a>";
 
$listing = array ();