Line 200... |
Line 200... |
200 |
// Korekce cest v odkazech |
200 |
// Korekce cest v odkazech |
201 |
Content=PokeRelativePath(Content); |
201 |
Content=PokeRelativePath(Content); |
202 |
// Výstup sestaveného textu |
202 |
// Výstup sestaveného textu |
203 |
document.write(Content); |
203 |
document.write(Content); |
204 |
} |
204 |
} |
- |
|
205 |
|
- |
|
206 |
|
- |
|
207 |
// Vlozeni cesty u vypisu adresaru |
- |
|
208 |
function DrawDirectory() |
- |
|
209 |
{ |
- |
|
210 |
document.write(location.pathname); |
- |
|
211 |
} |
205 |
|
212 |
|
206 |
|
213 |
|
207 |
//============================================= |
214 |
//============================================= |
208 |
// Automatické generování obsahu |
215 |
// Automatické generování obsahu |
209 |
// |
216 |
// |