Rev 1893 Rev 3926
Line 83... Line 83...
83 if(MoreInfo==undefined) MoreInfo=document.title; 83 if(MoreInfo==undefined) MoreInfo=document.title;
84 // Vlozeni HTML kodu 84 // Vlozeni HTML kodu
85 Content+='<div class="InnerHeader"> '; 85 Content+='<div class="InnerHeader"> ';
86 if (DocLang()=="cs") 86 if (DocLang()=="cs")
87 { // český text 87 { // český text
88 Content+='<a href="index.cs.html" title="Domů"><span class="HeaderLogo">MLAB</span><img src="Web/PIC/MLAB_online.gif" alt="MLAB Logo"></a>'; 88 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>';
89 } 89 }
90 else 90 else
91 { // English text 91 { // English text
92 Content+='<a href="index.en.html" title="Home"><span class="HeaderLogo">MLAB</span><img src="Web/PIC/MLAB_online.gif" alt="MLAB Logo"></a>'; 92 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>';
93 } 93 }
94 Content+='<span class="HeaderText">'+MoreInfo+'</span>'; 94 //Content+='<span class="HeaderText">'+MoreInfo+'</span>';
95 Content+='</div> '; 95 Content+='</div> ';
96 // Korekce cest v odkazech 96 // Korekce cest v odkazech
97 Content=PokeRelativePath(Content); 97 Content=PokeRelativePath(Content);
98 // Výstup sestaveného textu 98 // Výstup sestaveného textu
99 document.write(Content); 99 document.write(Content);
Line 106... Line 106...
106 //// Zvýrazněný text má navíc class="Selected", zatím se nepoužívá 106 //// Zvýrazněný text má navíc class="Selected", zatím se nepoužívá
107 { 107 {
108 // Proměnná pro vznikající vkládaný obsah 108 // Proměnná pro vznikající vkládaný obsah
109 var Content=""; 109 var Content="";
110 // Default text 110 // Default text
111 if(MoreInfo==undefined) MoreInfo="Menu"; 111 if(MoreInfo==undefined) MoreInfo="<br>";
112 // Vlastni menu 112 // Vlastni menu
113 Content+='<div class="InnerMenu">'; 113 Content+='<div class="InnerMenu">';
114 Content+=' <div class="Navigation">'; 114 Content+=' <div class="Navigation">';
115 Content+=' <div class="MenuText">'; 115 Content+=' <div class="MenuText">';
116 Content+= MoreInfo; 116 Content+= MoreInfo;
Line 164... Line 164...
164 var Time=""; 164 var Time="";
165 // Default text je prazdny 165 // Default text je prazdny
166 if(MoreInfo==undefined) MoreInfo=""; 166 if(MoreInfo==undefined) MoreInfo="";
167 // Vlozeni HTML kodu 167 // Vlozeni HTML kodu
168 Content+='<div class="InnerFooter">'; 168 Content+='<div class="InnerFooter">';
169 Content+='&nbsp;'; // ústupek IE6 (chyba výpočtu šířky při nenulovém paddingu ) -  
170 if (DocLang()=="cs") 169 if (DocLang()=="cs")
171 { // český text 170 { // český text
172 Content+='<a href="#_Up" class="NoPrint">Nahoru</a> &nbsp; '; 171 Content+='<a href="#_Up" class="NoPrint">Nahoru</a> &nbsp; ';
173 Content+='<a href="Web/Copyright.cs.html">Copyright</a> &copy; '; 172 Content+='<a href="Web/Copyright.cs.html">Copyright</a> &copy; ';
174 Content+='<a href="Web/AboutAuthors.cs.html">Autoři MLAB</a> &nbsp; '; 173 Content+='<a href="Web/AboutAuthors.cs.html">Autoři MLAB</a> &nbsp; ';