Subversion Repositories svnkaklik

Compare Revisions

Ignore whitespace Rev 98 → Rev 99

/web/kaklik's_web/blank.cs.html
File deleted
/web/kaklik's_web/blank.cs.php
0,0 → 1,49
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
 
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<meta name="description" content="description"/>
<meta name="keywords" content="keywords"/>
<meta name="author" content="author"/>
<link rel="stylesheet" type="text/css" href="default.css" media="screen"/>
<title>Kaklik's Web</title>
</head>
 
<body>
 
<div class="container">
 
<?php
include ("./include/navigation.cs.php");
?>
 
<div class="holder_top"></div>
 
<div class="holder">
<h1>Nazdar Lidi,</h1>
<p>Tak tohle je můj web, budu se tady snažit napsat co nejvíc znalostí na které jsem musel přijít, protože nejsou nikde jinde k nalezení</p>
<p>Doufám že tu najdete něco, co vám udělá radost :)</p>
 
<!--
<cite>Sed sodales nisl sit amet augue. Donec ultrices, augue ullamcorper posuere laoreet, turpis massa tristique justo, sed egestas metus magna sed purus.</cite>
-->
</div>
 
<?php
include ("./include/footer.php");
?>
 
</div>
 
</body>
 
</html>
<center><span style="width: 100%; font-family: helvetica; font-size: 6px;">
Design downloaded from <a href="http://www.freewebtemplates.com" style="font-family: helvetica; font-size: 6px;">FreeWebTemplates.com</a><br>
Free web design, web templates, web layouts, and website resources!
</span></center><br><br>
/web/kaklik's_web/blank.en.php
0,0 → 1,49
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
 
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<meta name="description" content="description"/>
<meta name="keywords" content="keywords"/>
<meta name="author" content="author"/>
<link rel="stylesheet" type="text/css" href="default.css" media="screen"/>
<title>Kaklik's Web</title>
</head>
 
<body>
 
<div class="container">
 
<?php
include ("./include/navigation.en.php");
?>
 
<div class="holder_top"></div>
 
<div class="holder">
<h1>Nazdar Lidi,</h1>
<p>Tak tohle je můj web, budu se tady snažit napsat co nejvíc znalostí na které jsem musel přijít, protože nejsou nikde jinde k nalezení</p>
<p>Doufám že tu najdete něco, co vám udělá radost :)</p>
 
<!--
<cite>Sed sodales nisl sit amet augue. Donec ultrices, augue ullamcorper posuere laoreet, turpis massa tristique justo, sed egestas metus magna sed purus.</cite>
-->
</div>
 
<?php
include ("./include/footer.php");
?>
 
</div>
 
</body>
 
</html>
<center><span style="width: 100%; font-family: helvetica; font-size: 6px;">
Design downloaded from <a href="http://www.freewebtemplates.com" style="font-family: helvetica; font-size: 6px;">FreeWebTemplates.com</a><br>
Free web design, web templates, web layouts, and website resources!
</span></center><br><br>
/web/kaklik's_web/documents.cs.html
22,10 → 22,10
<h2>the root of unknown knowledges</h2>
</div>
 
<a href="index.cs.html">Domů</a>
<a href="projects.cs.html">Projekty</a>
<a href="robots.cs.html">Roboti</a>
<a href="documents.cs.html">Dokumenty</a>
<a href="index.cs.php">Domů</a>
<a href="projects.cs.php">Projekty</a>
<a href="robots.cs.php">Roboti</a>
<a href="documents.cs.php">Dokumenty</a>
<div class="clearer"><span></span></div>
 
</div>
/web/kaklik's_web/documents.cs.php
0,0 → 1,96
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
 
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<meta name="description" content="description"/>
<meta name="keywords" content="keywords"/>
<meta name="author" content="author"/>
<link rel="stylesheet" type="text/css" href="default.css" media="screen"/>
<title>Kaklik's documents</title>
</head>
 
<body>
 
<div class="container">
 
<?php
include ("./include/navigation.cs.php");
?>
 
<div class="holder_top"></div>
 
