summaryrefslogtreecommitdiff
path: root/demos/activeblog/protected/App_Layouts
diff options
context:
space:
mode:
Diffstat (limited to 'demos/activeblog/protected/App_Layouts')
-rw-r--r--demos/activeblog/protected/App_Layouts/MainLayout.php24
-rw-r--r--demos/activeblog/protected/App_Layouts/MainLayout.tpl28
2 files changed, 0 insertions, 52 deletions
diff --git a/demos/activeblog/protected/App_Layouts/MainLayout.php b/demos/activeblog/protected/App_Layouts/MainLayout.php
deleted file mode 100644
index e307aaed..00000000
--- a/demos/activeblog/protected/App_Layouts/MainLayout.php
+++ /dev/null
@@ -1,24 +0,0 @@
-<?php
-/**
- * MainLayout class file
- *
- * @author Qiang Xue <qiang.xue@gmail.com>
- * @link http://www.pradosoft.com/
- * @copyright Copyright &copy; 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 <qiang.xue@gmail.com>
- * @link http://www.pradosoft.com/
- * @copyright Copyright &copy; 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
deleted file mode 100644
index 63fa576d..00000000
--- a/demos/activeblog/protected/App_Layouts/MainLayout.tpl
+++ /dev/null
@@ -1,28 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
-
-<com:THead Title=<%$ SiteName %> >
-</com:THead>
-
-<body>
-<com:TForm>
-<div class="container">
- <div class="header"><h1>Header</h1></div>
- <div class="wrapper">
- <div class="content">
- <com:TContentPlaceHolder ID="Main" />
- </div>
- </div>
- <div class="navigation">
- <p><strong>2) Navigation here.</strong> long long fill filler very fill column column silly filler very filler fill fill filler text fill very silly fill text filler silly silly filler fill very make fill column text column very very column fill fill very silly column silly silly fill fill long filler </p>
- </div>
- <div class="extra">
- <p><strong>3) More stuff here.</strong> very text make long column make filler fill make column column silly filler text silly column fill silly fill column text filler make text silly filler make filler very silly make text very very text make long filler very make column make silly column fill silly column long make silly filler column filler silly long long column fill silly column very </p>
- </div>
- <div class="footer">
- <p>Copyright &copy; <%= date('Y') %> <%$ SiteOwner %>.<br/><%= Prado::poweredByPrado() %></p>
- </div>
-</div>
-</com:TForm>
-</body>
-</html> \ No newline at end of file