/[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 80 by torben, Wed Nov 28 14:27:51 2007 UTC revision 187 by torben, Fri Dec 7 07:58:25 2007 UTC
# Line 6  std::string userName; Line 6  std::string userName;
6  bool isAdmin;  bool isAdmin;
7  </%session>  </%session>
8  <{  <{
9    
10    
11  if (title.size() > 0)  if (title.size() > 0)
12  {  {
13          title = std::string(" - ") + title;          title = std::string(" - ") + title;
# Line 15  if (title.size() > 0) Line 17  if (title.size() > 0)
17  reply.setHeader("Cache-Control", "no-cache, must-revalidate"); // Http/1.1  reply.setHeader("Cache-Control", "no-cache, must-revalidate"); // Http/1.1
18  reply.setHeader("Expires",  "Mon, 26 Jul 1997 05:00:00 GMT"); //date in the past  reply.setHeader("Expires",  "Mon, 26 Jul 1997 05:00:00 GMT"); //date in the past
19  }>  }>
   
20  <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">  <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
21  <html>  <html>
22  <head>  <head>
23  <title>Serren furnace monitor system<$ title $> </title>    <title>Serren furnace monitor system<$ title $> </title>
24      <link rel="stylesheet" type="text/css" href="/stylesheet.css">
 <style type="text/css">  
   
 #menubg {  
         background: #ff0000;  
         color: #ffffff;  
         margin: 8px;  
         position: absolute;  
         top: 0px;  
         left: 0px;  
         width: 170px;  
         min-height: 500px;  
         border-width: 1px;  
         border-color: black;  
         border-style: solid;  
 }  
   
   
 #menubox{  
         margin:8px;  
         margin-top:20px;  
 }  
   
 .menu {  
         color: #ffffff;  
 }  
   
 body {  
         margin-left: 190px;  
         margin-right: 100px;  
         color: #000000;  
         background: #ffffff;  
 }  
   
   
 h1      {  
         text-align: center;      
 }        
   
 h2 {  
         text-align: center;  
 }  
   
 </style>  
25    
26      <meta name="description" value="Svendeprøve projekt, december 2007">
27      <meta name="authors" value="Gruppe 2: Kevin Dybdahl, Hedin Møller & Torben Nielsen">
28  </head>  </head>
29  <body>  <body>
30    
# Line 84  h2 { Line 44  h2 {
44  if (userName.size() > 0) {  if (userName.size() > 0) {
45  }>  }>
46    <p class="menu">Logged in as <$ userName $></p>    <p class="menu">Logged in as <$ userName $></p>
47    <a class="menu" href="adm_custom">Customer admin</a><br>    <a class="menu" href="adm_customer_list">Customer admin</a><br>
48      <a class="menu" href="adm_send_config">Send configurations</a><br>
49      <a class="menu" href="adm_server_config">Server configuration</a><br>
50    <{    <{
51    if (isAdmin) {    if (isAdmin) {
52    }>    }>
53    <a class="menu" href="adm_users">User admin</a><br>    <a class="menu" href="adm_user_list">User admin</a><br>
54    <{    <{
55    } else {    } else {
56    }>    }>
# Line 108  if (userName.size() > 0) { Line 70  if (userName.size() > 0) {
70  } //endif  } //endif
71  }>  }>
72    
   <br><br><br><br><br>  
73   </div>   </div>
74  </div>  </div>
75    
76    <!-- end of menu -->

Legend:
Removed from v.80  
changed lines
  Added in v.187

  ViewVC Help
Powered by ViewVC 1.1.20