Line 180... |
Line 180... |
180 |
Content+='<a href="Web/Copyright.en.html">Copyright</a> © '; |
180 |
Content+='<a href="Web/Copyright.en.html">Copyright</a> © '; |
181 |
Content+='<a href="Web/AboutAuthors.en.html">MLAB Authors</a> '; |
181 |
Content+='<a href="Web/AboutAuthors.en.html">MLAB Authors</a> '; |
182 |
} |
182 |
} |
183 |
if (document.location.hostname!='') |
183 |
if (document.location.hostname!='') |
184 |
{ |
184 |
{ |
185 |
Content+='<a href= "http://validator.w3.org/check?uri=referer">HTML Validator</a> '; |
185 |
Content+='<a href= "http://validator.w3.org/check?uri=' |
- |
|
186 |
+document.location.href |
- |
|
187 |
+'">HTML Validator</a> '; |
186 |
} |
188 |
} |
187 |
Time=document.lastModified; |
189 |
Time=document.lastModified; |
188 |
if (DocLang()=="cs") |
190 |
if (DocLang()=="cs") |
189 |
{ // Převeď anglické datum na český |
191 |
{ // Převeď anglické datum na český |
190 |
Time=(Time.replace(/(.+)\/(.+)\/(.+)/i,'$2.$1.$3')); |
192 |
Time=(Time.replace(/(.+)\/(.+)\/(.+)/i,'$2.$1.$3')); |