PHP Classes

File: sample_1.html

Recommend this page to a friend!
  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: 18 years ago
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>