Index: openacs-4/packages/acs-templating/www/doc/designer-guide.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/designer-guide.html,v diff -u -r1.1.1.1 -r1.1.1.1.30.1 --- openacs-4/packages/acs-templating/www/doc/designer-guide.html 13 Mar 2001 22:59:27 -0000 1.1.1.1 +++ openacs-4/packages/acs-templating/www/doc/designer-guide.html 22 Jun 2016 07:48:43 -0000 1.1.1.1.30.1 @@ -22,18 +22,18 @@
(graphic)
-See include and master. See also See include and master. See also Building reusable layout components and Using master templates. @@ -95,7 +95,7 @@
(graphic)
-See property.
+See property.
See if..else.
+See if..else.
See multiple, - group, - grid.
- +See multiple, + group, + grid.
+When placed on a line by themselves, tags that are containers for -template sections (grid, if, and multiple) +template sections (grid, if, and multiple) will cause newlines to be added to the page at the beginning and end of the section. This can be avoided by crowding the start and end tags like so: @@ -169,7 +169,7 @@ template later.
- Caution:
+ Caution:
Do not write to the connection. Specifically, if you must use the
<% %>
tag, do not call ns_puts
,
because it will not work the same way as in AOLserver's ADP