Login   Register  
PHP Classes
elePHPant
Icontem

File: __default_messages_and_template__.htmlt

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Kaloyan Kirilov  >  Mrasnika's template system  >  __default_messages_and_template__.htmlt  >  Download  
File: __default_messages_and_template__.htmlt
Role: Auxiliary data
Content type: text/plain
Description: Default template file
Class: Mrasnika's template system
Multi-level object oriented template system
Author: By
Last change:
Date: 2003-12-15 05:10
Size: 787 bytes
 

Contents

Class file image Download
<!--#
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