From a019fe347214aac122144ac5027bf4b96cfbc72a Mon Sep 17 00:00:00 2001
From: wei <>
Date: Wed, 24 Jan 2007 06:55:32 +0000
Subject: Add $Id$ for all quickstart pages.
---
demos/quickstart/protected/pages/Fundamentals/Applications.page | 2 +-
demos/quickstart/protected/pages/Fundamentals/Architecture.page | 2 +-
demos/quickstart/protected/pages/Fundamentals/Components.page | 2 +-
demos/quickstart/protected/pages/Fundamentals/Controls.page | 2 +-
demos/quickstart/protected/pages/Fundamentals/Hangman.page | 2 +-
demos/quickstart/protected/pages/Fundamentals/Modules.page | 2 +-
demos/quickstart/protected/pages/Fundamentals/Pages.page | 2 +-
demos/quickstart/protected/pages/Fundamentals/Samples/Hangman/Home.page | 2 +-
demos/quickstart/protected/pages/Fundamentals/Services.page | 2 +-
9 files changed, 9 insertions(+), 9 deletions(-)
(limited to 'demos/quickstart/protected/pages/Fundamentals')
diff --git a/demos/quickstart/protected/pages/Fundamentals/Applications.page b/demos/quickstart/protected/pages/Fundamentals/Applications.page
index 8fd22fa2..48c8fc79 100644
--- a/demos/quickstart/protected/pages/Fundamentals/Applications.page
+++ b/demos/quickstart/protected/pages/Fundamentals/Applications.page
@@ -52,4 +52,4 @@ The application lifecycles can be depicted as follows,
-
\ No newline at end of file
+$Id$
\ No newline at end of file
diff --git a/demos/quickstart/protected/pages/Fundamentals/Architecture.page b/demos/quickstart/protected/pages/Fundamentals/Architecture.page
index 4fa6434f..7a736801 100644
--- a/demos/quickstart/protected/pages/Fundamentals/Architecture.page
+++ b/demos/quickstart/protected/pages/Fundamentals/Architecture.page
@@ -10,4 +10,4 @@ PRADO is primarily a presentational framework, although it is not limited to be
When a PRADO application is processing a page request, its static object diagram can be shown as follows,
-
\ No newline at end of file
+$Id$
\ No newline at end of file
diff --git a/demos/quickstart/protected/pages/Fundamentals/Components.page b/demos/quickstart/protected/pages/Fundamentals/Components.page
index fdadc9af..0dc6f259 100644
--- a/demos/quickstart/protected/pages/Fundamentals/Components.page
+++ b/demos/quickstart/protected/pages/Fundamentals/Components.page
@@ -125,4 +125,4 @@ Static component instantiation is about creating components via $Id$
\ No newline at end of file
diff --git a/demos/quickstart/protected/pages/Fundamentals/Controls.page b/demos/quickstart/protected/pages/Fundamentals/Controls.page
index a8b6815a..7e4f37fa 100644
--- a/demos/quickstart/protected/pages/Fundamentals/Controls.page
+++ b/demos/quickstart/protected/pages/Fundamentals/Controls.page
@@ -48,4 +48,4 @@ $this->setControlState('Name',$value,$defaultValue);
where $this refers to the control instance, Name refers to a key identifying the persistent value, $defaultValue is optional. When retrieving values from viewstate or controlstate, if the corresponding key does not exist, the default value will be returned.
-
\ No newline at end of file
+$Id$
\ No newline at end of file
diff --git a/demos/quickstart/protected/pages/Fundamentals/Hangman.page b/demos/quickstart/protected/pages/Fundamentals/Hangman.page
index 01a7dc80..4f6b815f 100644
--- a/demos/quickstart/protected/pages/Fundamentals/Hangman.page
+++ b/demos/quickstart/protected/pages/Fundamentals/Hangman.page
@@ -11,4 +11,4 @@ To be continued...
-
\ No newline at end of file
+$Id$
\ No newline at end of file
diff --git a/demos/quickstart/protected/pages/Fundamentals/Modules.page b/demos/quickstart/protected/pages/Fundamentals/Modules.page
index 0ac82016..04af6721 100644
--- a/demos/quickstart/protected/pages/Fundamentals/Modules.page
+++ b/demos/quickstart/protected/pages/Fundamentals/Modules.page
@@ -47,4 +47,4 @@ When TPageService is requested, it also loads modules specific for page
Custom modules and core modules are all configurable via configurations.
-
\ No newline at end of file
+$Id$
\ No newline at end of file
diff --git a/demos/quickstart/protected/pages/Fundamentals/Pages.page b/demos/quickstart/protected/pages/Fundamentals/Pages.page
index 8042ddcd..f389f9ca 100644
--- a/demos/quickstart/protected/pages/Fundamentals/Pages.page
+++ b/demos/quickstart/protected/pages/Fundamentals/Pages.page
@@ -20,4 +20,4 @@ Understanding the page lifecycles is crucial to grasp PRADO programming. Page li
-
\ No newline at end of file
+$Id$
\ No newline at end of file
diff --git a/demos/quickstart/protected/pages/Fundamentals/Samples/Hangman/Home.page b/demos/quickstart/protected/pages/Fundamentals/Samples/Hangman/Home.page
index 6f5508d3..00c5e3d3 100644
--- a/demos/quickstart/protected/pages/Fundamentals/Samples/Hangman/Home.page
+++ b/demos/quickstart/protected/pages/Fundamentals/Samples/Hangman/Home.page
@@ -67,4 +67,4 @@ out of a maximum of <%= $this->Page->Level %>.
-
\ No newline at end of file
+$Id$
\ No newline at end of file
diff --git a/demos/quickstart/protected/pages/Fundamentals/Services.page b/demos/quickstart/protected/pages/Fundamentals/Services.page
index 803f76e0..9656163b 100644
--- a/demos/quickstart/protected/pages/Fundamentals/Services.page
+++ b/demos/quickstart/protected/pages/Fundamentals/Services.page
@@ -31,4 +31,4 @@ http://hostname/index.php?page=Users.Register
where the first example takes advantage of the fact that the page service is the default service and Home is the default page.
-
\ No newline at end of file
+$Id$
\ No newline at end of file
--
cgit v1.2.3