Rev Author Line No. Line
1 kaklik 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3c.org/TR/html4/strict.dtd">
2  
3 <html>
4  
5 <head>
6 <meta http-equiv=Content-Type content="text/html; charset=windows-1250">
7 <title> Test hlavièky a patièky </title>
8 <link rel="StyleSheet" href="styl2.css" type="text/css" title="druhy_styl">
9 <script language="JavaScript" type="text/javascript" src="menu.js"></script>
10 </head>
11  
12 <body lang=CS>
13  
14 <!-- -------------- HLAVICKA -------------- -->
15 <div class=Heater>
16 <script type="text/javascript">
17 <!--
18 DrawHeader(); // mozno zmenit nadpis v hlavicce
19 // -->
20 </script>
21 <noscript>
22 <b> Pro zobrazení (vložení) hlavièky je potøeba JavaScript </b>
23 </noscript>
24 </div>
25  
26  
27 <!-- -------------- MENU -------------- -->
28 <div class=Menu>
29 <script type="text/javascript">
30 <!--
31 DrawMenu();
32 // -->
33 </script>
34 <noscript>
35 <b> Pro zobrazení (vložení) hlavièky je potøeba JavaScript </b>
36 </noscript>
37 </div>
38  
39 <!-- -------------- TEXT STRANKY -------------- -->
40 <div class=Section1>
41 <p class=Titul>
42 Programátor procesorù PIC
43 </p>
44 </div>
45  
46 <!-- -------------- PATICKA -------------- -->
47 <div class=Footer>
48 <script type="text/javascript">
49 <!--
50 DrawFooter("AAA");
51 // -->
52 </script>
53 <noscript>
54 <b> Pro zobrazení (vložení) hlavièky je potøeba JavaScript </b>
55 </noscript>
56 </div>
57  
58 </body>
59  
60 </html>