Index: openacs-4/packages/acs-templating/www/doc/no-quote-upgrade.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/no-quote-upgrade.adp,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-templating/www/doc/no-quote-upgrade.adp 27 Oct 2014 16:40:14 -0000 1.2 +++ openacs-4/packages/acs-templating/www/doc/no-quote-upgrade.adp 23 Jun 2015 14:23:07 -0000 1.3 @@ -183,7 +183,7 @@ <form action="do-kick" method=POST> Kick user \@name\@.<br> Reason: <textarea name=reason>\@reason\@</textarea><br> - <input type=submit value="Kick"> + <input type="submit" value="Kick"> </form> Index: openacs-4/packages/acs-templating/www/doc/demo/contract.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/demo/contract.adp,v diff -u -r1.3 -r1.4 --- openacs-4/packages/acs-templating/www/doc/demo/contract.adp 16 Jun 2015 08:53:38 -0000 1.3 +++ openacs-4/packages/acs-templating/www/doc/demo/contract.adp 23 Jun 2015 14:23:07 -0000 1.4 @@ -3,16 +3,16 @@
- + - + - + - +
How many?
How many? (not 13)
Give me a noun:
Give me a noun:
Any irregular plural? (optional)
Index: openacs-4/packages/acs-templating/www/doc/demo/pay-confirm.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/demo/pay-confirm.adp,v diff -u -r1.1 -r1.2 --- openacs-4/packages/acs-templating/www/doc/demo/pay-confirm.adp 13 Mar 2001 22:59:27 -0000 1.1 +++ openacs-4/packages/acs-templating/www/doc/demo/pay-confirm.adp 23 Jun 2015 14:23:07 -0000 1.2 @@ -14,7 +14,7 @@
@confirm_data@ - +

Index: openacs-4/packages/acs-templating/www/doc/demo/sandwich-grid.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/demo/sandwich-grid.adp,v diff -u -r1.3 -r1.4 --- openacs-4/packages/acs-templating/www/doc/demo/sandwich-grid.adp 16 Jun 2015 08:57:10 -0000 1.3 +++ openacs-4/packages/acs-templating/www/doc/demo/sandwich-grid.adp 23 Jun 2015 14:23:08 -0000 1.4 @@ -75,7 +75,7 @@ -
+
Index: openacs-4/packages/acs-templating/www/doc/exercise/form-sample.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/exercise/form-sample.adp,v diff -u -r1.3 -r1.4 --- openacs-4/packages/acs-templating/www/doc/exercise/form-sample.adp 16 Jun 2015 08:53:39 -0000 1.3 +++ openacs-4/packages/acs-templating/www/doc/exercise/form-sample.adp 23 Jun 2015 14:23:08 -0000 1.4 @@ -20,7 +20,7 @@ Birthday: Address: City: - State: + State: Zip: Country: @@ -35,7 +35,7 @@ please indicate your primary telephone -
+
Index: openacs-4/packages/acs-templating/www/doc/tagref/formerror.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/tagref/formerror.adp,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-templating/www/doc/tagref/formerror.adp 27 Oct 2014 16:40:24 -0000 1.2 +++ openacs-4/packages/acs-templating/www/doc/tagref/formerror.adp 23 Jun 2015 14:23:08 -0000 1.3 @@ -20,7 +20,7 @@ </td> </tr> </table><br> - <input type=submit value="Submit"> + <input type="submit" value="Submit"> </formtemplate>

Another example:

   <formtemplate id="add_user">
@@ -37,7 +37,7 @@
   </tr>
   </formerror>
   </table><br>
-  <input type=submit value="Submit">
+  <input type="submit" value="Submit">
   </formtemplate>
 

This adds another table row which contains the error message for that widget in red color. If there is no error then the table row Index: openacs-4/packages/acs-templating/www/doc/tagref/formgroup.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/tagref/formgroup.adp,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-templating/www/doc/tagref/formgroup.adp 27 Oct 2014 16:40:24 -0000 1.2 +++ openacs-4/packages/acs-templating/www/doc/tagref/formgroup.adp 23 Jun 2015 14:23:08 -0000 1.3 @@ -16,7 +16,7 @@ <tr><td>\@formgroup.widget\@</td><td>\@formgroup.label\@</td></tr> </formgroup> </table><br> - <input type=submit value="Submit"> + <input type="submit" value="Submit"> </formtemplate>

Notes

  • The formgroup tag contains a template for formatting Index: openacs-4/packages/acs-templating/www/doc/tagref/formtemplate.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/tagref/formtemplate.adp,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-templating/www/doc/tagref/formtemplate.adp 27 Oct 2014 16:40:24 -0000 1.2 +++ openacs-4/packages/acs-templating/www/doc/tagref/formtemplate.adp 23 Jun 2015 14:23:08 -0000 1.3 @@ -17,7 +17,7 @@ <td>Last Name</td><td><formwidget id="last_name"></td> </tr> </table><br> - <input type=submit value="Submit"> + <input type="submit" value="Submit"> </formtemplate>

    Notes

    • The formtemplate tag takes the place of the Index: openacs-4/packages/acs-templating/www/doc/tagref/formwidget.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/tagref/formwidget.adp,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-templating/www/doc/tagref/formwidget.adp 27 Oct 2014 16:40:25 -0000 1.2 +++ openacs-4/packages/acs-templating/www/doc/tagref/formwidget.adp 23 Jun 2015 14:23:08 -0000 1.3 @@ -17,7 +17,7 @@ <td>First Name</td><td><formwidget id="first_name"></td> </tr> </table><br> - <input type=submit value="Submit"> + <input type="submit" value="Submit"> </formtemplate>

      Notes

      • The formwidget tag takes the place of input Index: openacs-4/packages/acs-templating/www/doc/widgets/input.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/widgets/input.adp,v diff -u -r1.3 -r1.4 --- openacs-4/packages/acs-templating/www/doc/widgets/input.adp 16 Jun 2015 08:53:39 -0000 1.3 +++ openacs-4/packages/acs-templating/www/doc/widgets/input.adp 23 Jun 2015 14:23:08 -0000 1.4 @@ -7,10 +7,10 @@

        The Input Widgets

        Overview

        These widgets provide a variety of HTML controls, all of which are based on <input type="...">. In particular, the hidden, text, radio and checkbox widgets are currently -implemented; their use is demonstrated in the acs-templating demo.

        The Hidden Widget

        This is simply an <input type=hidden> widget, +implemented; their use is demonstrated in the acs-templating demo.

        The Hidden Widget

        This is simply an <input type="hidden"> widget, which is used for passing pre-set variables along with the form.

        The Text Widget

        This widget allows the user to enter one line of text. It is -completely identical to the <input type=text>. The +completely identical to the <input type="text">. The -html parameter can be used to set its properties (such as size, maxlength, etc.), as described in the general widgets reference. The value of this widget is the text