Login   Register  
PHP Classes
elePHPant
Icontem

File: example.html

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of thorpe hepburn  >  Thorpe Systems template  >  example.html  >  Download  
File: example.html
Role: Auxiliary data
Content type: text/plain
Description: a template example
Class: Thorpe Systems template
Template engine with block loop processing support
Author: By
Last change:
Date: 2005-02-12 00:28
Size: 254 bytes
 

Contents

Class file image Download
[tst:id=head]
<html>
 <head>
  <title>{title}</title>
 </head>
 <body>
  <table border="1">
   [tst:id=user_details]
   <tr>
    <td>{name}</td>
    <td>{pass}</td>
    <td>{mail}</td>
   </tr>
   [tst:id=foot]
  </table>
 </body>
</html>