<%-- File : payment_success.html Description : This file displays a payment success page to the user. --%> <%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%>
<%body_font%>Payment Confirmation
<%if message%>
<%message%>
<%endif%> <%if error%>
<%error%>
<%endif%>
Your payment has been approved. You will be redirected to the main page shortly. If this does not happen, click here.
 
<%include include_menu.html%> <%include include_footer.html%>