Compiled Template pay.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>
  "
set form:id pay_bill
upvar 0 pay_bill:properties form_properties
set form_properties(headers) {}
set form_properties(title) {}
set form_properties(cols) {}
append __adp_output "[template::form render pay_bill {  } ]"
append __adp_output "[template::form generate pay_bill ]"
append __adp_output "</form>"
append __adp_output "
<hr>
</body>
</html>
"
set __adp_output