From 9e0fb737a5b60bb738dfd8c7c4a5b90953eea2a7 Mon Sep 17 00:00:00 2001 From: jrags <> Date: Wed, 21 Feb 2007 05:38:16 +0000 Subject: Forgot a few things with activeblog --- .gitattributes | 3 +++ .../protected/App_Layouts/MainLayout.php | 24 ++++++++++++++++++++++ .../protected/App_Layouts/MainLayout.tpl | 23 +++++++++++++++++++++ demos/activeblog/protected/App_Pages/Home.page | 12 ++++++++++- demos/activeblog/protected/App_Pages/Home.php | 6 ++++++ demos/activeblog/protected/application.xml | 6 +++--- demos/activeblog/protected/urlmaps.xml | 2 +- 7 files changed, 71 insertions(+), 5 deletions(-) create mode 100644 demos/activeblog/protected/App_Layouts/MainLayout.php create mode 100644 demos/activeblog/protected/App_Layouts/MainLayout.tpl create mode 100644 demos/activeblog/protected/App_Pages/Home.php diff --git a/.gitattributes b/.gitattributes index 97abdcc8..a7050ef7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -645,7 +645,10 @@ buildscripts/wikibuilder/external.png -text buildscripts/wikibuilder/main.css -text demos/activeblog/index.php -text demos/activeblog/protected/.htaccess -text +demos/activeblog/protected/App_Layouts/MainLayout.php -text +demos/activeblog/protected/App_Layouts/MainLayout.tpl -text demos/activeblog/protected/App_Pages/Home.page -text +demos/activeblog/protected/App_Pages/Home.php -text demos/activeblog/protected/application.xml -text demos/activeblog/protected/urlmaps.xml -text demos/address-book/index.php -text diff --git a/demos/activeblog/protected/App_Layouts/MainLayout.php b/demos/activeblog/protected/App_Layouts/MainLayout.php new file mode 100644 index 00000000..e307aaed --- /dev/null +++ b/demos/activeblog/protected/App_Layouts/MainLayout.php @@ -0,0 +1,24 @@ + + * @link http://www.pradosoft.com/ + * @copyright Copyright © 2006 PradoSoft + * @license http://www.pradosoft.com/license/ + * @version $Id: MainLayout.php 1398 2006-09-08 19:31:03Z xue $ + */ + +/** + * MainLayout class + * + * @author Qiang Xue + * @link http://www.pradosoft.com/ + * @copyright Copyright © 2006 PradoSoft + * @license http://www.pradosoft.com/license/ + */ +class MainLayout extends TTemplateControl +{ +} + +?> \ No newline at end of file diff --git a/demos/activeblog/protected/App_Layouts/MainLayout.tpl b/demos/activeblog/protected/App_Layouts/MainLayout.tpl new file mode 100644 index 00000000..2cabbfed --- /dev/null +++ b/demos/activeblog/protected/App_Layouts/MainLayout.tpl @@ -0,0 +1,23 @@ + + + + > + + + + + + + + + + + + +