Rev 62 Rev 71
Line 3... Line 3...
3 <html> 3 <html>
4   4  
5 <head> 5 <head>
6 <meta http-equiv="Content-Type" content="text/html; charset=windows-1250" /> 6 <meta http-equiv="Content-Type" content="text/html; charset=windows-1250" />
7 <title> MLAB Main Page </title> 7 <title> MLAB Main Page </title>
8 <link rel="StyleSheet" href="./Web/CSS/MLAB.css" type="text/css" title="MLAB Basic Style" /> 8 <link rel="StyleSheet" href="Web/CSS/MLAB.css" type="text/css" title="MLAB Basic Style" />
9 <meta name="keywords" content="MLAB Universal Electronic Modules and Articles Processors Electronics" /> 9 <meta name="keywords" content="MLAB Universal Electronic Modules and Articles Processors Electronics" />
10 <meta name="description" content="MLAB Project, Main Page" /> 10 <meta name="description" content="MLAB Project, Main Page" />
11 <link rel="shortcut icon" type="image/x-icon" href="Web/PIC/MLAB.ico" /> 11 <link rel="shortcut icon" type="image/x-icon" href="Web/PIC/MLAB.ico" />
12 <script language="JavaScript" type="text/javascript" src="Web/JS/MLAB_Menu.js"></script> 12 <script language="JavaScript" type="text/javascript" src="Web/JS/MLAB_Menu.js"></script>
13 </head> 13 </head>
Line 16... Line 16...
16   16  
17 <!-- ============== HEADER ============== --> 17 <!-- ============== HEADER ============== -->
18 <div class="Header"> 18 <div class="Header">
19 <script type="text/javascript"> 19 <script type="text/javascript">
20 <!-- 20 <!--
-   21 SetRelativePath("");
21 DrawHeader(); 22 DrawHeader();
22 // --> 23 // -->
23 </script> 24 </script>
24 <noscript> 25 <noscript>
25 <b> JavaScript is required for including of the header </b></noscript> 26 <b> JavaScript is required for including of the header </b>
-   27 </noscript>
26 </div> 28 </div>
27   29  
28 <!-- ============== MENU ============== --> 30 <!-- ============== MENU ============== -->
29 <div class="Menu"> 31 <div class="Menu">
30 <script type="text/javascript"> 32 <script type="text/javascript">
31 <!-- 33 <!--
32 DrawMenu(); 34 DrawMenu();
33 // --> 35 // -->
34 </script> 36 </script>
35 <noscript> 37 <noscript>
36 <b> JavaScript is required for including of the menu </b></noscript> 38 <b> JavaScript is required for including of the menu </b>
-   39 </noscript>
37 </div> 40 </div>
38   41  
39 <!-- ============== TEXT ============== --> 42 <!-- ============== TEXT ============== -->
40 <div class="Text"> 43 <div class="Text">
41 <p class="Title"> 44 <p class="Title">
Line 54... Line 57...
54 <i> 57 <i>
55 The web is not finished yet, in fact we are working on it these days. 58 The web is not finished yet, in fact we are working on it these days.
56 </i> 59 </i>
57 </p> 60 </p>
58 <p> 61 <p>
59 On this web there are published <a href="Web/AboutMLAB.en.html">MLAB</a> modules, 62 On this web there are published MLAB modules,
60 their documentation and other original papers about electronics and designs 63 their documentation and other original papers about electronics and designs
61 written by our <a href="Web/AboutAuthors.en.html">authors</a>. 64 written by our authors.
62 We want to bring <i>new valuable information</i>. We are the authors not 65 We want to bring <i>new valuable information</i>. We are the authors not
63 the web links collectors. More information about our goals and about this web 66 the web links collectors. More information about our goals and about this web
64 is on the page <a href="Web/AboutWeb.en.html">about MLAB web</a>. 67 is on the page <a href="Web/About.en.html">about this project</a>.
65 </p> 68 </p>
66 <p> 69 <p>
67 The web is primary in Czech language but some information is translated 70 <ul>
68 into English language. When the text is not in English it is presented 71 <li><a href="Web/AboutMLAB.en.html">About MLAB</a></li>
69 in Czech. Schematics, tables, source files and other design data are considered 72 <li><a href="Web/AboutAuthors.en.html">About Authors</a></li>
70 to be international enough to be valuable even without translated text. 73 <li><a href="Web/AboutWeb.en.html">About MLAB web</a></li>
71 </p> 74 </p>
72 <p> -  
73 The translation may not be done well. If you can see errors let us know, please. -  
74 </div> 75 </div>
75   76  
76 <!-- ============== FOOTER ============== --> 77 <!-- ============== FOOTER ============== -->
77 <div class="Footer"> 78 <div class="Footer">
78 <script type="text/javascript"> 79 <script type="text/javascript">
79 <!-- 80 <!--
80 DrawFooter(); 81 DrawFooter();
81 // --> 82 // -->
82 </script> 83 </script>
83 <noscript> 84 <noscript>
84 <b> JavaScript is required for including of the footer </b></noscript> 85 <b> JavaScript is required for including of the footer </b>
-   86 </noscript>
85 </div> 87 </div>
86   88  
87 </body> 89 </body>
88   90  
89 </html> 91 </html>