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 Philipp v. Criegern  >  SmartTemplate  >  example.html  >  Download  
File: example.html
Role: Auxiliary data
Content type: text/plain
Description: Example Template
Class: SmartTemplate
Enterprise Class Template Compiler
Author: By
Last change: Changed to Plain text
Date: 2003-03-23 22:18
Size: 484 bytes
 

Contents

Class file image Download
<html>
<head>
<title>{TITLE}</title>
<style type="text/css">
    .BG_0  { background-color: #D0D0D0; }
    .BG_1  { background-color: #F0F0F0; }
</style>
</head>
<body>

<h2> {TITLE} </h2>

<table border="1" cellpadding="2" cellspacing="0">
 
<!-- BEGIN links -->
 
    <tr class="BG_{ROWBIT}">
 
        <td> {ROWCNT} </td>
        <td> {TITLE}  </td>
        <td><a href="{URL}"> {URL} </a></td>

    </tr>
 
<!-- END links -->
 
</table>
</body>
</html>