Login   Register  
PHP Classes
elePHPant
Icontem

File: templates/new.html

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Diego da Costa Chavao  >  Chavão Template Manager  >  templates/new.html  >  Download  
File: templates/new.html
Role: Auxiliary data
Content type: text/plain
Description: HTML for Template Manager
Class: Chavão Template Manager
Template engine that replaces variables
Author: By
Last change:
Date: 2010-01-24 00:38
Size: 222 bytes
 

Contents

Class file image Download
<html>
<head>
	<title>{title}</title>
</head>
<body>
	{variavel_teste}

	<br/>
	<br/>

	== {linha} ==<br/>

	<ul>
		<li>{teste}</li>
	</ul>
	
	<br/>
	
	<ol>
		<li>{teste}</li>
	</ol>
</body>
</html>