Login   Register  
PHP Classes
elePHPant
Icontem

File: template.html

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2000-08-03 00:56
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>