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/Configurations/AppConfig.page | 2 +- demos/quickstart/protected/pages/Configurations/Overview.page | 2 +- demos/quickstart/protected/pages/Configurations/PageConfig.page | 2 +- demos/quickstart/protected/pages/Configurations/Templates1.page | 2 +- demos/quickstart/protected/pages/Configurations/Templates2.page | 2 +- demos/quickstart/protected/pages/Configurations/Templates3.page | 2 +- demos/quickstart/protected/pages/Configurations/UrlMapping.page | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'demos/quickstart/protected/pages/Configurations') diff --git a/demos/quickstart/protected/pages/Configurations/AppConfig.page b/demos/quickstart/protected/pages/Configurations/AppConfig.page index 97db019f..b0a3c7c3 100644 --- a/demos/quickstart/protected/pages/Configurations/AppConfig.page +++ b/demos/quickstart/protected/pages/Configurations/AppConfig.page @@ -43,4 +43,4 @@ Complete specification of application configurations can be found in the THttpRequest, THttpResponse, etc. It will also provide the TPageService as a default service. Configuration and usage of these modules and services are covered in individual sections of this tutorial. Note, if your application takes default settings for these modules and service, you do not need to provide an application configuration. However, if these modules or services are not sufficient, or you want to change their behavior by configuring their property values, you will need an application configuration.

- \ No newline at end of file +
$Id$
\ No newline at end of file diff --git a/demos/quickstart/protected/pages/Configurations/Overview.page b/demos/quickstart/protected/pages/Configurations/Overview.page index 07167fc6..d9228e1b 100644 --- a/demos/quickstart/protected/pages/Configurations/Overview.page +++ b/demos/quickstart/protected/pages/Configurations/Overview.page @@ -7,4 +7,4 @@ PRADO uses configurations to glue together components into pages and application Application and page configurations are optional if default values are used. Templates are mainly used by pages and template controls. They are optional, too.

- \ No newline at end of file +
$Id$
\ No newline at end of file diff --git a/demos/quickstart/protected/pages/Configurations/PageConfig.page b/demos/quickstart/protected/pages/Configurations/PageConfig.page index f770dba2..dc0c2543 100644 --- a/demos/quickstart/protected/pages/Configurations/PageConfig.page +++ b/demos/quickstart/protected/pages/Configurations/PageConfig.page @@ -38,4 +38,4 @@ The <paths>, <modules> and <parameters>< Complete specification of page configurations can be found in the
DTD and XSD files.

- \ No newline at end of file +
$Id$
\ No newline at end of file diff --git a/demos/quickstart/protected/pages/Configurations/Templates1.page b/demos/quickstart/protected/pages/Configurations/Templates1.page index 566a36b3..34ffc975 100644 --- a/demos/quickstart/protected/pages/Configurations/Templates1.page +++ b/demos/quickstart/protected/pages/Configurations/Templates1.page @@ -95,4 +95,4 @@ External templates will be inserted at the places where the include tags occur i Note, nested template inclusion is not supported, i.e., you cannot have include tags in an external template.

- \ No newline at end of file +
$Id$
\ No newline at end of file diff --git a/demos/quickstart/protected/pages/Configurations/Templates2.page b/demos/quickstart/protected/pages/Configurations/Templates2.page index e7cb46f5..e8442f1f 100644 --- a/demos/quickstart/protected/pages/Configurations/Templates2.page +++ b/demos/quickstart/protected/pages/Configurations/Templates2.page @@ -96,4 +96,4 @@ Localization tags represent localized texts. They are in the following format, where string will be translated to different languages according to the end-user's language preference. Localization tags are in fact shortcuts to the function call Prado::localize(string).

- \ No newline at end of file +
$Id$
\ No newline at end of file diff --git a/demos/quickstart/protected/pages/Configurations/Templates3.page b/demos/quickstart/protected/pages/Configurations/Templates3.page index 38391e9c..fb707a4f 100644 --- a/demos/quickstart/protected/pages/Configurations/Templates3.page +++ b/demos/quickstart/protected/pages/Configurations/Templates3.page @@ -101,4 +101,4 @@ Localization tags represent localized texts. They are in the following format, where string will be translated to different languages according to the end-user's language preference. The localization tags are evaluated when the template is instantiated. Localization tags are in fact shortcuts to the function call Prado::localize(string).

- \ No newline at end of file +
$Id$
\ No newline at end of file diff --git a/demos/quickstart/protected/pages/Configurations/UrlMapping.page b/demos/quickstart/protected/pages/Configurations/UrlMapping.page index a8ea3ace..4e06dd09 100644 --- a/demos/quickstart/protected/pages/Configurations/UrlMapping.page +++ b/demos/quickstart/protected/pages/Configurations/UrlMapping.page @@ -117,4 +117,4 @@ object. For example, $this->Request['year']. Since version 3.0.6, TUrlMapping starts to support constructing customized URL formats. This is achieved by allowing users to extend TUrlMapping class and override the constructUrl method. In the applications, users can still use THttpRequest.constructUrl() or TPageService.constructUrl() to generate PRADO-recognizable URLS. The actual URL construction work is ultimately delegated to the TUrlMapping.constructUrl(), provided it is implemented.

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