<div class="holder">
<p><a href="http://www.mlab.cz/WebSVN/listing.php?repname=svnkaklik&path=%2F&sc=0"><h3>Personal Subversion Repository</h3></a></p>
<table cellspacing="20">
<thead>
<tr>
<th>Měření a protokoly</th>
</tr>
</thead>
<tbody align="center" valign="middle">
<tr>
<td><a href="http://www.mlab.cz/WebSVN/listing.php?repname=svnkaklik&path=%2Fdokumenty%2Fautomatizace%2Fmereni1%2F#_dokumenty_automatizace_mereni1_">Ověření přesnosti A/D převodníku</a></td>
<td>protokol o úloze z předmětu Automatizace</td>
</tr>
<tr>
<td><a href="http://www.mlab.cz/WebSVN/listing.php?repname=svnkaklik&path=%2Fdokumenty%2Fautomatizace%2Fmereni2%2F#_dokumenty_automatizace_mereni2_">operace s harmonickými průběhy</a></td>
<td>protokol o úloze z předmětu Automatizace</td>
</tr>
<tr>
<td><a href="http://www.mlab.cz/WebSVN/listing.php?repname=svnkaklik&path=%2Fdokumenty%2Fautomatizace%2Fmereni3%2F#_dokumenty_automatizace_mereni3_">Měření statických charakteristik</a></td>
<td>protokol z automatizace</td>
</tr>
<tr>
<td><a href="http://www.mlab.cz/WebSVN/listing.php?repname=svnkaklik&path=%2Fdokumenty%2Fmereni%2Fprotokol2%2F#_dokumenty_mereni_protokol2_">měření odporu</a></td>
</tr>
<tr>
<td><a href="http://www.mlab.cz/WebSVN/listing.php?repname=svnkaklik&path=%2Fdokumenty%2Fmereni%2Fprotokol3%2F#_dokumenty_mereni_protokol3_">měření odporu jinou metodou</td>
</tr>
<tr>
<td><a href="http://www.mlab.cz/WebSVN/listing.php?repname=svnkaklik&path=%2Fdokumenty%2Fmereni%2Fprotokol4%2F#_dokumenty_mereni_protokol4_">Měření cívky se vzduchovou mezerou</a></td>
</tr>
<tr>
<td><a href="http://www.mlab.cz/WebSVN/listing.php?repname=svnkaklik&path=%2Fdokumenty%2Fmereni%2Fprotokol5%2F#_dokumenty_mereni_protokol5_">měření vzájemné indukčnosti cívek</a></td>
</tr>
<tr>
<td><a href="http://www.mlab.cz/WebSVN/listing.php?repname=svnkaklik&path=%2Fdokumenty%2Fmereni%2Fprotokol6%2F#_dokumenty_mereni_protokol6_">měření napětí technickým kompenzátorem</a></td>
</tr>
</tbody>
</table>
<table cellspacing="20">
<thead>
<tr>
<th>Scany</th>
</tr>
</thead>
<tbody align="center" valign="middle">
<td><a href="http://www.mlab.cz/~kaklik/downloadable/horolezecky_pruvodce.pdf">HoroLezecký průvodce</a></td>
<td>HoroLezecký průvodce - SKALNÍ OBLASTI TÁBORSKA [Vendelín Vondruška, Jiří Pištěk] (1994)</td>
</tr>
<tr>
<td><a href="http://www.mlab.cz/~kaklik/downloadable/scripta/">učebnice TP</a></td>
<td>učebnice na Techniku Počítačů. Čtyři díly.</td>
</tr>
<tr>
</tbody>
</table>
</div>
 
<?php
include ("./include/footer.php");
?>
 
</div>
 
</body>
 
</html>
<center><span style="width: 100%; font-family: helvetica; font-size: 6px;">
Design downloaded from <a href="http://www.freewebtemplates.com" style="font-family: helvetica; font-size: 6px;">FreeWebTemplates.com</a><br>
Free web design, web templates, web layouts, and website resources!
</span></center><br><br>
/web/kaklik's_web/documents.en.html
22,10 → 22,10
<h2>the root of unknown knowledges</h2>
</div>
 
<a href="index.en.html">Home</a>
<a href="projects.en.html">Projects</a>
<a href="robots.en.html">Robots</a>
<a href="documents.en.html">Documents</a>
<a href="index.en.php">Home</a>
<a href="projects.en.php">Projects</a>
<a href="robots.en.php">Robots</a>
<a href="documents.en.php">Documents</a>
<div class="clearer"><span></span></div>
 
