/Web/JS/MLAB_Menu.js |
---|
207,7 → 207,7 |
// Vlozeni cesty u vypisu adresaru |
function DrawDirectory() |
{ |
document.write(location.pathname); |
document.write(decodeURI(location.pathname)); |
} |
/Web/Templates/DirectoryHeader.cs.html |
---|
50,7 → 50,7 |
<p class="Title"> |
Soubory ke stažení |
</p> |
<h1 class="Directory"> |
<h1 class="Directory Small"> |
<script type="text/javascript"> |
<!-- |
DrawDirectory(); |
/Web/Templates/DirectoryHeader.en.html |
---|
50,7 → 50,7 |
<p class="Title"> |
Files to download |
</p> |
<h1 class="Directory"> |
<h1 class="Directory Small"> |
<script type="text/javascript"> |
<!-- |
DrawDirectory(); |