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