<!--#
This is a default template file, which stores default messages and templates for the application.
It's not displaid anywhere in the site, just its contents are extracted and used by the the
template system. Sounds pretty complicated, huh ?!
#-->
<MESSAGES>
test1: 11111111 2222222222 3333333
4444444 55555 6666666 777
safasdf
test2 : aaaaa bbbbbbb cccccccccccc dd
eeeee fffff ggggggg hhhhhhh
</MESSAGES>
<!--#
this is template comment
#-->
<MESSAGE>
test3 : THIS IS TEST TWO
test4 : THIS IS TEST THREE
</MESSAGE>
<TEMPLATE test_template>
this is a test template, and the value is #%TEST%#
<!-- this is html comment -->
<TEMPLATE sub_test_template>
this is a test SUB-template, and the value is #%TEST2%#
</TEMPLATE>
</TEMPLATE>
11-22-33 |