source: branches/samba-3.5.x/swat2/scripting/header_desktop.esp

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

Samba 3.5.0: Initial import

File size: 708 bytes
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<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7<meta http-equiv="Content-Language" content="en-us" />
8
9 <title>@@global.page.title</title>
10
11<link rel="stylesheet" href="/style/qooxdoo/layouts/application.css" type="text/css" media="all" />
12<link rel="shortcut icon" href="/images/favicon.ico" />
13
14<script type="text/javascript" src="/style/qooxdoo/widgets/qooxdoo.js"></script>
15
16<style type="text/css" media="screen">
17body {
18 background-color:#3A6EA5;
19}
20</style>
21
22</head>
23
24<body>
25
Note: See TracBrowser for help on using the repository browser.