diff options
author | ivan <ivan> | 2002-07-16 12:28:02 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-07-16 12:28:02 +0000 |
commit | 6ff02eb18af2dd61ce2dca064414ca183fa02e6e (patch) | |
tree | d1ef22718ad3cc2cd34116e9f56655441ed47592 /fs_selfservice/FS-SelfService/cgi/view_invoice.html | |
parent | 2db0b73231b1cc8b9203d8c482ea9da2973f2768 (diff) |
invoice viewing...
Diffstat (limited to 'fs_selfservice/FS-SelfService/cgi/view_invoice.html')
-rw-r--r-- | fs_selfservice/FS-SelfService/cgi/view_invoice.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/fs_selfservice/FS-SelfService/cgi/view_invoice.html b/fs_selfservice/FS-SelfService/cgi/view_invoice.html new file mode 100644 index 000000000..33388de99 --- /dev/null +++ b/fs_selfservice/FS-SelfService/cgi/view_invoice.html @@ -0,0 +1,21 @@ +<HTML><HEAD><TITLE>MyAccount</TITLE></HEAD> +<BODY BGCOLOR="#eeeeee"><FONT SIZE=5>MyAccount</FONT><BR><BR> +<%= $url = "$selfurl?session=$session_id;action="; ''; %> +<TABLE BORDER=0 CELLPADDING=4><TR><TD VALIGN="top" HEIGHT=384 BGCOLOR="#dddddd"> +<A HREF="<%= $url %>myaccount">MyAccount</A><BR> +<A HREF="<%= $url %>other">SomethingElse</A><BR> +</TD><TD VALIGN="top"> + +<A HREF="<%= $url %>myaccount"><-- back to MyAccount</A><BR><BR> + +<FONT SIZE="-1"><PRE> +<%= $invoice_text %> +</FONT></PRE> + +</TD></TR></TABLE> +<HR> +<FONT SIZE="-2">small text</FONT> +</BODY></HTML> + + + |