</div>
/web/kaklik's_web/documents.en.php
0,0 → 1,96
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
 
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<meta name="description" content="description"/>
<meta name="keywords" content="keywords"/>
<meta name="author" content="author"/>
<link rel="stylesheet" type="text/css" href="default.css" media="screen"/>
<title>Kaklik's documents</title>
</head>
 
<body>
 
<div class="container">
 
<?php
include ("./include/navigation.en.php");
?>
 
<div class="holder_top"></div>
 
<div class="holder">
<p><a href="http://www.mlab.cz/WebSVN/listing.php?repname=svnkaklik&path=%2F&sc=0"><h3>Personal Subversion Repository</h3></a> - a very clutter database of data which I don't published yet. Only some things are described bellow.</p>
<table cellspacing="20">
<thead>
<tr>
<th>Masures and protocols</th>
</tr>
</thead>
<tbody align="center" valign="middle">
<tr>
<td><a href="http://www.mlab.cz/WebSVN/listing.php?repname=svnkaklik&path=%2Fdokumenty%2Fautomatizace%2Fmereni1%2F#_dokumenty_automatizace_mereni1_">A/D converter [czech]</a></td>
<td>Automatication</td>
</tr>
<tr>
<td><a href="http://www.mlab.cz/WebSVN/listing.php?repname=svnkaklik&path=%2Fdokumenty%2Fautomatizace%2Fmereni2%2F#_dokumenty_automatizace_mereni2_">operation with harmonical waves [czech]</a></td>
<td>Automatication</td>
</tr>
<tr>
<td><a href="http://www.mlab.cz/WebSVN/listing.php?repname=svnkaklik&path=%2Fdokumenty%2Fautomatizace%2Fmereni3%2F#_dokumenty_automatizace_mereni3_">Measuring of static characteristic [czech]</a></td>
<td>Automatication</td>
</tr>
<tr>
<td><a href="http://www.mlab.cz/WebSVN/listing.php?repname=svnkaklik&path=%2Fdokumenty%2Fmereni%2Fprotokol2%2F#_dokumenty_mereni_protokol2_">measuring of resistivity [czech]</a></td>
</tr>
<tr>
<td><a href="http://www.mlab.cz/WebSVN/listing.php?repname=svnkaklik&path=%2Fdokumenty%2Fmereni%2Fprotokol3%2F#_dokumenty_mereni_protokol3_">measuring of resistivity by another method [czech]</td>
</tr>
<tr>
<td><a href="http://www.mlab.cz/WebSVN/listing.php?repname=svnkaklik&path=%2Fdokumenty%2Fmereni%2Fprotokol4%2F#_dokumenty_mereni_protokol4_">measuring of winding with air distance [czech]</a></td>
</tr>
<tr>
<td><a href="http://www.mlab.cz/WebSVN/listing.php?repname=svnkaklik&path=%2Fdokumenty%2Fmereni%2Fprotokol5%2F#_dokumenty_mereni_protokol5_">measuring of each other inductance [czech]</a></td>
</tr>
<tr>
<td><a href="http://www.mlab.cz/WebSVN/listing.php?repname=svnkaklik&path=%2Fdokumenty%2Fmereni%2Fprotokol6%2F#_dokumenty_mereni_protokol6_">measuring of voltage by technical compensator</a></td>
</tr>
</tbody>
</table>
<table cellspacing="20">
<thead>
<tr>
<th>Scans</th>
</tr>
</thead>
<tbody align="center" valign="middle">
<td><a href="http://www.mlab.cz/~kaklik/downloadable/horolezecky_pruvodce.pdf">RockClimbing guide book</a></td>
<td>HoroLezecký průvodce - SKALNÍ OBLASTI TÁBORSKA [Vendelín Vondruška, Jiří Pištěk] (1994)</td>
</tr>
<tr>
<td><a href="http://www.mlab.cz/~kaklik/downloadable/scripta/">učebnice TP</a></td>
<td>učebnice na Techniku Počítačů. Čtyři díly.</td>
</tr>
<tr>
</tbody>
</table>
</div>
 
<?php
include ("./include/footer.php");
?>
 
</div>
 
</body>
 
