Line 168... |
Line 168... |
168 |
if (DocLang()=="cs") |
168 |
if (DocLang()=="cs") |
169 |
{ // český text |
169 |
{ // český text |
170 |
Content+='<a href="#_Up" class="NoPrint">Nahoru</a> '; |
170 |
Content+='<a href="#_Up" class="NoPrint">Nahoru</a> '; |
171 |
Content+='<a href="Web/Copyright.cs.html">Copyright</a> © '; |
171 |
Content+='<a href="Web/Copyright.cs.html">Copyright</a> © '; |
172 |
Content+='<a href="Web/AboutAuthors.cs.html">Autoři MLAB</a> '; |
172 |
Content+='<a href="Web/AboutAuthors.cs.html">Autoři MLAB</a> '; |
- |
|
173 |
Content+='<a href="http://validator.w3.org/check?uri=referer">XHTML Valid Design</a> '; |
173 |
} |
174 |
} |
174 |
else |
175 |
else |
175 |
{ // English text |
176 |
{ // English text |
176 |
Content+='<a href="#_Up" class="NoPrint">Up</a> '; |
177 |
Content+='<a href="#_Up" class="NoPrint">Up</a> '; |
177 |
Content+='<a href="Web/Copyright.en.html">Copyright</a> © '; |
178 |
Content+='<a href="Web/Copyright.en.html">Copyright</a> © '; |
178 |
Content+='<a href="Web/AboutAuthors.en.html">MLAB Authors</a> '; |
179 |
Content+='<a href="Web/AboutAuthors.en.html">MLAB Authors</a> '; |
- |
|
180 |
Content+='<a href="http://validator.w3.org/check?uri=referer">XHTML Valid Design</a> '; |
179 |
} |
181 |
} |
180 |
Content+='['+document.lastModified+'] '; |
182 |
Content+='['+document.lastModified+'] '; |
181 |
Content+=MoreInfo; |
183 |
Content+=MoreInfo; |
182 |
Content+='</div>'; |
184 |
Content+='</div>'; |
183 |
// Korekce cest v odkazech |
185 |
// Korekce cest v odkazech |