scala/lift/cha6/src/main/webapp/templates-hidden/wizard-all.html

<div>
  <wizard:screen_info><div>Page <wizard:screen_number></wizard:screen_number> of <wizard:total_screens></wizard:total_screens></div></wizard:screen_info>
  <wizard:wizard_top> <div> <wizard:bind></wizard:bind> </div> </wizard:wizard_top>
  <wizard:screen_top> <div> <wizard:bind></wizard:bind> </div> </wizard:screen_top>
  <wizard:errors> <div> <ul> <wizard:item> <li> <wizard:bind></wizard:bind> </li> </wizard:item> </ul> </div> </wizard:errors>
  <div>
    <wizard:fields>
      <table>
    <tbody>
            <tr lift:bind="wizard:line">
              <td>
        <wizard:label>
          <label wizard:for="">
            <wizard:bind></wizard:bind>
          </label>
        </wizard:label>
        <wizard:help>
          <span>
            <wizard:bind></wizard:bind>
          </span>
        </wizard:help>
        <wizard:field_errors>
          <ul>
            <wizard:error>
              <li>
            <wizard:bind></wizard:bind>
              </li>
            </wizard:error> 
          </ul>
        </wizard:field_errors>
              </td>
              <td>
        <wizard:form></wizard:form>
          </td>
            </tr>
    </tbody>
      </table>
    </wizard:fields>
  </div>
  <div>
    <table>
      <tr> 
    <td>
      <wizard:prev></wizard:prev> 
    </td>
    <td>
      <wizard:cancel></wizard:cancel>
    </td>
    <td>
      <wizard:next></wizard:next>
    </td>
      </tr>
    </table>
  </div>
  <wizard:screen_bottom> <div> <wizard:bind></wizard:bind> </div> </wizard:screen_bottom>
  <wizard:wizard_bottom> <div> <wizard:bind></wizard:bind> </div> </wizard:wizard_bottom>
</div>