</html>
<center><span style="width: 100%; font-family: helvetica; font-size: 6px;">
Design downloaded from <a href="http://www.freewebtemplates.com" style="font-family: helvetica; font-size: 6px;">FreeWebTemplates.com</a><br>
Free web design, web templates, web layouts, and website resources!
</span></center><br><br>
/web/kaklik's_web/include/footer.php
1,4 → 1,4
<div class="footer">&copy; 2006 <a href="http://www.mlab.cz">www.mlab.cz</a>. Valid <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> &amp; <a href="http://validator.w3.org/check?uri=referer">XHTML</a>. Template design by <a href="http://arcsin.se">Arcsin</a>
<div class="footer">&copy; 2007 <a href="http://www.mlab.cz">www.mlab.cz</a>. Valid <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> &amp; <a href="http://validator.w3.org/check?uri=referer">XHTML</a>. Template design by <a href="http://arcsin.se">Arcsin</a>
<!-- phpmyvisites -->
<a href="http://www.phpmyvisites.net/" title="Free web analytics, website statistics"
onclick="window.open(this.href);return(false);"><script type="text/javascript">
/web/kaklik's_web/include/navigation.cs.php
5,10 → 5,10
<h2>root of the unknown knowledges</h2>
</div>
 
<a href="index.cs.html">Domù</a>
<a href="projects.cs.html">Projekty</a>
<a href="robots.cs.html">Roboti</a>
<a href="documents.cs.html">Dokumenty</a>
<a href="index.cs.php">Dom</a>
<a href="projects.cs.php">Projekty</a>
<a href="robots.cs.php">Roboti</a>
<a href="documents.cs.php">Dokumenty</a>
<div class="clearer"><span></span></div>
 
</div>
/web/kaklik's_web/include/navigation.en.php
5,10 → 5,10
<h2>root of the unknown knowledges</h2>
</div>
 
<a href="index.en.html">Home</a>
<a href="projects.en.html">Projects</a>
<a href="robots.en.html">Robots</a>
<a href="documents.en.html">Documents</a>
<a href="index.en.php">Home</a>
<a href="projects.en.php">Projects</a>
<a href="robots.en.php">Robots</a>
<a href="documents.en.php">Documents</a>
<div class="clearer"><span></span></div>
 
</div>
/web/kaklik's_web/projects.cs.html
22,10 → 22,10
<h2>the root of unknown knowledges</h2>
</div>
 
<a href="index.cs.html">Domů</a>
<a href="projects.cs.html">Projekty</a>
<a href="robots.cs.html">Roboti</a>
<a href="documents.cs.html">Dokumenty</a>
<a href="index.cs.php">Domů</a>
<a href="projects.cs.php">Projekty</a>
<a href="robots.cs.php">Roboti</a>
<a href="documents.cs.php">Dokumenty</a>
<div class="clearer"><span></span></div>
 
</div>
/web/kaklik's_web/projects.cs.php
0,0 → 1,77
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
 
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<meta name="description" content="description"/>
<meta name="keywords" content="keywords"/>
<meta name="author" content="author"/>
<link rel="stylesheet" type="text/css" href="default.css" media="screen"/>
<title>Kaklik's project</title>
</head>
 
<body>
 
<div class="container">
 
<?php
include ("./include/navigation.cs.php");
?>
 
<div class="holder_top"></div>
 
<div class="holder">
 
