3 <TITLE><%= $title || 'MyAccount' %></TITLE>
6 <STYLE TYPE="text/css">
8 color: <%= $text_color || '#000000' %>;
9 <%= $font ? "font: $font;" : '' %>
12 color: <%= $link_color || 'blue' %>;
13 <%= $menu_nounderline ? 'text-decoration: none' : '' %>
16 color: <%= $vlink_color || 'purple' %>;
17 <%= $menu_nounderline ? 'text-decoration: none' : '' %>
20 color: <%= $alink_color || 'blue' %>;
21 <%= $menu_nounderline ? 'text-decoration: none' : '' %>
24 color: <%= $hlink_color || '' %>;
25 <%= $menu_nounderline ? 'text-decoration: none' : '' %>
29 border: 1px solid black;
32 background-color: <%= $box_bgcolor ||= '#c0c0c0' %>
35 .svctable td, .svctable th {
36 border-bottom: 1px solid black;
41 <BODY BGCOLOR="<%= $body_bgcolor || '#eeeeee' %>">
42 <script language="JavaScript"><!--
44 function myopen(filename,windowname,properties) {
46 mywindow = window.open(filename,windowname,properties);
56 <TABLE BORDER=0 WIDTH="100%" CELLPADDING=0 CELLSPACING=0>
57 <TR STYLE="padding:0px">
58 <TD><%= $no_logo ? '' : '<IMG SRC="image.cgi?logo">' %></TD>
60 STYLE = "background: url(image.cgi?title_left_image) no-repeat left center; padding:0px">
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] %> </FONT>
73 <%= include('myaccount_menu') %>