Login   Register  
PHP Classes
elePHPant
Icontem

File: three_color.tpl

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Hans Körber  >  Phptempt  >  three_color.tpl  >  Download  
File: three_color.tpl
Role: Auxiliary data
Content type: text/plain
Description: Template file for the three_color.php example
Class: Phptempt
Template engine for PHP and Java
Author: By
Last change:
Date: 2003-01-06 22:05
Size: 837 bytes
 

Contents

Class file image Download
<html>
<head><title>Nested blocks example</title></head>
<body>
<table>
	<tr>
		<td colspan="2">
			<b>Addresses</b>
		</td>
	</tr>
	<tr>
		<td><b>name</b></td>
		<td><b>town</b></td>
	</tr>
	<!--$ begin aBlock-->
		<!--$ begin nested1-->
			<tr bgcolor="#909090">
				<td><!--$ var NAME-->a name<!--$ end--></td>
				<td><!--$ var TOWN-->a name<!--$ end--></td>
			</tr>
		<!--$ end nested1-->
		<!--$ begin nested2-->
			<tr bgcolor="#c0c0c0">
				<td><!--$ var NAME-->a name<!--$ end--></td>
				<td><!--$ var TOWN-->a name<!--$ end--></td>
			</tr>
		<!--$ end nested2-->
		<!--$ begin nested3-->
			<tr bgcolor="#f0f0f0">
				<td><!--$ var NAME-->a name<!--$ end--></td>
				<td><!--$ var TOWN-->a name<!--$ end--></td>
			</tr>
		<!--$ end nested3-->
	<!--$ end aBlock-->
</table>
</body>
</html>