import rt 2.0.14
[freeside.git] / fs_selfservice / FS-SelfService / cgi / view_invoice.html
1 <HTML><HEAD><TITLE>MyAccount</TITLE></HEAD>
2 <BODY BGCOLOR="#eeeeee"><FONT SIZE=5>MyAccount</FONT><BR><BR>
3 <%= $url = "$selfurl?session=$session_id;action="; ''; %>
4 <TABLE BORDER=0 CELLPADDING=4><TR><TD VALIGN="top" HEIGHT=384 BGCOLOR="#dddddd">
5 <A HREF="<%= $url %>myaccount">MyAccount</A><BR>
6 <A HREF="<%= $url %>other">SomethingElse</A><BR>
7 </TD><TD VALIGN="top">
8
9 <A HREF="<%= $url %>myaccount"><-- back to MyAccount</A><BR><BR>
10
11 <FONT SIZE="-1"><PRE>
12 <%= $invoice_text %>
13 </FONT></PRE>
14
15 </TD></TR></TABLE>
16 <HR>
17 <FONT SIZE="-2">small text</FONT>
18 </BODY></HTML>
19
20
21