summaryrefslogtreecommitdiff
path: root/buildscripts/chmbuilder/classes/pages/MainLayout.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'buildscripts/chmbuilder/classes/pages/MainLayout.tpl')
-rw-r--r--buildscripts/chmbuilder/classes/pages/MainLayout.tpl33
1 files changed, 33 insertions, 0 deletions
diff --git a/buildscripts/chmbuilder/classes/pages/MainLayout.tpl b/buildscripts/chmbuilder/classes/pages/MainLayout.tpl
new file mode 100644
index 00000000..47fcfc85
--- /dev/null
+++ b/buildscripts/chmbuilder/classes/pages/MainLayout.tpl
@@ -0,0 +1,33 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.or
+g/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
+
+<com:THead Title="PRADO PHP Framework">
+<meta name="Keywords" content="PHP framework" />
+<meta name="Description" content="PRADO is a component-based and event-driven framework for Web application development in PHP 5." />
+<meta name="Author" content="Qiang Xue" />
+<meta name="Subject" content="PHP framework, Web programming" />
+<com:TStyleSheet StyleSheetUrl=<%~ style.css %> />
+</com:THead>
+
+<body>
+
+<com:TForm>
+<div id="page">
+
+<div id="main">
+<com:TContentPlaceHolder ID="main" />
+<div style="clear: both;"></div>
+</div>
+
+</com:TForm>
+
+<div id="footer">
+ Copyright &copy; 2006 by the PRADO Group.<br/>
+</div>
+
+</div>
+
+</body>
+</html>