You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by br...@apache.org on 2003/07/25 11:02:14 UTC

cvs commit: cocoon-2.1/src/blocks/woody/samples/forms registration_template.xml

bruno       2003/07/25 02:02:14

  Modified:    src/blocks/woody/samples/forms registration_template.xml
  Log:
  Use new wt:form-template tag
  
  Revision  Changes    Path
  1.4       +2 -2      cocoon-2.1/src/blocks/woody/samples/forms/registration_template.xml
  
  Index: registration_template.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/woody/samples/forms/registration_template.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- registration_template.xml	16 May 2003 14:25:37 -0000	1.3
  +++ registration_template.xml	25 Jul 2003 09:02:14 -0000	1.4
  @@ -2,7 +2,7 @@
   <page xmlns:wt="http://apache.org/cocoon/woody/template/1.0">
     <title>Registration</title>
     <content>
  -    <form action="registration" method="POST">
  +    <wt:form-template action="registration" method="POST">
         <wt:widget-label id="name"/>
         <wt:widget id="name"/>
         <br/>
  @@ -23,6 +23,6 @@
         <br/>
   
         <input type="submit"/>
  -    </form>
  +    </wt:form-template>
     </content>
   </page>