<h1>Seznam Projektů</h1>
<p>Zatím je tu převážně jen seznam projektů na kterých sem pracoval a předpokládám, že o nich někdy napíšu. Jestli si myslíte, že bych něco měl napsat už teď, tak mi určitě napište na adresu: Kaklik(zavináč)mlab.cz</p>
<table frame="void" rules="none" cellspacing="2">
<colgroup>
<col align="center">
<col align="center">
</colgroup>
<thead>
<tr>
<th colspan="2">Projekt</th>
<th colspan="1">Popis</th>
<th colspan="1">Stav</th>
</tr>
</thead>
<tbody>
<tr>
<td><img src="projects/RCcontrol/project.JPG" alt="Digital RC control" width="100" height="75" /></td>
<th>Digitální RC souprava</th>
<td>Popis mojí konstrukce dálkového ovládání letadla</td><td>Není napsaná dokumentace</td></tr>
<tr>
<td></td><th>Čtečka telefonních karet</th>
<td>Návod jak vyrobit čtečku starých telefonních karet.</td><td>Není napsaná dokumentace</td></tr>
<tr>
<td><img src="projects/packet/project.jpeg" alt="packet" width="100" height="88" /></td>
<th><a href="./projects/packet/packet.cs.html">Paket Rádio</a><br>
<a href="projects/packet/packet.pdf">PDF verze</th>
<td>Postup jak rozchodit CB packet rádio pod Linuxem.</td><td>Projekt dokončen</td></tr>
<tr><td><img src="projects/zarovka/project.JPG" alt="electric discharge in light bulb" width="100" height="75" /></td><th>výboj v žárovce</th><td>Popis výroby vlastní plasmalampy</td><td>Není napsaná dokumentace</td></tr>
<tr><td><img src="projects/miniRCmodel/project.JPG" alt="mini RC model" width="100" height="75" /></td><th>miniaturní RC model</th><td>Návod jak postavit miniaturní letadlo na dálkové ovládání při nákladech asi 600kč</td><td>Není napsaná dokumentace</td></tr>
<tr><td><img src="projects/PCzdroj/project.JPG" alt="transmitter power source" width="100" height="75" /></td><th>zdroj pro napájení radiostanice</th><td>Postup jak upravit PC zdroj, tak aby šel použít pro napájení CB radiostanice</td><td>Není napsaná dokumentace</td></tr>
<tr><td><img src="projects/mikrovlnka/project.jpeg" alt="Osvitka" width="100" height="75" /></td><th><a href="./projects/mikrovlnka/mikrovlnka.cs.html">Osvitka z mikrovlné trouby</a></th><td>Návod, jak si vyrobit UV osvitku plošných spojů z mikrovlné trouby.</td><td>Dokumentace dopsána</td></tr>
<tr><td></td><th>Laserový projektor</th><td>Konstrukce projektoru k promítání na zeď pomocí laseru přes výstup zvukové karty</td><td>Vize inspirováno <a href="http://elm-chan.org/works/vlp/report_e.html">http://elm-chan.org/works/vlp/report_e.html</a> </td></tr>
<tr><td></td><th>Autonomní letadlo</th><td></td><td>Vize</td></tr>
</tbody>
</table>
</div>
 
<?php
include ("./include/footer.php");
?>
 
</div>
 
</body>
 
</html>
<center><span style="width: 100%; font-family: helvetica; font-size: 6px;">
Design downloaded from <a href="http://www.freewebtemplates.com" style="font-family: helvetica; font-size: 6px;">FreeWebTemplates.com</a><br>
Free web design, web templates, web layouts, and website resources!
</span></center><br><br>
/web/kaklik's_web/projects.en.html
22,10 → 22,10
<h2>the root of unknown knowledges</h2>
</div>
 
<a href="index.en.html">Home</a>
<a href="projects.en.html">Projects</a>
<a href="robots.en.html">Robots</a>
<a href="documents.en.html">Documents</a>
<a href="index.en.php">Home</a>
<a href="projects.en.php">Projects</a>
<a href="robots.en.php">Robots</a>
<a href="documents.en.php">Documents</a>
<div class="clearer"><span></span></div>
 
</div>
/web/kaklik's_web/projects.en.php
0,0 → 1,77
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
 
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<meta name="description" content="description"/>
<meta name="keywords" content="keywords"/>
<meta name="author" content="author"/>
<link rel="stylesheet" type="text/css" href="default.css" media="screen"/>
<title>Kaklik's project</title>
</head>
 
<body>
 
<div class="container">
 
<?php
include ("./include/navigation.en.php");
?>
 
<div class="holder_top"></div>
 
<div class="holder">
 
