<html>
<body>
<!-- BEGIN ENABLED BLOCK: aa -->
This string is enabled by default<br>
<!-- END ENABLED BLOCK: aa -->
<!-- BEGIN DISABLED BLOCK: bb -->
This string is disabled by default, but was enabled manually<br>
<!-- END DISABLED BLOCK: bb -->
<!-- BEGIN ENABLED BLOCK: cc -->
This string is enabled by default, but was disabled manually.
You must not see it!<br>
<!-- END ENABLED BLOCK: cc -->
And some dynamic parsing:<br>
<table width=100% border=1>
<!-- BEGIN DYNAMIC BLOCK: rows -->
<tr>
<!-- BEGIN DYNAMIC BLOCK: cols -->
<td>{VAR1}</td>
<!-- END DYNAMIC BLOCK: cols -->
</tr>
<!-- END DYNAMIC BLOCK: rows -->
</table>
</body>
</html>
|