Rev 444 Rev 529
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> &nbsp; '; 170 Content+='<a href="#_Up" class="NoPrint">Nahoru</a> &nbsp; ';
171 Content+='<a href="Web/Copyright.cs.html">Copyright</a> &copy; '; 171 Content+='<a href="Web/Copyright.cs.html">Copyright</a> &copy; ';
172 Content+='<a href="Web/AboutAuthors.cs.html">Autoři MLAB</a> &nbsp; '; 172 Content+='<a href="Web/AboutAuthors.cs.html">Autoři MLAB</a> &nbsp; ';
-   173 Content+='<a href="http://validator.w3.org/check?uri=referer">XHTML Valid Design</a> &nbsp; ';
173 } 174 }
174 else 175 else
175 { // English text 176 { // English text
176 Content+='<a href="#_Up" class="NoPrint">Up</a> &nbsp; '; 177 Content+='<a href="#_Up" class="NoPrint">Up</a> &nbsp; ';
177 Content+='<a href="Web/Copyright.en.html">Copyright</a> &copy; '; 178 Content+='<a href="Web/Copyright.en.html">Copyright</a> &copy; ';
178 Content+='<a href="Web/AboutAuthors.en.html">MLAB Authors</a> &nbsp; '; 179 Content+='<a href="Web/AboutAuthors.en.html">MLAB Authors</a> &nbsp; ';
-   180 Content+='<a href="http://validator.w3.org/check?uri=referer">XHTML Valid Design</a> &nbsp; ';
179 } 181 }
180 Content+='['+document.lastModified+'] &nbsp;&nbsp;&nbsp;'; 182 Content+='['+document.lastModified+'] &nbsp;&nbsp;&nbsp;';
181 Content+=MoreInfo; 183 Content+=MoreInfo;
182 Content+='</div>'; 184 Content+='</div>';
183 // Korekce cest v odkazech 185 // Korekce cest v odkazech