From faf4aa4f219e3bf6fdac4144112de58d2fdfd131 Mon Sep 17 00:00:00 2001 From: xue <> Date: Wed, 28 Dec 2005 16:04:05 +0000 Subject: --- demos/quickstart/protected/pages/Layout.php | 15 ----- demos/quickstart/protected/pages/Layout.tpl | 39 ------------- demos/quickstart/protected/pages/TopicList.php | 8 --- demos/quickstart/protected/pages/TopicList.tpl | 79 -------------------------- 4 files changed, 141 deletions(-) delete mode 100644 demos/quickstart/protected/pages/Layout.php delete mode 100644 demos/quickstart/protected/pages/Layout.tpl delete mode 100644 demos/quickstart/protected/pages/TopicList.php delete mode 100644 demos/quickstart/protected/pages/TopicList.tpl (limited to 'demos/quickstart/protected') diff --git a/demos/quickstart/protected/pages/Layout.php b/demos/quickstart/protected/pages/Layout.php deleted file mode 100644 index a82d2fff..00000000 --- a/demos/quickstart/protected/pages/Layout.php +++ /dev/null @@ -1,15 +0,0 @@ -TopicPanel->Visible=!$this->TopicPanel->Visible; - if($this->TopicPanel->Visible) - $sender->Text="Hide TOC"; - else - $sender->Text="Show TOC"; - } -} - -?> \ No newline at end of file diff --git a/demos/quickstart/protected/pages/Layout.tpl b/demos/quickstart/protected/pages/Layout.tpl deleted file mode 100644 index d419fae3..00000000 --- a/demos/quickstart/protected/pages/Layout.tpl +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - - -
-
- -
-
- -
- - - -
- - \ No newline at end of file diff --git a/demos/quickstart/protected/pages/TopicList.php b/demos/quickstart/protected/pages/TopicList.php deleted file mode 100644 index ce827cc0..00000000 --- a/demos/quickstart/protected/pages/TopicList.php +++ /dev/null @@ -1,8 +0,0 @@ - \ No newline at end of file diff --git a/demos/quickstart/protected/pages/TopicList.tpl b/demos/quickstart/protected/pages/TopicList.tpl deleted file mode 100644 index 35c062d2..00000000 --- a/demos/quickstart/protected/pages/TopicList.tpl +++ /dev/null @@ -1,79 +0,0 @@ -
- -
-Getting Started
-Introduction
-What is PRADO?
-Installation
-
- -
-Fundamentals
-Architecture
-Components
-Controls
-Pages
-Modules
-Services
-Applications
-
- -
-Configurations
-Overview
-Templates: Part I
-Templates: Part II
-Templates: Part III
-Application Configurations
-Page Configurations
-
- -
-Samples
-Hello World
-Hangman Game
-
- -
-Controls
-Overview
-Simple HTML Controls
-Validation Controls
-List Controls
-TRepeater
-TDataList
-TDataGrid
-Active Controls
-Authoring New Controls
-
- -
-Data Access
-DataBinding
-Data Bound Controls
-Data Source Controls
-
- -
-Avanced Features
-Overview
-Assets
-Themes and Skins
-Internationalization
-
- -
-Security
-Overview
-Authentication
-Authorization
-ViewState Protection
-
- -
-Performance
-Caching
-Performance Tuning
-
- -
\ No newline at end of file -- cgit v1.2.3