This commit was generated by cvs2svn to compensate for changes in r11022,
[freeside.git] / fs_selfservice / FS-SelfService / cgi / header.html
1 <HTML>
2   <HEAD>
3     <TITLE><%= $title || 'MyAccount' %></TITLE>
4     <%= $head %>
5   </HEAD>
6   <STYLE TYPE="text/css">
7     body {
8       color: <%= $text_color || '#000000' %>;
9       <%= $font ? "font: $font;" : '' %>
10     }
11     a { 
12       color: <%= $link_color || 'blue' %>;
13       <%= $menu_nounderline ? 'text-decoration: none' : '' %>
14     }
15     a:visited { 
16       color: <%= $vlink_color || 'purple' %>;
17       <%= $menu_nounderline ? 'text-decoration: none' : '' %>
18     }
19     a:active { 
20       color: <%= $alink_color || 'blue' %>;
21       <%= $menu_nounderline ? 'text-decoration: none' : '' %>
22     }
23     a:hover { 
24       color: <%= $hlink_color || '' %>;
25       <%= $menu_nounderline ? 'text-decoration: none' : '' %>
26     }
27
28     .svctable {
29         border: 1px solid black;                
30         padding: 0;
31         border-spacing: 0;
32         background-color:  <%= $box_bgcolor ||= '#c0c0c0' %>
33     }
34
35     .svctable td, .svctable th {
36         border-bottom: 1px solid black;
37         padding: 4px;
38     }
39
40   </STYLE>
41   <BODY BGCOLOR="<%= $body_bgcolor || '#eeeeee' %>">
42     <script language="JavaScript"><!--
43       var mywindow = -1;
44       function myopen(filename,windowname,properties) {
45         myclose();
46         mywindow = window.open(filename,windowname,properties);
47       }
48       function myclose() {
49         if ( mywindow != -1 )
50           mywindow.close();
51         mywindow = -1
52       }
53     //--></script>
54     <%= $body_header %>
55
56     <TABLE BORDER=0 WIDTH="100%" CELLPADDING=0 CELLSPACING=0>
57       <TR STYLE="padding:0px">
58         <TD><IMG SRC="image.cgi?logo"></TD>
59         <TD WIDTH = "29%"
60             STYLE = "background: url(image.cgi?title_left_image) no-repeat left center; padding:0px">
61         </TD>
62         <TD WIDTH = "49%"
63             ALIGN="<%= $title_align || 'left' %>"
64             STYLE = "background: url(image.cgi?title_right_image) no-repeat right center; padding:0px">
65               <FONT SIZE  = "<%= $title_size || 5 %>"
66                     COLOR = "<%= $title_color %>"
67               ><%= $INCLUDE_ARGS[0] %>&nbsp;&nbsp;&nbsp;</FONT>
68           </DIV>
69         </TD>
70       </TR>
71     </TABLE>
72
73     <%= include('myaccount_menu') %>
74     <TD VALIGN="top">
75