summaryrefslogtreecommitdiff
path: root/fs_selfservice/FS-SelfService/cgi/header.html
blob: 692348f44eee646e910920ee8ea05ff612f676d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<HTML>
  <HEAD>
    <TITLE><%= $title || 'MyAccount' %></TITLE>
    <%= $head %>
  </HEAD>
  <STYLE TYPE="text/css">
    body {
      color: <%= $text_color || '#000000' %>;
      <%= $font ? "font: $font;" : '' %>
    }
    a { 
      color: <%= $link_color || 'blue' %>;
      <%= $menu_nounderline ? 'text-decoration: none' : '' %>
    }
    a:visited { 
      color: <%= $vlink_color || 'purple' %>;
      <%= $menu_nounderline ? 'text-decoration: none' : '' %>
    }
    a:active { 
      color: <%= $alink_color || 'blue' %>;
      <%= $menu_nounderline ? 'text-decoration: none' : '' %>
    }
    a:hover { 
      color: <%= $hlink_color || '' %>;
      <%= $menu_nounderline ? 'text-decoration: none' : '' %>
    }
  </STYLE>
  <BODY BGCOLOR="<%= $body_bgcolor || '#eeeeee' %>">
    <script language="JavaScript"><!--
      var mywindow = -1;
      function myopen(filename,windowname,properties) {
        myclose();
        mywindow = window.open(filename,windowname,properties);
      }
      function myclose() {
        if ( mywindow != -1 )
          mywindow.close();
        mywindow = -1
      }
    //--></script>
    <%= $body_header %>

    <TABLE BORDER=0 WIDTH="100%" CELLPADDING=0 CELLSPACING=0>
      <TR STYLE="padding:0px">
        <TD><IMG SRC="image.cgi?logo"></TD>
        <TD WIDTH = "29%"
            STYLE = "background: url(image.cgi?title_left_image) 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">
              <FONT SIZE  = "<%= $title_size || 5 %>"
                    COLOR = "<%= $title_color %>"
              ><%= $INCLUDE_ARGS[0] %>&nbsp;&nbsp;&nbsp;</FONT>
          </DIV>
        </TD>
      </TR>
    </TABLE>

    <%= include('myaccount_menu') %>
    <TD VALIGN="top">