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

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

Parent Directory Parent Directory | Revision Log Revision Log


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

1 torben 68 <%args>
2     title;
3     </%args>
4     <{
5     if (title.size() > 0)
6     {
7     title = std::string(" - ") + title;
8     }
9     }>
10 torben 72
11     <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
12 torben 68 <html>
13     <head>
14 torben 72 <title>Serren boiler monitor system<$ title $> </title>
15 torben 68
16     <style type="text/css">
17 torben 73
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 torben 68 color: #ffffff;
40 torben 71 }
41 torben 68
42 torben 73 body {
43     margin-left: 190px;
44     margin-right: 100px;
45     color: #000000;
46     background: #ffffff;
47 torben 72 }
48    
49 torben 73
50 torben 71 h1 {
51     text-align: center;
52     }
53    
54     h2 {
55     text-align: center;
56     }
57    
58 torben 68 </style>
59    
60     </head>
61 torben 73 <body>
62 torben 68
63     <!-- Menu stuff -->
64 torben 73 <div id="menubg">
65     <div id="menubox">
66     <br><br><br>
67     <p style='font-size: 120%;'><b>Serren AB</b></p>
68 torben 68
69 torben 73 <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 torben 68
73 torben 73 <br><br><br>
74 torben 68
75 torben 73 <br><br><br><br><br>
76     </div>
77     </div>

  ViewVC Help
Powered by ViewVC 1.1.20