Compiled Template sandwich.adp

set __adp_output {}; set __ad_conn_locale [ad_conn locale]
append __adp_output "<html>
<head>
<title>[ns_quotehtml [lang::util::localize ${title}]]</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) {}
append __adp_output "[template::form render sandwich {  } ]"
append __adp_output "[template::form generate sandwich ]"
append __adp_output "</form>"
append __adp_output "
  <hr>
</body>
</html>
"
set __adp_output