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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 71 - (hide annotations) (download)
Tue Nov 27 17:08:11 2007 UTC (16 years, 6 months ago) by torben
File size: 778 byte(s)
Getting closer towards a working solution :)

1 torben 68 <%args>
2     title;
3     </%args>
4     <{
5     if (title.size() > 0)
6     {
7     title = std::string(" - ") + title;
8     }
9     }>
10     <html>
11     <head>
12     <title>Serren boiler monitor system<$ title $>
13    
14     <style type="text/css">
15     .menublock {
16     margin-left: 10px;
17     color: #ffffff;
18 torben 71 }
19 torben 68
20 torben 71 h1 {
21     text-align: center;
22     }
23    
24     h2 {
25     text-align: center;
26     }
27    
28 torben 68 </style>
29    
30     </head>
31     <body bgcolor="white">
32    
33     <!-- Menu stuff -->
34     <br>
35     <table border=0 width='100%'>
36     <tr>
37 torben 71 <td width=180 bgcolor='red' valign="top">
38 torben 68 <br><br><br>
39     <p class="menublock"><b>Serren AB</b></p>
40    
41     <a class="menublock" href="index">Index</a><br>
42     <a class="menublock" href="critical">Critical systems</a><br>
43 torben 71 <a class="menublock" href="customerlist">Customers & installations</a><br>
44 torben 68
45     <br><br><br>
46    
47     <br><br><br><br><br>
48     </td>
49     <td valign="top">

  ViewVC Help
Powered by ViewVC 1.1.20