Login   Register  
PHP Classes
elePHPant
Icontem

File: WEB-INF/tpl/index.tpl

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Gregory  >  Damn Small MVC  >  WEB-INF/tpl/index.tpl  >  Download  
File: WEB-INF/tpl/index.tpl
Role: Auxiliary data
Content type: text/plain
Description: INDEX page view
Class: Damn Small MVC
Light weight MVC implementation framework
Author: By
Last change:
Date: 2005-05-12 09:57
Size: 560 bytes
 

Contents

Class file image Download
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
<head>
	<meta http-equiv="content-type" content="text/html; charset=Windows-1251" />
	<meta name="robots" content="all" />
	<title><TMPL_VAR title></title>
	<script type="text/javascript"></script>
	
	<style type="text/css" media="all">
		@import "/mvc/css/test.css";
	</style>
	
</head>
<body id="mvc-main">
	<h3><TMPL_VAR title></h3>
	<TMPL_VAR content>
</body>
</html>