Login   Register  
PHP Classes
elePHPant
Icontem

File: sample_1.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_1.html  >  Download  
File: sample_1.html
Role: Auxiliary data
Content type: text/plain
Description: Example 1 Template
Class: Basic Template
Regular expression matching based template engine
Author: By
Last change:
Date: 2005-04-25 02:01
Size: 520 bytes
 

Contents

Class file image Download
<html>

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

<body>
	<h4>{news_headline}</h4>
	<u>Author:</u> <b>{news_author}</b> (<a href="mailto:{news_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>
	{news_lite_content}
	<br>
	<br>
	</div><br><br>
	<u>News Body:</u><br>
	{news_content}
</body>
</html>