summaryrefslogtreecommitdiff
path: root/fs_selfservice/FS-SelfService/cgi/view_invoice.html
blob: 8fa5fb7dc41b37c616c312d222b4988b3a372444 (plain)
1
2
3
4
5
6
7
8
9
10
<HTML><HEAD><TITLE>MyAccount</TITLE></HEAD>
<BODY BGCOLOR="#eeeeee"><FONT SIZE=5>MyAccount</FONT><BR><BR>
<%= $url = "$selfurl?session=$session_id;action="; ''; %>
<%= include('myaccount_menu') %>
<TD VALIGN="top">

<%= $invoice_html %>

</TD></TR></TABLE>
<%= include('footer') %>