/[H9]/trunk/tntnet/dynamic/header.ecpp
ViewVC logotype

Contents of /trunk/tntnet/dynamic/header.ecpp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 73 - (show annotations) (download)
Tue Nov 27 22:25:09 2007 UTC (16 years, 5 months ago) by torben
File size: 1151 byte(s)
Switched form table-based to div-based layout

1 <%args>
2 title;
3 </%args>
4 <{
5 if (title.size() > 0)
6 {
7 title = std::string(" - ") + title;
8 }
9 }>
10
11 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
12 <html>
13 <head>
14 <title>Serren boiler monitor system<$ title $> </title>
15
16 <style type="text/css">
17
18 #menubg {
19 background: #ff0000;
20 color: #ffffff;
21 margin: 8px;
22 position: absolute;
23 top: 0px;
24 left: 0px;
25 width: 170px;
26 min-height: 420px;
27 border-width: 1px;
28 border-color: black;
29 border-style: solid;
30 }
31
32
33 #menubox{
34 margin:8px;
35 margin-top:20px;
36 }
37
38 .menu {
39 color: #ffffff;
40 }
41
42 body {
43 margin-left: 190px;
44 margin-right: 100px;
45 color: #000000;
46 background: #ffffff;
47 }
48
49
50 h1 {
51 text-align: center;
52 }
53
54 h2 {
55 text-align: center;
56 }
57
58 </style>
59
60 </head>
61 <body>
62
63 <!-- Menu stuff -->
64 <div id="menubg">
65 <div id="menubox">
66 <br><br><br>
67 <p style='font-size: 120%;'><b>Serren AB</b></p>
68
69 <a class="menu" href="index">Index</a><br>
70 <a class="menu" href="critical">Critical systems</a><br>
71 <a class="menu" href="customerlist">Customers & installations</a><br>
72
73 <br><br><br>
74
75 <br><br><br><br><br>
76 </div>
77 </div>

  ViewVC Help
Powered by ViewVC 1.1.20