r8353: Use a PNG instead of a GIF for padding. Also fixes a file not found
[kai/samba.git] / swat / scripting / header_plain.esp
1 <% include("/scripting/header.esp"); %>
2
3 <title>@@global.page.title</title>
4
5 <link rel="stylesheet" href="/style/common.css" type="text/css" media="all" />
6 <link rel="stylesheet" href="/style/main.css" type="text/css" media="all" />
7 <link rel="shortcut icon" href="/images/favicon.ico" />
8
9 <!--[if gte IE 5.5]>
10         <style type="text/css">
11         /*<![CDATA[*/
12         .logo_hack {
13 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/logo.png',sizingMethod='scale');
14         }
15         /*]]>*/ 
16         </style>
17 <![endif]-->
18
19 <!--[if lte IE 5]>
20         <style type="text/css">
21         /*<![CDATA[*/
22         .logo_hack {
23         background-image:url(/images/logo.gif);
24         background-position:center;
25         background-repeat:no-repeat;
26         top:23.5px;
27         left:-10px;
28         }
29         /*]]>*/
30         </style>
31 <![endif]-->
32
33 </head>
34
35
36 <body>
37
38 <div id="banner">
39   <div class="stripe"></div>
40 </div>
41
42 <div id="logo">
43   <div class="logo_hack"><a href="/"><img src="/images/linkpad.png" alt="SWAT" /></a></div>
44 </div>
45
46 <div class="slogan">
47   <h4>Samba Web Administration Tool</h4>
48 </div>
49
50 <div id="content">
51   <div class="center">