Problem with comparison.
/www/index.en.html
0,0 → 1,89
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3c.org/TR/html4/strict.dtd">
 
<html>
 
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250" />
<title> MLAB Main Page </title>
<link rel="StyleSheet" href="./Web/CSS/MLAB.css" type="text/css" title="MLAB Basic Style" />
<meta name="keywords" content="MLAB Universal Electronic Modules and Articles Processors Electronics" />
<meta name="description" content="MLAB Project, Main Page" />
<link rel="shortcut icon" type="image/x-icon" href="Web/PIC/MLAB.ico" />
<script language="JavaScript" type="text/javascript" src="Web/JS/MLAB_Menu.js"></script>
</head>
 
<body lang="en">
 
<!-- ============== HEADER ============== -->
<div class="Header">
<script type="text/javascript">
<!--
DrawHeader();
// -->
</script>
<noscript>
<b> JavaScript is required for including of the header </b></noscript>
</div>
 
<!-- ============== MENU ============== -->
<div class="Menu">
<script type="text/javascript">
<!--
DrawMenu();
// -->
</script>
<noscript>
<b> JavaScript is required for including of the menu </b></noscript>
</div>
 
<!-- ============== TEXT ============== -->
<div class="Text">
<p class="Title">
Welcome at MLAB site
<br>
<a href="index.cs.html"><img border=0 width=22 height=13 src="Web/PIC/CZE.gif" alt="Èeská vlajka"></a>
<a href="index.en.html"><img border=0 width=22 height=13 src="Web/PIC/GBR.gif" alt="Britská vlajka"></a>
</p>
<p class=Subtitle>
This is a noncommercial web about electronics with original designs.
We are especially interested in microcontrollers and small robots.
You can find here a lot of electronic modules you can use when developing
some electronics with processors. It doesn't matter if you are professional
developer or hobbyist.
<br>
<i>
The web is not finished yet, in fact we are working on it these days.
</i>
</p>
<p>
On this web there are published <a href="Web/AboutMLAB.en.html">MLAB</a> modules,
their documentation and other original papers about electronics and designs
written by our <a href="Web/AboutAuthors.en.html">authors</a>.
We want to bring <i>new valuable information</i>. We are the authors not
the web links collectors. More information about our goals and about this web
is on the page <a href="Web/AboutWeb.en.html">about MLAB web</a>.
</p>
<p>
The web is primary in Czech language but some information is translated
into English language. When the text is not in English it is presented
in Czech. Schematics, tables, source files and other design data are considered
to be international enough to be valuable even without translated text.
</p>
<p>
The translation may not be done well. If you can see errors let us know, please.
</div>
 
<!-- ============== FOOTER ============== -->
<div class="Footer">
<script type="text/javascript">
<!--
DrawFooter();
// -->
</script>
<noscript>
<b> JavaScript is required for including of the footer </b></noscript>
</div>
 
</body>
 
</html>
/www/index.cs.html
0,0 → 1,83
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3c.org/TR/html4/strict.dtd">
 
<html>
 
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250" />
<title> Hlavní stránka MLAB </title>
<link rel="StyleSheet" href="./Web/CSS/MLAB.css" type="text/css" title="MLAB základní styl" />
<meta name="keywords" content="stavebnice MLAB univerzální moduly" />
<meta name="description" content="Projekt MLAB, Hlavní stránka" />
<link rel="shortcut icon" type="image/x-icon" href="./Web/PIC/MLAB.ico" />
<script language="JavaScript" type="text/javascript" src="./Web/JS/MLAB_Menu.js"></script>
</head>
 
<body lang="cs">
 
<!-- ============== HLAVICKA ============== -->
<div class="Header">
<script type="text/javascript">
<!--
DrawHeader();
// -->
</script>
<noscript>
<b> Pro zobrazení (vložení) hlavièky je potøeba JavaScript </b>
</noscript>
</div>
 
<!-- ============== MENU ============== -->
<div class="Menu">
<script type="text/javascript">
<!--
DrawMenu();
// -->
</script>
<noscript>
<b> Pro zobrazení (vložení) menu je potøeba JavaScript </b>
</noscript>
</div>
 
<!-- ============== TEXT ============== -->
<div class="Text">
<p class="Title">
Vítejte ve svìtì MLAB
<br>
<a href="index.cs.html"><img border=0 width=22 height=13 src="./Web/PIC/CZE.gif" alt="Èeská vlajka"></a>
<a href="index.en.html"><img border=0 width=22 height=13 src="./Web/PIC/GBR.gif" alt="Britská vlajka"></a>
</p>
<p class=Subtitle>
Nekomerèní WEB nadšencù pro elektroniku s originálními návrhy modulù
stavebnice MLAB. Zvláštì nás zajímají jednoèipové procesory
a drobná robotika.
<br>
<i>
Web není ještì hotový. Právì na nìm pracujeme.
</i>
</p>
<p>
Tento WEB slouží ke zveøejòování designù pro stavebnici
<a href="./Web/AboutMLAB.cs.html">MLAB</a>
a dalších designù a èlánkù našich
<a href="./Web/AboutAuthors.cs.html">autorù</a>.
Naším cílem je pøinášet <i>hodnotné informace</i>. Jsme autoøi nikoli
sbìratelé odkazù. Více informací o našich cílech naleznete
<a href="./Web/AboutWeb.cs.html">na stránce o webu</a>.
</p>
</div>
 
<!-- ============== PATIÈKA ============== -->
<div class="Footer">
<script type="text/javascript">
<!--
DrawFooter();
// -->
</script>
<noscript>
<b> Pro zobrazení (vložení) hlavièky je potøeba JavaScript </b>
</noscript>
</div>
 
</body>
 
</html>