PHP Classes

File: sample_3.html

Recommend this page to a friend!
  Classes of Bao Nguyen Quoc   Basic Template   sample_3.html   Download  
File: sample_3.html
Role: Auxiliary data
Content type: text/plain
Description: Example 3 Template
Class: Basic Template
Regular expression matching based template engine
Author: By
Last change:
Date: 19 years ago
Size: 479 bytes
 

Contents

Class file image Download
<html> <head> <meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>{title}</title> <style> <!-- body { font-family: Tahoma; font-size: 12px } --> </style> </head> <body> <h3><font color="#000080">{title}</h3> <ul> {[members]} <li><b>{members.name}</b> (<a href="mailto:{members.mail}">{members.mail}</a>)</li> {[/members]} </ul> </font> </body> </html>