selfservice command to suspend packages, RT#9989
[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   </STYLE>
28   <BODY BGCOLOR="<%= $body_bgcolor || '#eeeeee' %>">
29     <script language="JavaScript"><!--
30       var mywindow = -1;
31       function myopen(filename,windowname,properties) {
32         myclose();
33         mywindow = window.open(filename,windowname,properties);
34       }
35       function myclose() {
36         if ( mywindow != -1 )
37           mywindow.close();
38         mywindow = -1
39       }
40     //--></script>
41     <%= $body_header %>
42
43     <TABLE BORDER=0 WIDTH="100%" CELLPADDING=0 CELLSPACING=0>
44       <TR STYLE="padding:0px">
45         <TD><IMG SRC="image.cgi?logo"></TD>
46         <TD WIDTH = "29%"
47             STYLE = "background: url(image.cgi?title_left_image) no-repeat left center; padding:0px">
48         </TD>
49         <TD WIDTH = "49%"
50             ALIGN="<%= $title_align || 'left' %>"
51             STYLE = "background: url(image.cgi?title_right_image) no-repeat right center; padding:0px">
52               <FONT SIZE  = "<%= $title_size || 5 %>"
53                     COLOR = "<%= $title_color %>"
54               ><%= $INCLUDE_ARGS[0] %>&nbsp;&nbsp;&nbsp;</FONT>
55           </DIV>
56         </TD>
57       </TR>
58     </TABLE>
59
60     <%= include('myaccount_menu') %>
61     <TD VALIGN="top">
62