r8477: Simplify header/footer handling. esp variables allow
[kai/samba.git] / swat / scripting / header_plain.esp
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4 <head>
5
6   <title>@@global.page.title</title>
7
8 <link rel="stylesheet" href="/style/common.css" type="text/css" media="all" />
9 <link rel="stylesheet" href="/style/main.css" type="text/css" media="all" />
10 <link rel="shortcut icon" href="/images/favicon.ico" />
11
12 <!--[if gte IE 5.5]>
13         <style type="text/css">
14         /*<![CDATA[*/
15         .logo_hack {
16 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/logo.png',sizingMethod='scale');
17         }
18         /*]]>*/ 
19         </style>
20 <![endif]-->
21
22 <!--[if lte IE 5]>
23         <style type="text/css">
24         /*<![CDATA[*/
25         .logo_hack {
26         background-image:url(/images/logo.gif);
27         background-position:center;
28         background-repeat:no-repeat;
29         top:23.5px;
30         left:-10px;
31         }
32         /*]]>*/
33         </style>
34 <![endif]-->
35
36 </head>
37
38
39 <body>
40
41 <div id="banner">
42   <div class="stripe"></div>
43 </div>
44
45 <div id="logo">
46   <div class="logo_hack"><a href="/"><img src="/images/linkpad.gif" alt="SWAT" /></a></div>
47 </div>
48
49 <div class="slogan">
50   <h4>Samba Web Administration Tool</h4>
51 </div>
52
53 <div id="content">
54   <div class="center">