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 @@
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 @@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>
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>
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>
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 @@
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.
This is simply an <input type=hidden>
widget,
+implemented; their use is demonstrated in the acs-templating demo.
This is simply an <input type="hidden">
widget,
which is used for passing pre-set variables along with the
form.
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