Rev 716 Rev 717
Line -... Line 1...
-   1 <?php $lang = $HTTP_GET_VARS["lang"]; ?>
1 <html> 2 <html>
2 <head> 3 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4 <title> MLAB moduly </title> 5 <title> MLAB moduly </title>
5 <meta name="keywords" content="stavebnice MLAB univerzální moduly seznam přehled"> 6 <meta name="keywords" content="stavebnice MLAB univerzální moduly seznam přehled">
6 <meta name="description" content="Projekt MLAB, moduly"> 7 <meta name="description" content="Projekt MLAB, moduly">
Line 44... Line 45...
44 <!-- AUTOINCLUDE END --> 45 <!-- AUTOINCLUDE END -->
45   46  
46   47  
47   48  
48 <!-- ============== TEXT ============== --> 49 <!-- ============== TEXT ============== -->
-   50 <?php if ($lang == "en") { ?>
-   51 <div class="Text">
-   52 <p class="Title">
-   53 Overview of MLAB Modules
-   54 </p>
-   55 <p class=Subtitle>
-   56 You can find an overview of MLAB Modules here. It is automatically
-   57 generated page based on source database and the overview can be sorted
-   58 variously.
-   59 </p>
-   60  
-   61 <p class="Remark">
-   62 Automatic generation is not written yet.
-   63 </p>
-   64 <?php } else { ?>
49 <div class="Text"> 65 <div class="Text">
50 <p class="Title"> 66 <p class="Title">
51 Přehled modulů MLAB 67 Přehled modulů MLAB
52 </p> 68 </p>
53 <p class="Subtitle"> 69 <p class="Subtitle">
Line 57... Line 73...
57   73  
58 <p class="Remark"> 74 <p class="Remark">
59 Automatické generování přehledů ještě nemáme rozfungované, proto jsou 75 Automatické generování přehledů ještě nemáme rozfungované, proto jsou
60 zde zatím jen statické odkazy. 76 zde zatím jen statické odkazy.
61 </p> 77 </p>
62   -  
63   -  
64   -  
65 <?php 78 <?php
-   79 }
66 /* KONFIGURACE */ 80 /* KONFIGURACE */
67 $path = '/var/www/Web'; 81 $path = '/var/www/Web';
68 $www = 'http://www.mlab.cz'; 82 $www = 'http://www.mlab.cz';
69 $folder = '/../Modules'; 83 $folder = '/../Modules';
70 /*$img = 'preview.jpg';*/ 84 /*$img = 'preview.jpg';*/