Rev 371 Rev 378
Line 162... Line 162...
162 // Vlozeni HTML kodu 162 // Vlozeni HTML kodu
163 Content+='<div class="InnerFooter">'; 163 Content+='<div class="InnerFooter">';
164 Content+='&nbsp;'; // ústupek IE6 (chyba výpočtu šířky při nenulovém paddingu ) 164 Content+='&nbsp;'; // ústupek IE6 (chyba výpočtu šířky při nenulovém paddingu )
165 if (DocLang()=="cs") 165 if (DocLang()=="cs")
166 { // český text 166 { // český text
167 Content+='<a href="#">Nahoru</a> &nbsp; '; 167 Content+='<a href="#" class="NoPrint">Nahoru</a> &nbsp; ';
168 Content+='<a href="Web/Copyright.cs.html">Copyright</a> &copy; '; 168 Content+='<a href="Web/Copyright.cs.html">Copyright</a> &copy; ';
169 Content+='<a href="Web/AboutAuthors.cs.html">Autoři MLAB</a> &nbsp; '; 169 Content+='<a href="Web/AboutAuthors.cs.html">Autoři MLAB</a> &nbsp; ';
170 } 170 }
171 else 171 else
172 { // English text 172 { // English text
173 Content+='<a href="#">Up</a> &nbsp; '; 173 Content+='<a href="#" class="NoPrint">Up</a> &nbsp; ';
174 Content+='<a href="Web/Copyright.en.html">Copyright</a> &copy; '; 174 Content+='<a href="Web/Copyright.en.html">Copyright</a> &copy; ';
175 Content+='<a href="Web/AboutAuthors.en.html">MLAB Authors</a> &nbsp; '; 175 Content+='<a href="Web/AboutAuthors.en.html">MLAB Authors</a> &nbsp; ';
176 } 176 }
177 Content+='['+document.lastModified+'] &nbsp;&nbsp;&nbsp;'; 177 Content+='['+document.lastModified+'] &nbsp;&nbsp;&nbsp;';
178 Content+=MoreInfo; 178 Content+=MoreInfo;