Changes

SSlogic

222 bytes added, 17:29, 2 June 2009
no edit summary
'''Example:'''
* The following code sample will display a Christmas tree image if and only if it the month is currently December:
<pre>
<!--@sslogic(month(now())=12)-->
<img src='images/xmasstree.jpg'>
<!--@end-->
</pre>
 
* Precede the equal sign with an exclamation point to test for '''Not Equal'''
* The following will display a message for all provinces except Ontario:
<pre>
<!--@sslogic('@province@'!='Ontario')-->
You are outside of Ontario
<!--@end-->
</pre>
0
edits