PHP Classes

File: complete-template.html

Recommend this page to a friend!
  Classes of Richard Heyes   Template Class   complete-template.html   Download  
File: complete-template.html
Role: ???
Content type: text/plain
Description: The template for the single template example
Class: Template Class
Template engine to seperate page design from code
Author: By
Last change:
Date: 23 years ago
Size: 763 bytes
 

Contents

Class file image Download
<HTML> <HEAD> <TITLE>{page_title}</TITLE> </HEAD> <BODY> <INCLUDE FILENAME="header.html"> <P ALIGN="CENTER">{test_var}</P> <TABLE BORDER="0" BGCOLOR="#000000" STYLE="background-color: #000000; font-family: monospace; font-size: 10pt" CELLSPACING="1" ALIGN="CENTER"> <TR> <TH BGCOLOR="#DDDDDD">Column 1</TH> <TH BGCOLOR="#DDDDDD">Column 2</TH> <TH BGCOLOR="#DDDDDD">Column 3</TH> </TR> <LOOP NAME="table_rows"> <TR> <TD BGCOLOR="#DDDDDD">{column_1}</TD> <TD BGCOLOR="#DDDDDD">{column_2}</TD> <TD BGCOLOR="#DDDDDD">{column_3}</TD> </TR> </LOOP NAME="table_rows"> </TABLE> </BODY> </HTML>