Login   Register  
PHP Classes
elePHPant
Icontem

File: table.html

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Dmitry Levashov  >  YaTemplate  >  table.html  >  Download  
File: table.html
Role: ???
Content type: text/plain
Description: template file
Class: YaTemplate
Yet another template class
Author: By
Last change:
Date: 2001-10-04 17:40
Size: 278 bytes
 

Contents

Class file image Download
<table width="50%" cellspacing=0 border=1 cellpadding=2 align="center" bgcolor="#d8c85f" bordercolor=#000080>
  <tr>
    <th>{{tb_header}}</th>
  </tr>
<!-- BEGIN BLOCK row -->
    <tr>
      <td bgcolor=#ffffff>{{text}}</td>
    </tr>
<!-- END BLOCK row -->

</table>