preparation release

This commit is contained in:
nojhan 2008-01-31 21:24:09 +00:00
commit f5e3a62ee8
196 changed files with 64314 additions and 0 deletions

View file

@ -0,0 +1,17 @@
<H1>Example of function block definitions</H1>
<table flexy:if="false">
<tr><td>
<flexy:function name="test1">this is the contents of test1</flexy:function>
</td></tr>
</table>
<table>
<tr><td>
<flexy:function call="test1"></flexy:function>
<flexy:function call="{a_value}"></flexy:function>
</td></tr>
</table>