Source of display-edit.adp

<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>
  <formtemplate id="sandwich" style="wizard" cols=2></formtemplate>
<hr>
</body>
</html>