<%-- File : payment.html Description : This file displays a payment term to the user. Tags : This template has all the properties of a link available, plus: --%> <%site_title%>: Payment <%css%> <%body_tag%>
<%include include_header.html%> <%body_table%> <%include include_menu.html%>
<%include include_search_bar.html%> <%header_row%>
<%header_font%>PAYMENT<%/header_font%>
 
<%if modify%><%endif%>
<%Links::Utils::load_link_info%> <%include link.html%> <%if error%>

<%error_font%><%error%>

<%endif%> <%body_font%> <%if payment_mode == 2%> You have the option of paying to have your link displayed at the top of this category. Choose a payment selection listed below, or choose to submit it as a free link, and click "Next". <%else%> You are required to make a payment to add a link to this category. Choose one of the payment methods listed below and click "Next" to make a payment. <%endif%>

<%if Payment_Description%><%Payment_Description%><%else%><%payment_description%><%endif%>
<%if discount_description%><%discount_description%>
<%elsif discount_percent%>Payment costs have been discounted by <%discount_percent%>% for this link.
<%endif%> <%if signup and not wasPaid%>
<%if renewal_differs%> Initial payment: <%else%> Single Payment: <%endif%>
<%loop signup%> checked<%endif%>> $<%cost%>: <%if term_num and term_unit%><%term_num%> <%term_unit%><%else%>Lifetime<%endif%>
<%endloop%>
<%endif%> <%if renewal_differs or wasPaid%>
<%if wasPaid%> Renewal payment:
<%elsif recurring and Links::Payment::recurring_enabled%>If using a single payment, the following renewal options are available after making the initial payment:
<%else%>The following renewal options are available after making the initial payment:
<%endif%> <%loop renewal%> <%if wasPaid%> checked<%endif%>><%endif%>$<%cost%>: <%if term_num and term_unit%><%term_num%> <%term_unit%><%else%>Lifetime<%endif%>
<%endloop%>
<%endif%> <%if recurring and Links::Payment::recurring_enabled%>
Automatically recurring payments:
<%loop recurring%> checked<%endif%>>$<%cost%> <%if term_num == 1%>per <%term_unit%><%else%> every <%term_num%> <%term_unit%><%endif%>
<%endloop%>
<%endif%> <%if payment_mode == 2%>

No thanks, submit this as a free link
<%endif%>

 
<%include include_menu.html%> <%include include_footer.html%>