put the footer in one frigging file, whew
[freeside.git] / fs_selfservice / FS-SelfService / cgi / change_bill.html
1 <HTML><HEAD><TITLE>MyAccount</TITLE></HEAD>
2 <BODY BGCOLOR="#eeeeee">
3 <FONT SIZE=5>MyAccount</FONT><BR><BR>
4 <%= $url = "$selfurl?session=$session_id;action="; ''; %>
5 <%= include('myaccount_menu') %>
6 <TD VALIGN="top">
7 <FONT SIZE=4>Edit billing address</FONT><BR><BR>
8 <%= if ( $error ) { 
9   $OUT .= qq!<FONT SIZE="+1" COLOR="#ff0000">Error: $error</FONT><BR><BR>!;
10 }  ''; %>
11
12 <FORM NAME="ChangeBillForm" ACTION="<%= $selfurl %>" METHOD=POST onSubmit="document.bottomform.submit.disabled=true;">
13 <INPUT TYPE="hidden" NAME="session" VALUE="<%= $session_id %>">
14 <INPUT TYPE="hidden" NAME="action" VALUE="process_change_bill">
15 <TABLE BGCOLOR="#cccccc" BORDER=0 CELLSPACING=0>
16
17 <%= $r=qq!<font color="#ff0000">*</font>&nbsp;!; include('contact') %>
18
19 <INPUT TYPE="submit" NAME="submit" VALUE="<%= $custnum ?  "Apply Changes" : "Add Customer" %>">
20 <BR>
21 </FORM>
22 </TD></TR></TABLE>
23 <%= include('footer') %>