Index: openacs-4/packages/acs-templating/www/doc/tagref/include.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/tagref/include.html,v diff -u -r1.3 -r1.3.2.1 --- openacs-4/packages/acs-templating/www/doc/tagref/include.html 24 Feb 2004 11:16:32 -0000 1.3 +++ openacs-4/packages/acs-templating/www/doc/tagref/include.html 16 Apr 2004 17:21:36 -0000 1.3.2.1 @@ -20,8 +20,12 @@
<include src="subtemplate.adp" attribute=value ...>+
<include src="subtemplate" attribute=value ...>+or + +
<include src="/packages/packagename/www/lib/subtemplate" attribute=value ...>+
<include src="subtemplate.adp" source_id="@source_id@" ...>+
<include src="subtemplate" source_id="@source_id@" ...>To pass a datasource, e.g.
users
, by reference, use
this notation:
- <include src="subtemplate.adp" &persons="users" ...>+
<include src="subtemplate" &persons="users" ...>This is particularly useful for passing onerow and multirow data sourced. Note that in this case, if the subtemplate modifies the