164,13 → 164,13 |
Content+=' '; // ústupek IE6 (chyba výpočtu šířky při nenulovém paddingu ) |
if (DocLang()=="cs") |
{ // český text |
Content+='<a href="#" class="NoPrint">Nahoru</a> '; |
Content+='<a href="#">Nahoru</a> '; |
Content+='<a href="Web/Copyright.cs.html">Copyright</a> © '; |
Content+='<a href="Web/AboutAuthors.cs.html">Autoři MLAB</a> '; |
} |
else |
{ // English text |
Content+='<a href="#" class="NoPrint">Up</a> '; |
Content+='<a href="#">Up</a> '; |
Content+='<a href="Web/Copyright.en.html">Copyright</a> © '; |
Content+='<a href="Web/AboutAuthors.en.html">MLAB Authors</a> '; |
} |