<h1>Project list</h1>
<p>There is a project list of project which I want to write about.</p>
<table frame="void" rules="none" cellspacing="2">
<colgroup>
<col align="center">
<col align="center">
</colgroup>
<thead>
<tr>
<th colspan="2">Project</th>
<th colspan="1">Description</th>
<th colspan="1">Status</th>
</tr>
</thead>
<tbody>
<tr>
<td><img src="projects/RCcontrol/project.JPG" alt="Digital RC control" width="100" height="75" /></td>
<th>Digital RC control</th>
<td>A description how made modelar radiocontrol unit</td><td>Documentation isn't wrote</td></tr>
<tr>
<td></td><th>Telephone card reader</th>
<td>A description how made a telephone card reader for reading old telephone cards (without TRICK chip)</td><td>Documentation isn't wrote</td></tr>
<tr>
<td><img src="projects/packet/project.jpeg" alt="packet" width="100" height="88" /></td>
<th><a href="./projects/packet/packet.cs.html">Pacet radio under Linux</a><br>
<a href="projects/packet/packet.pdf">PDF version</th>
<td>A Know-how to using packet radio soundcard modem under Linux</td><td>Documentation wrote [Czech]</td></tr>
<tr><td><img src="projects/zarovka/project.JPG" alt="electric discharge in light bulb" width="100" height="75" /></td><th>electric discharge in light bulb</th><td>Popis výroby vlastní plasmalampy</td><td>Documentation isn't wrote</td></tr>
<tr><td><img src="projects/miniRCmodel/project.JPG" alt="mini RC model" width="100" height="75" /></td><th>A tiny RC model</th><td>A description how to create a low cost and tiny RC model</td><td>Documentation isn't wrote</td></tr>
<tr><td><img src="projects/PCzdroj/project.JPG" alt="transmitter power source" width="100" height="75" /></td><th>An electric power source </th><td>A mind how to edit PC electric source to powering CB radiostation.</td><td>Documentation isn't wrote</td></tr>
<tr><td><img src="projects/mikrovlnka/project.jpeg" alt="" width="100" height="75" /></td><th><a href="./projects/mikrovlnka/mikrovlnka.en.html">exposurechamber from microwave oven</a></th><td>A manual to made a UV exposure chamber from microwave oven</td><td>documentation wrote [Czech]</td></tr>
<tr><td></td><th>Laser projector</th><td>a construction of laser projector to projecting a vector graphic on a wall</td><td>inspired by <a href="http://elm-chan.org/works/vlp/report_e.html">http://elm-chan.org/works/vlp/report_e.html</a> </td></tr>
<tr><td></td><th>Autonomous airplane</th><td></td><td>Vision</td></tr>
</tbody>
</table>
</div>
 
<?php
include ("./include/footer.php");
?>
 
</div>
 
</body>
 
</html>
<center><span style="width: 100%; font-family: helvetica; font-size: 6px;">
Design downloaded from <a href="http://www.freewebtemplates.com" style="font-family: helvetica; font-size: 6px;">FreeWebTemplates.com</a><br>
Free web design, web templates, web layouts, and website resources!
</span></center><br><br>
/web/kaklik's_web/robots.cs.html
22,10 → 22,10
<h2>root of the unknown knowledges</h2>
</div>
 
<a href="index.cs.html">Domů</a>
<a href="projects.cs.html">Projekty</a>
<a href="robots.cs.html">Roboti</a>
<a href="documents.cs.html">Dokumenty</a>
<a href="index.cs.php">Domů</a>
<a href="projects.cs.php">Projekty</a>
<a href="robots.cs.php">Roboti</a>
<a href="documents.cs.php">Dokumenty</a>
<div class="clearer"><span></span></div>
 
</div>
/web/kaklik's_web/robots.cs.php
0,0 → 1,70
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
 
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<meta name="description" content="description"/>
<meta name="keywords" content="keywords"/>
<meta name="author" content="author"/>
<link rel="stylesheet" type="text/css" href="default.css" media="screen"/>
<title>Kaklik's robots</title>
</head>
 
<body>
 
<div class="container">
 
<?php
include ("./include/navigation.cs.php");
?>
 
<div class="holder_top"></div>
 
<div class="holder">
 
