Login   Register  
PHP Classes
elePHPant
Icontem

File: sample_2.html

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Bao Nguyen Quoc  >  Basic Template  >  sample_2.html  >  Download  
File: sample_2.html
Role: Auxiliary data
Content type: text/plain
Description: Example 2 Template
Class: Basic Template
Regular expression matching based template engine
Author: By
Last change:
Date: 2005-04-25 02:03
Size: 545 bytes
 

Contents

Class file image Download
<html>

<head>
<style>
<!--
body         { font-family: Tahoma; font-size: 12px }
-->
</style>
</head>

<body>
	<h4>{article->headline}</h4>
	<u>Author:</u> <b>{article->author.name}</b> (<a href="mailto:{article->author.mail}">mail</a>)<br>
	<br>
	<u>News Header:</u><br>
	<div style="color: #000000; border-style: dotted; border-width: 1px; background-color: #EAE8E3; margin-top:5; margin-bottom:5">
	<br>
	{article->lite_content}
	<br>
	<br>
	</div><br><br>
	<u>News Body:</u><br>
	{article->content}
</body>
</html>