default to a session cookie instead of setting an explicit timeout, weird timezone...
[freeside.git] / fs_selfservice / FS-SelfService / cgi / header.html
index 692348f..2c378a6 100644 (file)
       color: <%= $hlink_color || '' %>;
       <%= $menu_nounderline ? 'text-decoration: none' : '' %>
     }
+
+    .svctable {
+       border: 1px solid black;                
+       padding: 0;
+       border-spacing: 0;
+       background-color:  <%= $box_bgcolor ||= '#c0c0c0' %>
+    }
+
+    .svctable td, .svctable th {
+       border-bottom: 1px solid black;
+       padding: 4px;
+    }
+
   </STYLE>
   <BODY BGCOLOR="<%= $body_bgcolor || '#eeeeee' %>">
     <script language="JavaScript"><!--
 
     <TABLE BORDER=0 WIDTH="100%" CELLPADDING=0 CELLSPACING=0>
       <TR STYLE="padding:0px">
-        <TD><IMG SRC="image.cgi?logo"></TD>
+        <TD><%= $no_logo ? '' : '<IMG SRC="image.cgi?name=logo;agentnum='. $agentnum. '">' %></TD>
         <TD WIDTH = "29%"
-            STYLE = "background: url(image.cgi?title_left_image) no-repeat left center; padding:0px">
+            STYLE = "background: url(image.cgi?name=title_left_image;agentnum=<%= $agentnum %>) no-repeat left center; padding:0px">
         </TD>
         <TD WIDTH = "49%"
             ALIGN="<%= $title_align || 'left' %>"
-            STYLE = "background: url(image.cgi?title_right_image) no-repeat right center; padding:0px">
+            STYLE = "background: url(image.cgi?name=title_right_image;agentnum=<%= $agentnum %>) no-repeat right center; padding:0px">
               <FONT SIZE  = "<%= $title_size || 5 %>"
                     COLOR = "<%= $title_color %>"
               ><%= $INCLUDE_ARGS[0] %>&nbsp;&nbsp;&nbsp;</FONT>