Changes

Web Page View Field Variables

331 bytes added, 15:32, 19 December 2008
SSlogic Interpreter
the content to be displayed when condition is NOT true
 
<!--@end-->
 
 
Multiple Condition Logic
 
<!--@sslogic('condition' AND ('condition' OR 'condition' OR 'condition'))-->
 
the content to be displayed when condition is true
<!--@end-->
<!--@end-->
 
C. display a message base on nested logic condition
 
<!--@sslogic('@year@'='2008' AND ('@month@'='1' OR '@month@'='2')-->
Display 1 or 2 in 2008
 
<!--@end-->
 
</pre>
43
edits