summaryrefslogtreecommitdiff
path: root/swat/scripting/header_desktop.esp
blob: a21ee733bb128e664e993a41dba272669bd433e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Language" content="en-us" />

  <title>@@global.page.title</title>

<link rel="stylesheet" href="/style/qooxdoo/layouts/application.css" type="text/css" media="all" />
<link rel="shortcut icon" href="/images/favicon.ico" />

<script type="text/javascript" src="/style/qooxdoo/widgets/qooxdoo.js"></script>

<style type="text/css" media="screen">
body {
  background-color:#3A6EA5;
}
#toolbar {
  background-color:ThreeDFace;
  position:fixed;
  bottom:0;
  height:25px;
  width:100%;
  line-height:25px;
  border-top:1px outset #000;
}
</style>

</head>

<body>