/[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 72 by torben, Tue Nov 27 21:59:04 2007 UTC revision 73 by torben, Tue Nov 27 22:25:09 2007 UTC
# Line 14  if (title.size() > 0) Line 14  if (title.size() > 0)
14  <title>Serren boiler monitor system<$ title $> </title>  <title>Serren boiler monitor system<$ title $> </title>
15    
16  <style type="text/css">  <style type="text/css">
17  .menublock {  
18  /*      margin-left: 10px;*/  #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          color: #ffffff;          color: #ffffff;
40  }  }
41    
42  .menucell {  body {
43          padding-left: 10px;          margin-left: 190px;
44            margin-right: 100px;
45            color: #000000;
46            background: #ffffff;
47  }  }
48    
49    
50  h1      {  h1      {
51          text-align: center;              text-align: center;    
52  }        }      
# Line 34  h2 { Line 58  h2 {
58  </style>  </style>
59    
60  </head>  </head>
61  <body bgcolor="white">  <body>
62    
63  <!-- Menu stuff -->  <!-- Menu stuff -->
64  <br>  <div id="menubg">
65  <table border=0 width='100%'>   <div id="menubox">
66  <tr>    <br><br><br>
67    <td width=180 bgcolor='red' valign="top" class='menucell'>    <p style='font-size: 120%;'><b>Serren AB</b></p>
     <br><br><br>  
     <p class="menublock"><b>Serren AB</b></p>  
68        
69      <a class="menublock" href="index">Index</a><br>    <a class="menu" href="index">Index</a><br>
70      <a class="menublock" href="critical">Critical systems</a><br>    <a class="menu" href="critical">Critical systems</a><br>
71      <a class="menublock" href="customerlist">Customers & installations</a><br>    <a class="menu" href="customerlist">Customers & installations</a><br>
72            
73      <br><br><br>    <br><br><br>
74    
75      <br><br><br><br><br>    <br><br><br><br><br>
76    </td>   </div>
77    <td valign="top">  </div>

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

  ViewVC Help
Powered by ViewVC 1.1.20