<h1>Roboti</h1>
<table frame="void" rules="none" cellspacing="2">
<thead>
<tr>
<th colspan="2" align="center"><a href="http://www.robotika.sk/contest/">Istrobot</a></th>
</tr>
</thead>
<tbody>
<tr><th>Callis</th><td></td></tr>
<tr><th>Merkur</th><td><a href="http://www.mlab.cz/WebSVN/filedetails.php?repname=MLAB&path=%2FDesigns%2FROBOTS%2FMerkur%2FDOC%2FMerkur.cs.pdf">PDF</a></td></tr>
<tr><th>3Orbis</th><td><a href="http://www.mlab.cz/WebSVN/filedetails.php?repname=MLAB&path=%2FDesigns%2FROBOTS%2F3Orbis%2FDOC%2F3Orbis.cs.pdf">PDF<a/></td></tr>
</tbody>
</table>
<p></p>
<table frame="void" rules="none" cellspacing="2">
<thead>
<tr>
<th colspan="2" align="center"><a href="http://napajenisluncem.vsb.cz/">Napájení sluncem</a></th>
</tr>
</thead>
<tbody>
<tr><th>Dark Walker</th><td></td></tr>
<tr><th>Dark Walker II</th><td></td></tr>
<tr><th>Dark Jump</th><td></td></tr>
<tr><th>Sagitta</th><td></td></tr>
<tr><th>Scamnum Specularis</th><td></td></tr>
</tbody>
</table>
</div>
 
<?php
include ("./include/footer.php");
?>
 
</div>
 
</body>
 
</html>
<center><span style="width: 100%; font-family: helvetica; font-size: 6px;">
Design downloaded from <a href="http://www.freewebtemplates.com" style="font-family: helvetica; font-size: 6px;">FreeWebTemplates.com</a><br>
Free web design, web templates, web layouts, and website resources!
</span></center><br><br>
/web/kaklik's_web/robots.en.html
22,10 → 22,10
<h2>root of the unknown knowledges</h2>
</div>
 
<a href="index.en.html">Home</a>
<a href="projects.en.html">Projects</a>
<a href="robots.en.html">Robots</a>
<a href="documents.en.html">Documents</a>
<a href="index.en.php">Home</a>
<a href="projects.en.php">Projects</a>
<a href="robots.en.php">Robots</a>
<a href="documents.en.php">Documents</a>
<div class="clearer"><span></span></div>
 
</div>
/web/kaklik's_web/robots.en.php
0,0 → 1,70
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
 
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<meta name="description" content="description"/>
<meta name="keywords" content="keywords"/>
<meta name="author" content="author"/>
<link rel="stylesheet" type="text/css" href="default.css" media="screen"/>
<title>Kaklik's robots</title>
</head>
 
<body>
 
<div class="container">
 
<?php
include ("./include/navigation.en.php");
?>
 
<div class="holder_top"></div>
 
<div class="holder">
 
<h1>Robots Constructions</h1>
<table frame="void" rules="none" cellspacing="2">
<thead>
<tr>
<th colspan="2" align="center"><a href="http://www.robotika.sk/contest/">Istrobot Challenge</a></th>
</tr>
</thead>
<tbody>
<tr><th>Callis</th><td></td></tr>
<tr><th>Merkur</th><td><a href="http://www.mlab.cz/WebSVN/filedetails.php?repname=MLAB&path=%2FDesigns%2FROBOTS%2FMerkur%2FDOC%2FMerkur.cs.pdf">PDF</a></td></tr>
<tr><th>3Orbis</th><td><a href="http://www.mlab.cz/WebSVN/filedetails.php?repname=MLAB&path=%2FDesigns%2FROBOTS%2F3Orbis%2FDOC%2F3Orbis.cs.pdf">PDF<a/></td></tr>
</tbody>
</table>
<p></p>
<table frame="void" rules="none" cellspacing="2">
<thead>
<tr>
<th colspan="2" align="center"><a href="http://napajenisluncem.vsb.cz/">Napájení sluncem (Sun powered vehicles chllenge)</a></th>
</tr>
</thead>
<tbody>
<tr><th>Dark Walker</th><td></td></tr>
<tr><th>Dark Walker II</th><td></td></tr>
<tr><th>Dark Jump</th><td></td></tr>
<tr><th>Sagitta</th><td></td></tr>
<tr><th>Scamnum Specularis</th><td></td></tr>
</tbody>
</table>
</div>
 
<?php
include ("./include/footer.php");
?>
 
</div>
 
</body>
 
</html>
<center><span style="width: 100%; font-family: helvetica; font-size: 6px;">
Design downloaded from <a href="http://www.freewebtemplates.com" style="font-family: helvetica; font-size: 6px;">FreeWebTemplates.com</a><br>
Free web design, web templates, web layouts, and website resources!
</span></center><br><br>