PHP Classes

File: template.html

Recommend this page to a friend!
  Classes of Herman Veluwenkamp   Template   template.html   Download  
File: template.html
Role: ???
Content type: text/plain
Description: Sample Template File
Class: Template
Generates HTML using templates.
Author: By
Last change:
Date: 24 years ago
Size: 696 bytes
 

Contents

Class file image Download
<TABLE BORDER="0" CELLSPACING="1" CELLPADDING="4"> <TR> <TH CLASS="listHead"><SPAN CLASS="listHead">Code</SPAN></TH> <TH CLASS="listHead"><SPAN CLASS="listHead">Start</SPAN></TH> <TH CLASS="listHead"><SPAN CLASS="listHead">End</SPAN></TH> <TH CLASS="listHead"><SPAN CLASS="listHead">Price</SPAN></TH> </TR> <REPEAT ID="primary"> <TR> <TD CLASS="list(*~*)"><SPAN CLASS="listData">(*+*) (* 0 *)</SPAN></TD> <TD CLASS="list(*~*)"><SPAN CLASS="listData">(* 1 %3.2f *)</SPAN></TD> <TD CLASS="list(*~*)"><SPAN CLASS="listData">(* 2 %3.2f *)</SPAN></TD> <TD CLASS="list(*~*)"><SPAN CLASS="listData">$(* 3 #2 *)</SPAN></TD> </TR> </REPEAT> </TABLE>