summaryrefslogtreecommitdiff
path: root/fs_selfservice/FS-SelfService/cgi/header.html
diff options
context:
space:
mode:
Diffstat (limited to 'fs_selfservice/FS-SelfService/cgi/header.html')
-rw-r--r--fs_selfservice/FS-SelfService/cgi/header.html62
1 files changed, 0 insertions, 62 deletions
diff --git a/fs_selfservice/FS-SelfService/cgi/header.html b/fs_selfservice/FS-SelfService/cgi/header.html
deleted file mode 100644
index 692348f44..000000000
--- a/fs_selfservice/FS-SelfService/cgi/header.html
+++ /dev/null
@@ -1,62 +0,0 @@
-<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">
-