diff options
author | xue <> | 2006-10-18 01:38:47 +0000 |
---|---|---|
committer | xue <> | 2006-10-18 01:38:47 +0000 |
commit | af832a5a9018c7dcc2f24111d82049902269fc53 (patch) | |
tree | b66193de9e7b75c916a92d6c951a22a90d85fed6 /buildscripts/chmbuilder/classes/pages/MainLayout.tpl | |
parent | 459bb9c618a8f2897da22129167e634589435e38 (diff) |
merge from 3.0 branch till 1463.
Diffstat (limited to 'buildscripts/chmbuilder/classes/pages/MainLayout.tpl')
-rw-r--r-- | buildscripts/chmbuilder/classes/pages/MainLayout.tpl | 33 |
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 © 2006 by the PRADO Group.<br/>
+</div>
+
+</div>
+
+</body>
+</html>
|