From 4f150299bd476330fe87a72bd1d86e30fb376c0a Mon Sep 17 00:00:00 2001 From: xue <> Date: Tue, 22 May 2007 02:41:25 +0000 Subject: Fixed an issue in error display linking. --- demos/blog-tutorial/protected/common/TopicList.tpl | 4 ++-- demos/blog-tutorial/protected/pages/Overview.page | 8 ++------ .../blog-tutorial/protected/pages/Requirements.page | 20 ++++++++++---------- 3 files changed, 14 insertions(+), 18 deletions(-) (limited to 'demos') diff --git a/demos/blog-tutorial/protected/common/TopicList.tpl b/demos/blog-tutorial/protected/common/TopicList.tpl index f66a2d0b..e8a8c7bd 100644 --- a/demos/blog-tutorial/protected/common/TopicList.tpl +++ b/demos/blog-tutorial/protected/common/TopicList.tpl @@ -29,7 +29,7 @@
-The purpose of this tutorial is to provide new PRADO users a step-by-step guidance on how to develop a blog system using PRADO. A more definitive guidance about PRADO is the Quickstart Tutorial, which readers can refer to when reading this tutorial. +The purpose of this tutorial is to provide new PRADO users a step-by-step guidance on how to develop a blog system using PRADO. Readers of this tutorial are not required to have prior knowledge about PRADO. However, readers should have basic knowledge of object-oriented programming (OOP) and database programming. For a more definitive guidance about PRADO, readers may refer to the Quickstart Tutorial.
-Readers of this tutorial are not required to have prior knowledge about PRADO. However, readers should have basic knowledge of object-oriented programming (OOP) and database programming. -
- --This tutorial is organized in a day-by-day fashion. Each day new PRADO concepts and techniques are introduced, and new features are added to the blog system. At the end, we will complete a simple blog application that meets the initial requirements. +This tutorial is organized in a day-by-day fashion. Each day new PRADO concepts and techniques are introduced, and new features are added to the blog system. At the end, we will complete a simple blog application that meets a list of initial requirements.
diff --git a/demos/blog-tutorial/protected/pages/Requirements.page b/demos/blog-tutorial/protected/pages/Requirements.page index 3b89750c..9fb7e2b6 100644 --- a/demos/blog-tutorial/protected/pages/Requirements.page +++ b/demos/blog-tutorial/protected/pages/Requirements.page @@ -10,15 +10,6 @@ This page lists the requirements for the blog system that we are going to develo In general, the blog system should allow users to read blogs and authenticated users to publish blogs. It should separate presentation and logic, and it should support changing themes.
-