PHP Classes

File: template/sample2.htm

Recommend this page to a friend!
  Classes of unknown man   Gedar Template Engine   template/sample2.htm   Download  
File: template/sample2.htm
Role: Auxiliary data
Content type: text/plain
Description: sample template file
Class: Gedar Template Engine
Compiling template engine with plug-in support
Author: By
Last change:
Date: 19 years ago
Size: 602 bytes
 

Contents

Class file image Download
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Sample test</title> </head> <body> {if ($a>$b)} a is higher than b<br/> {else ()} a is not higher than b<br/> {/if} {for ($i=0;$i<3;$i++)} <div style="display:block;color:#{cycle (name="colorVal2" elements="113355,335577,557799")}">{$reza[$i]}</div> {/for} <br /> {assign (name="date" , value="2000-01-01")} Jalali date of Y2K was {fdate (date=$date , separator="/")} <br /> <hr/> <h3>now include sample1 template file</h3> {include (file="sample1.htm")} </body> </html>