Initial project's source code check-in.
This commit is contained in:
commit
b03b0b373f
4573 changed files with 981205 additions and 0 deletions
22
WebsitePanel/Sources/WebsitePanel.Templates/Tests/tmp3.txt
Normal file
22
WebsitePanel/Sources/WebsitePanel.Templates/Tests/tmp3.txt
Normal file
|
@ -0,0 +1,22 @@
|
|||
{foreach elem in arr1 index idx}
|
||||
{$elem} - {$idx % 2}
|
||||
{/foreach}
|
||||
|
||||
{for i = 0 to b*4}{if i >= 4},{/if} {$i}{/for}
|
||||
|
||||
{$arr1[1]}
|
||||
{$ arr1[1]
|
||||
.length}
|
||||
{$a+b-1}
|
||||
{$ a*(b/1) / 2-a+b+3/2 }
|
||||
|
||||
{if a}a!!!{/if}
|
||||
{if b==null}b is not set{/if}
|
||||
|
||||
Hello {$2+a},
|
||||
{if a+(b+1)/2*4 == 42/3}
|
||||
conditional expression
|
||||
{/if}
|
||||
|
||||
Best regards,
|
||||
Support team
|
Loading…
Add table
Add a link
Reference in a new issue