MyAccount
<%= $url = "$selfurl?session=$session_id;action="; ''; %> <%= include('myaccount_menu') %>
Make a payment
Amount Due
$<%=sprintf("%.2f",$balance)%>
Payment amount
$
">
Card type
<%= foreach ( keys %card_types ) { $selected = $card_type eq $card_types{$_} ? ' SELECTED' : ''; $OUT .= qq(
$_\n); } %>
<%= include('card') %>
Remember this information
NAME="auto" VALUE="1" onClick="if (this.checked) { document.OneTrueForm.save.checked=true; }"> Charge future payments to this card automatically
<%= include('footer') %>