Line 1... |
Line 1... |
1 |
// History: |
1 |
// History: |
- |
|
2 |
// Oprava parametrů obrázku v hlavičce, zašlápnutí fóra, oprava odkazu na stránku údržby |
2 |
// Doplněna detekce jazyka dokumentu (ve značce body) |
3 |
// Doplněna detekce jazyka dokumentu (ve značce body) |
3 |
// Předěláno na jinou strukturu adresářů, doplněno poukování odkazů |
4 |
// Předěláno na jinou strukturu adresářů, doplněno poukování odkazů |
4 |
// Oprava regulárního výrazu tak, aby nekazil odkaz Nahoru v patičce |
5 |
// Oprava regulárního výrazu tak, aby nekazil odkaz Nahoru v patičce |
5 |
// Změna kódování na UTF-8 |
6 |
// Změna kódování na UTF-8 |
6 |
|
7 |
|
Line 76... |
Line 77... |
76 |
if(MoreInfo==undefined) MoreInfo=document.title; |
77 |
if(MoreInfo==undefined) MoreInfo=document.title; |
77 |
// Vlozeni HTML kodu |
78 |
// Vlozeni HTML kodu |
78 |
Content+='<div class="InnerHeader"> '; |
79 |
Content+='<div class="InnerHeader"> '; |
79 |
if (DocLang()=="cs") |
80 |
if (DocLang()=="cs") |
80 |
{ // český text |
81 |
{ // český text |
81 |
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>'; |
82 |
Content+='<a href="index.cs.html" title="Domů"><span class="HeaderLogo">MLAB</span><img src="Web/PIC/MLAB_online.gif" alt="MLAB Logo"></a>'; |
82 |
} |
83 |
} |
83 |
else |
84 |
else |
84 |
{ // English text |
85 |
{ // English text |
85 |
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>'; |
86 |
Content+='<a href="index.en.html" title="Home"><span class="HeaderLogo">MLAB</span><img src="Web/PIC/MLAB_online.gif" alt="MLAB Logo"></a>'; |
86 |
} |
87 |
} |
87 |
Content+='<span class="HeaderText">'+MoreInfo+'</span>'; |
88 |
Content+='<span class="HeaderText">'+MoreInfo+'</span>'; |
88 |
Content+='</div> '; |
89 |
Content+='</div> '; |
89 |
// Korekce cest v odkazech |
90 |
// Korekce cest v odkazech |
90 |
Content=PokeRelativePath(Content); |
91 |
Content=PokeRelativePath(Content); |
Line 116... |
Line 117... |
116 |
Content+=' <li> <a href="Web/Designs.cs.html" title="Samostatné konstrukce">Konstrukce</a> </li>'; |
117 |
Content+=' <li> <a href="Web/Designs.cs.html" title="Samostatné konstrukce">Konstrukce</a> </li>'; |
117 |
Content+=' <li> <a href="Web/News.cs.html" title="Novinky">Novinky</a> </li>'; |
118 |
Content+=' <li> <a href="Web/News.cs.html" title="Novinky">Novinky</a> </li>'; |
118 |
Content+=' <li> <a href="Web/Photos.cs.html" title="Galerie fotografií">Fotogalerie</a> </li>'; |
119 |
Content+=' <li> <a href="Web/Photos.cs.html" title="Galerie fotografií">Fotogalerie</a> </li>'; |
119 |
Content+=' <li> <a href="Web/Downloads.cs.html" title="Ke stažení">Download</a> </li>'; |
120 |
Content+=' <li> <a href="Web/Downloads.cs.html" title="Ke stažení">Download</a> </li>'; |
120 |
Content+=' <li> <a href= "http://test.mlab.cz/WebSVN/listing.php?repname=MLAB&path=%2F&sc=0&langchoice=Česky" title="Webový přístup do databáze SVN">WebSVN</a> </li>'; |
121 |
Content+=' <li> <a href= "http://test.mlab.cz/WebSVN/listing.php?repname=MLAB&path=%2F&sc=0&langchoice=Česky" title="Webový přístup do databáze SVN">WebSVN</a> </li>'; |
121 |
Content+=' <li> <a href= "http://test.mlab.cz/Forum" title="Forum uživatelů a autorů">Forum</a> </li>'; |
122 |
//Content+=' <li> <a href= "http://test.mlab.cz/Forum" title="Forum uživatelů a autorů">Forum</a> </li>'; |
122 |
Content+=' <li> <a href= "http://test.mlab.cz/Web/Maintenance.cs.html" title="Stránka údržby webu">Údržba</a> </li>'; |
123 |
Content+=' <li> <a href="Web/Maintenance.cs.html" title="Stránka údržby webu">Údržba</a> </li>'; |
123 |
Content+=' <li> <a href="Web/About.cs.html" title="O webu, stavebnici MLAB atd.">O projektu</a> </li>'; |
124 |
Content+=' <li> <a href="Web/About.cs.html" title="O webu, stavebnici MLAB atd.">O projektu</a> </li>'; |
124 |
Content+='</ul>'; |
125 |
Content+='</ul>'; |
125 |
} |
126 |
} |
126 |
else |
127 |
else |
127 |
{ // English text |
128 |
{ // English text |
Line 132... |
Line 133... |
132 |
Content+=' <li> <a href="Web/Designs.en.html" title="Independed Designs">Designs</a> </li>'; |
133 |
Content+=' <li> <a href="Web/Designs.en.html" title="Independed Designs">Designs</a> </li>'; |
133 |
Content+=' <li> <a href="Web/News.en.html" title="News">News</a> </li>'; |
134 |
Content+=' <li> <a href="Web/News.en.html" title="News">News</a> </li>'; |
134 |
Content+=' <li> <a href="Web/Photos.en.html" title="Photo Gallery">Photogallery</a> </li>'; |
135 |
Content+=' <li> <a href="Web/Photos.en.html" title="Photo Gallery">Photogallery</a> </li>'; |
135 |
Content+=' <li> <a href="Web/Downloads.en.html" title="For download">Downloads</a> </li>'; |
136 |
Content+=' <li> <a href="Web/Downloads.en.html" title="For download">Downloads</a> </li>'; |
136 |
Content+=' <li> <a href= "http://test.mlab.cz/WebSVN/listing.php?repname=MLAB&path=%2F&sc=0&langchoice=English" title="Web interface to SVN database">WebSVN</a> </li>'; |
137 |
Content+=' <li> <a href= "http://test.mlab.cz/WebSVN/listing.php?repname=MLAB&path=%2F&sc=0&langchoice=English" title="Web interface to SVN database">WebSVN</a> </li>'; |
137 |
Content+=' <li> <a href= "http://test.mlab.cz/Forum" title="Forum MLAB">Forum</a> </li>'; |
138 |
//Content+=' <li> <a href= "http://test.mlab.cz/Forum" title="Forum MLAB">Forum</a> </li>'; |
138 |
Content+=' <li> <a href= "http://test.mlab.cz/Web/Maintenance.en.html" title="Maintenance page">Maintenance</a> </li>'; |
139 |
Content+=' <li> <a href="Web/Maintenance.en.html" title="Maintenance page">Maintenance</a> </li>'; |
139 |
Content+=' <li> <a href="Web/About.en.html" title="About Project">About</a> </li>'; |
140 |
Content+=' <li> <a href="Web/About.en.html" title="About Project">About</a> </li>'; |
140 |
Content+='</ul>'; |
141 |
Content+='</ul>'; |
141 |
} |
142 |
} |
142 |
Content+=' </div>'; |
143 |
Content+=' </div>'; |
143 |
Content+='</div> '; |
144 |
Content+='</div> '; |