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/pages/Overview.page | 8 ++------ .../blog-tutorial/protected/pages/Requirements.page | 20 ++++++++++---------- 2 files changed, 12 insertions(+), 16 deletions(-) (limited to 'demos/blog-tutorial/protected/pages') diff --git a/demos/blog-tutorial/protected/pages/Overview.page b/demos/blog-tutorial/protected/pages/Overview.page index 276da7d1..9dbf6dc0 100644 --- a/demos/blog-tutorial/protected/pages/Overview.page +++ b/demos/blog-tutorial/protected/pages/Overview.page @@ -7,15 +7,11 @@ This tutorial is NOT completed yet. Please let us know you suggestions about thi

-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.

-

Post Management

- -

User Management

+

Post Management

+ +

System Maintenance

\ No newline at end of file -- cgit v1.2.3