préparation de la 0.5
This commit is contained in:
parent
6f6f050f0a
commit
2dfde6b61e
278 changed files with 79759 additions and 0 deletions
17
trunk/HTML/Template/tests/templates/function.html
Normal file
17
trunk/HTML/Template/tests/templates/function.html
Normal 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>
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue