Login   Register  
PHP Classes
elePHPant
Icontem

File: templates.tpl

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Gregory  >  QTemplate  >  templates.tpl  >  Download  
File: templates.tpl
Role: Auxiliary data
Content type: text/plain
Description: Template file
Class: QTemplate
Template engine that uses regular expressions
Author: By
Last change: update
Date: 2003-11-18 02:06
Size: 690 bytes
 

Contents

Class file image Download
<tpl:cell>
	<div align="right"><tpl:foo /></div>
</tpl:cell>

<tpl:main>
<html>
<head>
	<title><tpl:title /></title>
        <style>
	td, body { font-family: Verdana, Helvetica, Arial; font-size: 11px; }
	</style>
</head>
<body>
<center>
<b><tpl:title /></b>
<br /><br />
<table cellpadding=0 cellspacing=0 bgcolor=#000000>
<tr>
<td>
<table border=0 cellpadding=5 cellspacing=1>

<tpl:row>
	<tr>
	<td bgcolor=#ffffff><b><tpl:index /></b></td>

	<tpl:entry>
	<td bgcolor="#<tpl:color />">
		<font color="#<tpl:font_color />"><tpl:value /></font>
	</td>
	</tpl:entry>

	</tr>
</tpl:row>

</table>
</td></tr></table>
</center>
</body>
</html>
</tpl:main>