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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 68 by torben, Tue Nov 27 14:28:59 2007 UTC revision 72 by torben, Tue Nov 27 21:59:04 2007 UTC
# Line 7  if (title.size() > 0) Line 7  if (title.size() > 0)
7          title = std::string(" - ") + title;          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>  <html>
13  <head>  <head>
14  <title>Serren boiler monitor system<$ title $>  <title>Serren boiler monitor system<$ title $> </title>
15    
16  <style type="text/css">  <style type="text/css">
17  .menublock {  .menublock {
18          margin-left: 10px;  /*      margin-left: 10px;*/
19          color: #ffffff;          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>  </style>
35    
# Line 26  if (title.size() > 0) Line 40  if (title.size() > 0)
40  <br>  <br>
41  <table border=0 width='100%'>  <table border=0 width='100%'>
42  <tr>  <tr>
43    <td width=120 bgcolor='red' valign="top">    <td width=180 bgcolor='red' valign="top" class='menucell'>
44      <br><br><br>      <br><br><br>
45      <p class="menublock"><b>Serren AB</b></p>      <p class="menublock"><b>Serren AB</b></p>
46        
47      <a class="menublock" href="index">Index</a><br>      <a class="menublock" href="index">Index</a><br>
48      <a class="menublock" href="critical">Critical systems</a><br>      <a class="menublock" href="critical">Critical systems</a><br>
49        <a class="menublock" href="customerlist">Customers & installations</a><br>
50            
51      <br><br><br>      <br><br><br>
52    

Legend:
Removed from v.68  
changed lines
  Added in v.72

  ViewVC Help
Powered by ViewVC 1.1.20