85,13 → 85,13 |
Content+='<div class="InnerHeader"> '; |
if (DocLang()=="cs") |
{ // český text |
Content+='<a href="index.cs.html" title="Domů"><span class="HeaderLogo"><img class="HeaderLogo" src="Web/PIC/logo_MLAB_long.svg" alt="MLAB modular laboratory"></span></a>'; |
Content+='<a href="index.cs.html" title="Domů"><span class="HeaderLogo">MLAB</span><img src="Web/PIC/MLAB_online.gif" alt="MLAB Logo"></a>'; |
} |
else |
{ // English text |
Content+='<a href="index.en.html" title="Home"><span class="HeaderLogo"><img class="HeaderLogo" src="Web/PIC/logo_MLAB_long.svg" alt="MLAB modular laboratory"></span></a>'; |
Content+='<a href="index.en.html" title="Home"><span class="HeaderLogo">MLAB</span><img src="Web/PIC/MLAB_online.gif" alt="MLAB Logo"></a>'; |
} |
//Content+='<span class="HeaderText">'+MoreInfo+'</span>'; |
Content+='<span class="HeaderText">'+MoreInfo+'</span>'; |
Content+='</div> '; |
// Korekce cest v odkazech |
Content=PokeRelativePath(Content); |
108,7 → 108,7 |
// Proměnná pro vznikající vkládaný obsah |
var Content=""; |
// Default text |
if(MoreInfo==undefined) MoreInfo="<br>"; |
if(MoreInfo==undefined) MoreInfo="Menu"; |
// Vlastni menu |
Content+='<div class="InnerMenu">'; |
Content+=' <div class="Navigation">'; |
166,6 → 166,7 |
if(MoreInfo==undefined) MoreInfo=""; |
// Vlozeni HTML kodu |
Content+='<div class="InnerFooter">'; |
Content+=' '; // ústupek IE6 (chyba výpočtu šířky při nenulovém paddingu ) |
if (DocLang()=="cs") |
{ // český text |
Content+='<a href="#_Up" class="NoPrint">Nahoru</a> '; |