Subversion Repositories svnkaklik

Rev

Rev 404 | Rev 474 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 404 Rev 405
Line 5... Line 5...
5
<head>
5
<head>
6
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
6
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
7
<meta name="description" content="description"/>
7
<meta name="description" content="description"/>
8
<meta name="keywords" content="keywords"/> 
8
<meta name="keywords" content="keywords"/> 
9
<meta name="author" content="author"/> 
9
<meta name="author" content="author"/> 
10
<link rel="stylesheet" type="text/css" href="default.css" media="screen"/>
10
<link rel="stylesheet" type="text/css" href="../../default.css" media="screen"/>
11
<title>Kaklik's Web</title>
11
<title>Kaklik's Web</title>
12
</head>
12
</head>
13
 
13
 
14
<body>
14
<body>
15
 
15
 
16
<div class="container">
16
<div class="container">
17
 
17
 
18
<?php
18
<?php
19
  include ("./../include/navigation.cs.php");
19
  include ("./../../include/navigation.cs.php");
20
?>
20
?>
21
 
21
 
22
	<div class="holder_top"></div>
22
	<div class="holder_top"></div>
23
 
23
 
24
	<div class="holder">
24
	<div class="holder">
Line 26... Line 26...
26
		<a>Konstrukce anténního zesilovače je inspirována zapajením <a href="http://www.abelian.demon.co.uk/sid/">Paula Nicholsona</a></p>
26
		<a>Konstrukce anténního zesilovače je inspirována zapajením <a href="http://www.abelian.demon.co.uk/sid/">Paula Nicholsona</a></p>
27
		<p>Aktuální výrobní data jsou k dispozici v <a href="http://www.mlab.cz/WebSVN/listing.php?repname=svnkaklik&path=%2Fschemata%2Fmereni%2FVLF%2F#_schemata_mereni_VLF_">SVN databázi</a></p>
27
		<p>Aktuální výrobní data jsou k dispozici v <a href="http://www.mlab.cz/WebSVN/listing.php?repname=svnkaklik&path=%2Fschemata%2Fmereni%2FVLF%2F#_schemata_mereni_VLF_">SVN databázi</a></p>
28
	</div>
28
	</div>
29
 
29
 
30
<?php
30
<?php
31
  include ("./../include/footer.php");
31
  include ("./../../include/footer.php");
32
?>
32
?>
33
 
33
 
34
</div>
34
</div>
35
 
35
 
36
</body>
36
</body>