source: vendor/current/swat2/scripting/header_plain.esp@ 414

Last change on this file since 414 was 414, checked in by Herwig Bauernfeind, 15 years ago

Samba 3.5.0: Initial import

File size: 1.3 KB
Line 
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/columns.css" type="text/css" media="all" />
10<link rel="stylesheet" href="/style/swat.css" type="text/css" media="all" />
11<link rel="shortcut icon" href="/images/favicon.ico" />
12
13<!--[if gte IE 5.5]>
14 <style type="text/css">
15 /*<![CDATA[*/
16 .logo_hack {
17filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/logo.png',sizingMethod='scale');
18 }
19 /*]]>*/
20 </style>
21<![endif]-->
22
23<!--[if lte IE 5]>
24 <style type="text/css">
25 /*<![CDATA[*/
26 .logo_hack {
27 background-image:url(/images/logo.gif);
28 background-position:center;
29 background-repeat:no-repeat;
30 top:23.5px;
31 left:-10px;
32 }
33 /*]]>*/
34 </style>
35<![endif]-->
36
37</head>
38
39
40<body>
41
42<div id="banner">
43 <div class="stripe"></div>
44</div>
45
46<div id="logo">
47 <div class="logo_hack"><a href="/"><img src="/images/linkpad.gif" alt="SWAT" /></a></div>
48</div>
49
50<div class="slogan">
51 <h4>Samba Web Administration Tool</h4>
52</div>
53
54<div id="content">
55 <div class="center">
Note: See TracBrowser for help on using the repository browser.