Help for this page

Select Code to Download


  1. or download this
    <!-- in template.tmpl -->
    
    ...
    <TMPL_LOOP TABLE2_DATA>
    <TMPL_INCLUDE table.tmpl>
    </TMPL_LOOP>
    
  2. or download this
    <!-- in table.tmpl -->
    
    <TR><TD><TMPL_VAR ESCAPE=HTML COLUMN1></TD></TR>
    <!-- yada yada yada -->