Line -... |
Line 1... |
- |
|
1 |
<?php |
1 |
<?php $lang = $HTTP_GET_VARS["lang"]; ?> |
2 |
if ($HTTP_GET_VARS["lang"] == "en") { |
- |
|
3 |
$lang = "en"; |
- |
|
4 |
} else { |
- |
|
5 |
$lang = "cs"; |
- |
|
6 |
} |
- |
|
7 |
?> |
2 |
<html> |
8 |
<html> |
3 |
<head> |
9 |
<head> |
4 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
10 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
5 |
<title> MLAB moduly </title> |
11 |
<title> MLAB moduly </title> |
6 |
<meta name="keywords" content="stavebnice MLAB univerzální moduly seznam přehled"> |
12 |
<meta name="keywords" content="stavebnice MLAB univerzální moduly seznam přehled"> |
Line 12... |
Line 18... |
12 |
<script type="text/javascript" src="../Web/JS/MLAB_Menu.js"></script> |
18 |
<script type="text/javascript" src="../Web/JS/MLAB_Menu.js"></script> |
13 |
<!-- AUTOINCLUDE END --> |
19 |
<!-- AUTOINCLUDE END --> |
14 |
</head> |
20 |
</head> |
15 |
<body> |
21 |
<body> |
16 |
|
22 |
|
17 |
<!-- AUTOINCLUDE START "Page/Header.cs.ihtml" DO NOT REMOVE --> |
23 |
<!-- AUTOINCLUDE START "Page/Header.<?php echo $lang; ?>.ihtml" DO NOT REMOVE --> |
18 |
<!-- ============== HLAVICKA ============== --> |
24 |
<!-- ============== HLAVICKA ============== --> |
19 |
<div class="Header"> |
25 |
<div class="Header"> |
20 |
<script type="text/javascript"> |
26 |
<script type="text/javascript"> |
21 |
<!-- |
27 |
<!-- |
22 |
SetRelativePath("../"); |
28 |
SetRelativePath("../"); |
Line 27... |
Line 33... |
27 |
<p><b> Pro zobrazení (vložení) hlavičky je potřeba JavaScript </b></p> |
33 |
<p><b> Pro zobrazení (vložení) hlavičky je potřeba JavaScript </b></p> |
28 |
</noscript> |
34 |
</noscript> |
29 |
</div> |
35 |
</div> |
30 |
<!-- AUTOINCLUDE END --> |
36 |
<!-- AUTOINCLUDE END --> |
31 |
|
37 |
|
32 |
<!-- AUTOINCLUDE START "Page/Menu.cs.ihtml" DO NOT REMOVE --> |
38 |
<!-- AUTOINCLUDE START "Page/Menu.<?php echo $lang; ?>.ihtml" DO NOT REMOVE --> |
33 |
<!-- ============== MENU ============== --> |
39 |
<!-- ============== MENU ============== --> |
34 |
<div class="Menu"> |
40 |
<div class="Menu"> |
35 |
<script type="text/javascript"> |
41 |
<script type="text/javascript"> |
36 |
<!-- |
42 |
<!-- |
37 |
SetRelativePath("../"); |
43 |
SetRelativePath("../"); |