Rev 703 Rev 704
Line 11... Line 11...
11 <script type="text/javascript" src="../Web/JS/MLAB_Menu.js"></script> 11 <script type="text/javascript" src="../Web/JS/MLAB_Menu.js"></script>
12 <!-- AUTOINCLUDE END --> 12 <!-- AUTOINCLUDE END -->
13 </head> 13 </head>
14 <body> 14 <body>
15   15  
-   16 <!-- AUTOINCLUDE START "Page/Header.cs.ihtml" DO NOT REMOVE -->
-   17 <!-- ============== HLAVICKA ============== -->
-   18 <div class="Header">
-   19 <script type="text/javascript">
-   20 <!--
-   21 SetRelativePath("../");
-   22 DrawHeader();
-   23 // -->
-   24 </script>
-   25 <noscript>
-   26 <p><b> Pro zobrazení (vložení) hlavièky je potøeba JavaScript </b></p>
-   27 </noscript>
16 <center> 28 </div>
-   29 <!-- AUTOINCLUDE END -->
-   30  
-   31 <!-- AUTOINCLUDE START "Page/Menu.cs.ihtml" DO NOT REMOVE -->
-   32 <!-- ============== MENU ============== -->
-   33 <div class="Menu">
-   34 <script type="text/javascript">
-   35 <!--
-   36 SetRelativePath("../");
-   37 DrawMenu();
-   38 // -->
-   39 </script>
-   40 <noscript>
-   41 <p><b> Pro zobrazení (vložení) menu je potøeba JavaScript </b></p>
-   42 </noscript>
-   43 </div>
-   44 <!-- AUTOINCLUDE END -->
-   45  
-   46  
17   47  
18 <?php 48 <?php
19 /* KONFIGURACE */ 49 /* KONFIGURACE */
20 $path = '/var/www/Web'; 50 $path = '/var/www/Web';
21 $www = 'http://www.mlab.cz'; 51 $www = 'http://www.mlab.cz';
Line 88... Line 118...
88 <?php 118 <?php
89 } 119 }
90 } 120 }
91 ?> 121 ?>
92   122  
-   123  
-   124 <!-- AUTOINCLUDE START "Page/Footer.cs.ihtml" DO NOT REMOVE -->
-   125 <!-- ============== PATIÈKA ============== -->
-   126 <div class="Footer">
-   127 <script type="text/javascript">
-   128 <!--
-   129 SetRelativePath("../");
-   130 DrawFooter();
-   131 // -->
-   132 </script>
-   133 <noscript>
-   134 <p><b> Pro zobrazení (vložení) hlavièky je potøeba JavaScript </b></p>
-   135 </noscript>
93 </center> 136 </div>
-   137 <!-- AUTOINCLUDE END -->
-   138  
-   139  
94   140  
95 </body> 141 </body>
96 </html> 142 </html>