o: ActiveSupport::Cache::Entry :@compressedF:@value"O"I
| Web/Templates/DirectoryHeader.en.html | ||
|---|---|---|
| 50 | 50 |
<p class="Title"> |
| 51 | 51 |
Files to download |
| 52 | 52 |
</p> |
| 53 |
<h1 class="Directory"> |
|
| 53 |
<h1 class="Directory Small">
|
|
| 54 | 54 |
<script type="text/javascript"> |
| 55 | 55 |
<!-- |
| 56 | 56 |
DrawDirectory(); |
| Web/Templates/DirectoryHeader.cs.html | ||
|---|---|---|
| 50 | 50 |
<p class="Title"> |
| 51 | 51 |
Soubory ke staženà |
| 52 | 52 |
</p> |
| 53 |
<h1 class="Directory"> |
|
| 53 |
<h1 class="Directory Small">
|
|
| 54 | 54 |
<script type="text/javascript"> |
| 55 | 55 |
<!-- |
| 56 | 56 |
DrawDirectory(); |
| Web/JS/MLAB_Menu.js | ||
|---|---|---|
| 207 | 207 |
// Vlozeni cesty u vypisu adresaru |
| 208 | 208 |
function DrawDirectory() |
| 209 | 209 |
{
|
| 210 |
document.write(location.pathname);
|
|
| 210 |
document.write(decodeURI(location.pathname));
|
|
| 211 | 211 |
} |
| 212 | 212 |
|
| 213 | 213 |
|