Rev 1427 Rev 1470
Line 125... Line 125...
125 Content+=' <li> <a href="Web/Designs.cs.html" title="Samostatné konstrukce">Konstrukce</a> </li>'; 125 Content+=' <li> <a href="Web/Designs.cs.html" title="Samostatné konstrukce">Konstrukce</a> </li>';
126 Content+=' <li> <a href="Web/News.cs.html" title="Novinky">Novinky</a> </li>'; 126 Content+=' <li> <a href="Web/News.cs.html" title="Novinky">Novinky</a> </li>';
127 Content+=' <li> <a href="Web/FAQ.cs.html" title="Nejčastější dotazy">FAQ</a> </li>'; 127 Content+=' <li> <a href="Web/FAQ.cs.html" title="Nejčastější dotazy">FAQ</a> </li>';
128 Content+=' <li> <a href="Web/Downloads.cs.html" title="Ke stažení">Downloads</a> </li>'; 128 Content+=' <li> <a href="Web/Downloads.cs.html" title="Ke stažení">Downloads</a> </li>';
129 Content+=' <li> <a href= "http://www.mlab.cz/WebSVN/listing.php?repname=MLAB&amp;path=%2F&amp;sc=0&amp;langchoice=Česky" title="Webový přístup do databáze SVN">WebSVN</a> </li>'; 129 Content+=' <li> <a href= "http://www.mlab.cz/WebSVN/listing.php?repname=MLAB&amp;path=%2F&amp;sc=0&amp;langchoice=Česky" title="Webový přístup do databáze SVN">WebSVN</a> </li>';
130 Content+=' <li> <a href="Web/Maintenance.cs.html" title="Stránka údržby webu">Údržba</a> </li>'; 130 Content+=' <li> <a href="http://wiki.mlab.cz/" title="Stránka Wiki">Wiki</a> </li>';
131 Content+=' <li> <a href="Web/About.cs.html" title="O webu, stavebnici MLAB atd.">O projektu</a> </li>'; 131 Content+=' <li> <a href="Web/About.cs.html" title="O webu, stavebnici MLAB atd.">O projektu</a> </li>';
132 Content+='</ul>'; 132 Content+='</ul>';
133 } 133 }
134 else 134 else
135 { // English text 135 { // English text
Line 141... Line 141...
141 Content+=' <li> <a href="Web/Designs.en.html" title="Independed Designs">Designs</a> </li>'; 141 Content+=' <li> <a href="Web/Designs.en.html" title="Independed Designs">Designs</a> </li>';
142 Content+=' <li> <a href="Web/News.en.html" title="News">News</a> </li>'; 142 Content+=' <li> <a href="Web/News.en.html" title="News">News</a> </li>';
143 Content+=' <li> <a href="Web/FAQ.en.html" title="Frequently Asked Questions">FAQ</a> </li>'; 143 Content+=' <li> <a href="Web/FAQ.en.html" title="Frequently Asked Questions">FAQ</a> </li>';
144 Content+=' <li> <a href="Web/Downloads.en.html" title="For download">Downloads</a> </li>'; 144 Content+=' <li> <a href="Web/Downloads.en.html" title="For download">Downloads</a> </li>';
145 Content+=' <li> <a href= "http://www.mlab.cz/WebSVN/listing.php?repname=MLAB&amp;path=%2F&amp;sc=0&amp;langchoice=English" title="Web interface to SVN database">WebSVN</a> </li>'; 145 Content+=' <li> <a href= "http://www.mlab.cz/WebSVN/listing.php?repname=MLAB&amp;path=%2F&amp;sc=0&amp;langchoice=English" title="Web interface to SVN database">WebSVN</a> </li>';
146 Content+=' <li> <a href="Web/Maintenance.en.html" title="Maintenance page">Maintenance</a> </li>'; 146 Content+=' <li> <a href="http://wiki.mlab.cz/" title="Wiki web">Wiki</a> </li>';
147 Content+=' <li> <a href="Web/About.en.html" title="About Project">About</a> </li>'; 147 Content+=' <li> <a href="Web/About.en.html" title="About Project">About</a> </li>';
148 Content+='</ul>'; 148 Content+='</ul>';
149 } 149 }
150 Content+=' </div>'; 150 Content+=' </div>';
151 Content+='</div> '; 151 Content+='</div> ';
Line 169... Line 169...
169 Content+='&nbsp;'; // ústupek IE6 (chyba výpočtu šířky při nenulovém paddingu ) 169 Content+='&nbsp;'; // ústupek IE6 (chyba výpočtu šířky při nenulovém paddingu )
170 if (DocLang()=="cs") 170 if (DocLang()=="cs")
171 { // český text 171 { // český text
172 Content+='<a href="#_Up" class="NoPrint">Nahoru</a> &nbsp; '; 172 Content+='<a href="#_Up" class="NoPrint">Nahoru</a> &nbsp; ';
173 Content+='<a href="Web/Copyright.cs.html">Copyright</a> &copy; '; 173 Content+='<a href="Web/Copyright.cs.html">Copyright</a> &copy; ';
174 Content+='<a href="Web/AboutAuthors.cs.html">Autoři MLAB</a> &nbsp; '; 174 Content+='<a href="Web/AboutAuthors.cs.html">Autoři MLAB</a> &nbsp; ';
-   175 Content+='<a href="Web/Maintenance.cs.html">Údržba</a> &nbsp; ';
175 } 176 }
176 else 177 else
177 { // English text 178 { // English text
178 Content+='<a href="#_Up" class="NoPrint">Up</a> &nbsp; '; 179 Content+='<a href="#_Up" class="NoPrint">Up</a> &nbsp; ';
179 Content+='<a href="Web/Copyright.en.html">Copyright</a> &copy; '; 180 Content+='<a href="Web/Copyright.en.html">Copyright</a> &copy; ';
180 Content+='<a href="Web/AboutAuthors.en.html">MLAB Authors</a> &nbsp; '; 181 Content+='<a href="Web/AboutAuthors.en.html">MLAB Authors</a> &nbsp; ';
-   182 Content+='<a href="Web/Maintenance.en.html">Maintenance</a> &nbsp; ';
181 } 183 }
182 if (document.location.hostname!='') 184 if (document.location.hostname!='')
183 { 185 {
184 Content+='<a href= "http://validator.w3.org/check?uri=' 186 Content+='<a href= "http://validator.w3.org/check?uri='
185 +document.location.href 187 +document.location.href