Login   Register  
PHP Classes
elePHPant
Icontem

File: head.htm

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Kay-Uwe  >  tmpwiz  >  head.htm  >  Download  
File: head.htm
Role: Auxiliary data
Content type: text/plain
Description: template file
Class: tmpwiz
Template processing based on string replacement
Author: By
Last change:
Date: 2005-07-28 04:19
Size: 312 bytes
 

Contents

Class file image Download
<html>
<head>
<title>{title}</title>
<style type="text/css">
<!--
.variable {
	color: #0000FF;
}
.schar {
	color: #800000;
}
.reseved {
	color: #000080;
	font-weight: bold;
}
.string {
	color: #008080;
}
body {
	font-family: "Courier New";
	font-size: 10pt;
}
-->
</style>
</head>
<body>