Index: openacs-4/packages/acs-templating/www/doc/tagref/if.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/tagref/if.html,v diff -u -r1.3 -r1.4 --- openacs-4/packages/acs-templating/www/doc/tagref/if.html 24 Feb 2004 11:16:32 -0000 1.3 +++ openacs-4/packages/acs-templating/www/doc/tagref/if.html 7 Aug 2017 23:48:03 -0000 1.4 @@ -12,7 +12,7 @@

Summary

-

The if tag is used to output a template section only when +

The if tag is used to output a template section only when certain conditions are met.

Usage Examples

@@ -47,46 +47,46 @@

Expression Syntax

The condition of the <if> tag is built from terms of the form
- x0 [not] op + x0 [not] op x1 x2 ...
- The operator op determines the number operands + The operator op determines the number operands (x0, ... xn-1).

The following operators are available: