Compiled Template pay-confirm.adp

set __adp_output {}; set __ad_conn_locale [ad_conn locale]
append __adp_output "<html>
<head>
<title>Demo: Payment</title>
  <style>
    h1 \{ font-family: Arial, Helvetica \}
    th \{ font-family: Arial, Helvetica \}
    td \{ font-family: Arial, Helvetica \}
  </style>
  </head>
  <body bgcolor=\"#FFFFCC\">
  <h1>Make a Payment</h1>
<hr>

<p>Are you sure you want to proceed?</p>

<form action=\"pay\" method=\"post\">
[template::adp_parse_tags_and_localize ${confirm_data}]
<input type=\"submit\" value=\"Confirm Payment\">
</form>

<hr>
</body>
</html>
"
set __adp_output