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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 72 - (show annotations) (download)
Tue Nov 27 21:59:04 2007 UTC (16 years, 5 months ago) by torben
File size: 968 byte(s)
Small layout modifications

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 .menublock {
18 /* margin-left: 10px;*/
19 color: #ffffff;
20 }
21
22 .menucell {
23 padding-left: 10px;
24 }
25
26 h1 {
27 text-align: center;
28 }
29
30 h2 {
31 text-align: center;
32 }
33
34 </style>
35
36 </head>
37 <body bgcolor="white">
38
39 <!-- Menu stuff -->
40 <br>
41 <table border=0 width='100%'>
42 <tr>
43 <td width=180 bgcolor='red' valign="top" class='menucell'>
44 <br><br><br>
45 <p class="menublock"><b>Serren AB</b></p>
46
47 <a class="menublock" href="index">Index</a><br>
48 <a class="menublock" href="critical">Critical systems</a><br>
49 <a class="menublock" href="customerlist">Customers & installations</a><br>
50
51 <br><br><br>
52
53 <br><br><br><br><br>
54 </td>
55 <td valign="top">

  ViewVC Help
Powered by ViewVC 1.1.20