/Web/JS/MLAB_Menu.js
1,4 → 1,5
// History:
// Oprava parametrů obrázku v hlavičce, zašlápnutí fóra, oprava odkazu na stránku údržby
// Doplněna detekce jazyka dokumentu (ve značce body)
// Předěláno na jinou strukturu adresářů, doplněno poukování odkazů
// Oprava regulárního výrazu tak, aby nekazil odkaz Nahoru v patičce
78,11 → 79,11
Content+='<div class="InnerHeader"> ';
if (DocLang()=="cs")
{ // český text
Content+='<a href="index.cs.html" title="Domů"><span class="HeaderLogo">MLAB</span><img border=0 width=120 height=57 src="Web/PIC/MLAB_online.gif" alt="MLAB Logo"></a>';
Content+='<a href="index.cs.html" title="Domů"><span class="HeaderLogo">MLAB</span><img src="Web/PIC/MLAB_online.gif" alt="MLAB Logo"></a>';
}
else
{ // English text
Content+='<a href="index.en.html" title="Home"><span class="HeaderLogo">MLAB</span><img border=0 width=120 height=57 src="Web/PIC/MLAB_online.gif" alt="MLAB Logo"></a>';
Content+='<a href="index.en.html" title="Home"><span class="HeaderLogo">MLAB</span><img src="Web/PIC/MLAB_online.gif" alt="MLAB Logo"></a>';
}
Content+='<span class="HeaderText">'+MoreInfo+'</span>';
Content+='</div> ';
118,8 → 119,8
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.cs.html" title="Stránka údržby webu">Údržba</a> </li>';
//Content+=' <li> <a href= "http://test.mlab.cz/Forum" title="Forum uživatelů a autorů">Forum</a> </li>';
Content+=' <li> <a href="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>';
}
134,8 → 135,8
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.en.html" title="Maintenance page">Maintenance</a> </li>';
//Content+=' <li> <a href= "http://test.mlab.cz/Forum" title="Forum MLAB">Forum</a> </li>';
Content+=' <li> <a href="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>';
}