Compiled Template display-edit.adp

set __adp_output {}; set __ad_conn_locale [ad_conn locale]
append __adp_output "<html>
<head>
<title>Demo: Customize a Sandwich</title>
  <style>
    h1 \{ font-family: Arial, Helvetica \}
    th \{ font-family: Arial, Helvetica \}
    td \{ font-family: Arial, Helvetica \}
  </style>
  </head>
  <body bgcolor=\"#FFFFCC\">
  <h1>Customize a Sandwich</h1>
<hr>
  "
set form:id sandwich
upvar 0 sandwich:properties form_properties
set form_properties(headers) {}
set form_properties(title) {}
set form_properties(cols) 2
append __adp_output "[template::form render sandwich {  } ]"
append __adp_output "[template::form generate sandwich wizard]"
append __adp_output "</form>"
append __adp_output "
<hr>
</body>
</html>
"
set __adp_output