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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 68 - (hide annotations) (download)
Tue Nov 27 14:28:59 2007 UTC (16 years, 6 months ago) by torben
File size: 640 byte(s)
Basic structure for web-interface

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     }
19    
20     </style>
21    
22     </head>
23     <body bgcolor="white">
24    
25     <!-- Menu stuff -->
26     <br>
27     <table border=0 width='100%'>
28     <tr>
29     <td width=120 bgcolor='red' valign="top">
30     <br><br><br>
31     <p class="menublock"><b>Serren AB</b></p>
32    
33     <a class="menublock" href="index">Index</a><br>
34     <a class="menublock" href="critical">Critical systems</a><br>
35    
36     <br><br><br>
37    
38     <br><br><br><br><br>
39     </td>
40     <td valign="top">

  ViewVC Help
Powered by ViewVC 1.1.20