Rev 532 Rev 533
Line 180... Line 180...
180 Content+='<a href="Web/Copyright.en.html">Copyright</a> &copy; '; 180 Content+='<a href="Web/Copyright.en.html">Copyright</a> &copy; ';
181 Content+='<a href="Web/AboutAuthors.en.html">MLAB Authors</a> &nbsp; '; 181 Content+='<a href="Web/AboutAuthors.en.html">MLAB Authors</a> &nbsp; ';
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> &nbsp; '; 185 Content+='<a href= "http://validator.w3.org/check?uri=referer">HTML Validator</a> &nbsp; ';
186 } 186 }
187 Time=document.lastModified; 187 Time=document.lastModified;
188 if (DocLang()=="cs") 188 if (DocLang()=="cs")
189 { // Převeď anglické datum na český 189 { // Převeď anglické datum na český
190 Time=(Time.replace(/(.+)\/(.+)\/(.+)/i,'$2.$1.$3')); 190 Time=(Time.replace(/(.+)\/(.+)\/(.+)/i,'$2.$1.$3'));