Hi,
This is the simple conditional display feature:
<div>[onload_cond1;block=div;when [var.x]=1] HTML HERE </div>
<div>[onload_cond1;block=div;when [var.x]=2] HTML HERE </div>
<div>[onload_cond1;block=div;when [var.x]=3] HTML HERE </div>
<div>[onload_cond1;block=div;default] HTML HERE </div>
|
In this example, I use <div> to bound the blocks but you can use what you want, even begin/end tags to delimit explicitly the bounds.