/Web/JS/MLAB_Menu.js
111,15 → 111,15
{ // český text
Content+='<ul>';
Content+=' <li> <a href="index.cs.html" title="Domů">Home</a> </li>';
Content+=' <li> <a href="Web/Articles.cs.html" title="Články, informace">Články</a> </li>';
Content+=' <li> <a href="Web/Modules.cs.html" title="Jednotlivé moduly MLAB">Moduly</a> </li>';
Content+=' <li> <a href="Web/Apparatus.cs.html" title="Samostatná zařízení">Zařízení</a> </li>';
Content+=' <li> <a href="Web/Articles.cs.html" title="Články, informace">Texty</a> </li>';
Content+=' <li> <a href="Web/Designs.cs.html" title="Samostatné konstrukce">Konstrukce</a> </li>';
Content+=' <li> <a href="Web/News.cs.html" title="Novinky">Novinky</a> </li>';
Content+=' <li> <a href="Web/Photos.cs.html" title="Galerie fotografií">Fotogalerie</a> </li>';
Content+=' <li> <a href="Web/Downloads.cs.html" title="Ke stažení">Download</a> </li>';
Content+=' <li> <a href= "http://test.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>';
Content+=' <li> <a href= "http://test.mlab.cz/Forum" title="Forum uživatelů a autorů">Forum</a> </li>';
Content+=' <li> <a href= "http://test.mlab.cz/Web/Maintenance/Maintenance.cs.php" title="Stránka údržby webu">Údržba</a> </li>';
Content+=' <li> <a href= "http://test.mlab.cz/Web/Maintenance.cs.html" title="Stránka údržby webu">Údržba</a> </li>';
Content+=' <li> <a href="Web/About.cs.html" title="O webu, stavebnici MLAB atd.">O projektu</a> </li>';
Content+='</ul>';
}
127,15 → 127,15
{ // English text
Content+='<ul>';
Content+=' <li> <a href="index.en.html" title="Home">Home</a> </li>';
Content+=' <li> <a href="Web/Articles.en.html" title="Articles and other Texts">Articles</a></i>';
Content+=' <li> <a href="Web/Modules.en.html" title="Individual MLAB Modules">Modules</a> </li>';
Content+=' <li> <a href="Web/Apparatus.en.html" title="Independed Devices">Apparatus</a> </li>';
Content+=' <li> <a href="Web/Articles.en.html" title="Articles and other Texts">Texts</a> </li>';
Content+=' <li> <a href="Web/Designs.en.html" title="Independed Designs">Designs</a> </li>';
Content+=' <li> <a href="Web/News.en.html" title="News">News</a> </li>';
Content+=' <li> <a href="Web/Photos.en.html" title="Photo Gallery">Photogallery</a> </li>';
Content+=' <li> <a href="Web/Downloads.en.html" title="For download">Downloads</a> </li>';
Content+=' <li> <a href= "http://test.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>';
Content+=' <li> <a href= "http://test.mlab.cz/Forum" title="Forum MLAB">Forum</a> </li>';
Content+=' <li> <a href= "http://test.mlab.cz/Web/Maintenance/Maintenance.en.php" title="Maintenance page">Maintenance</a> </li>';
Content+=' <li> <a href= "http://test.mlab.cz/Web/Maintenance.en.html" title="Maintenance page">Maintenance</a> </li>';
Content+=' <li> <a href="Web/About.en.html" title="About Project">About</a> </li>';
Content+='</ul>';
}