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 -r1.2 --- openacs-4/packages/acs-templating/www/doc/designer-guide.html 13 Mar 2001 22:59:27 -0000 1.1 +++ openacs-4/packages/acs-templating/www/doc/designer-guide.html 7 Aug 2017 23:48:02 -0000 1.2 @@ -22,18 +22,18 @@ @@ -77,8 +77,8 @@

(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.

Conditional Insertion

@@ -104,7 +104,7 @@ books that a user has checked out, the designer might want to highlight the overdue ones in red.

-

See if..else.

+

See if..else.

Iteration

@@ -127,14 +127,14 @@ in a table.

-

To accomodate these type of scenarios, the template parser sets +

To accommodate these type of scenarios, the template parser sets some additional variables that the designer can reference to vary the layout from item to item.

-

See multiple, - group, - grid.

-

+

See multiple, + group, + grid.

+

Notes

@@ -154,7 +154,7 @@ care must be taken with dynamic tags to avoid adding whitespace.

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