From f70d017d69274a49bfccd8003ddfc27e6132edd1 Mon Sep 17 00:00:00 2001 From: rojaro <> Date: Fri, 3 Jun 2011 21:57:48 +0000 Subject: removed last-modified message from templates --- 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 +- demos/quickstart/protected/pages/Configurations/id/AppConfig.page | 2 +- demos/quickstart/protected/pages/Configurations/id/Overview.page | 2 +- demos/quickstart/protected/pages/Configurations/id/PageConfig.page | 2 +- demos/quickstart/protected/pages/Configurations/id/Templates1.page | 2 +- demos/quickstart/protected/pages/Configurations/id/Templates2.page | 2 +- demos/quickstart/protected/pages/Configurations/id/Templates3.page | 2 +- demos/quickstart/protected/pages/Configurations/id/UrlMapping.page | 2 +- 14 files changed, 14 insertions(+), 14 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 45e71a1d..83f1bc7e 100644 --- a/demos/quickstart/protected/pages/Configurations/AppConfig.page +++ b/demos/quickstart/protected/pages/Configurations/AppConfig.page @@ -56,4 +56,4 @@ An external configuration file has the same format as described above. Although By default without explicit configuration, a PRADO application will load a few core modules, such as 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.

-
$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 d9228e1b..4ef033ad 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.

-
$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 d4ffb4b3..36328a4f 100644 --- a/demos/quickstart/protected/pages/Configurations/PageConfig.page +++ b/demos/quickstart/protected/pages/Configurations/PageConfig.page @@ -44,4 +44,4 @@ Complete specification of page configurations can be found in the refers to the Home page under the admin directory. The id attribute can also contain wildcard '*' to match all pages under the specified directory. For example, id="admin.*" refers to all pages under the admin directory and its subdirectories. This enhancement allows developers to centralize their page configurations (e.g. put all page initializations in the aplication configuration or the root page configuration.)

-
$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 1252f8a7..22b693a6 100644 --- a/demos/quickstart/protected/pages/Configurations/Templates1.page +++ b/demos/quickstart/protected/pages/Configurations/Templates1.page @@ -100,4 +100,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.

-
$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 8a17c72c..4e8a0a3d 100644 --- a/demos/quickstart/protected/pages/Configurations/Templates2.page +++ b/demos/quickstart/protected/pages/Configurations/Templates2.page @@ -110,4 +110,4 @@ URL tags are used to insert the relative web url path to the Prado application i If your Prado application is deployed on http://localhost/pradoapp/, the tag above will produce "/pradoapp/image.jpg". This tag will help you to use the correct file path even with UrlFormat set to Path, or if you are using url mappings.

-
$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 f3e0b5f1..3cfc4f36 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).

-
$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 6bbedc28..c47ace28 100644 --- a/demos/quickstart/protected/pages/Configurations/UrlMapping.page +++ b/demos/quickstart/protected/pages/Configurations/UrlMapping.page @@ -169,4 +169,4 @@ By default, TUrlMapping will construct URLs prefixed with the currently
Note: If you use constructUrl() with string parameters that contain slashes ("/") they will get encoded to %2F. By default most Apache installations give a "404 Not found" if a URL contains a %2F. You can add AllowEncodedSlashes On to your VirtualHost configuration to resolve this. (Available since Apache 2.0.46).
-
$Id$
+ diff --git a/demos/quickstart/protected/pages/Configurations/id/AppConfig.page b/demos/quickstart/protected/pages/Configurations/id/AppConfig.page index 3de919e6..c73ddd6f 100644 --- a/demos/quickstart/protected/pages/Configurations/id/AppConfig.page +++ b/demos/quickstart/protected/pages/Configurations/id/AppConfig.page @@ -56,4 +56,4 @@ File konfigurasi eksternal mempunyai format yang sama seperti dijelaskan di atas Standarnya tanpa konfigurasi eksplisit, aplikasi PRADO akan mengambil beberapa modul inti, seperti THttpRequest, THttpResponse, dll. Ia juga akan menyediakan TPageService sebagai layanan standar. Konfigurasi dan penggunaan modul serta layanan ini tercakup dalam seksi individual pada tutorial ini. Catatan, jika aplikasi Anda mengambil setelan standar untuk modul dan layanan ini, Anda tidak perlu menyediakan konfigurasi aplikasi. Akan tetapi, jika modul atau layanan ini tidak mencukupi, atau Anda ingin menghubah perilakunya dengan mengkonfigurasi nilai propertinya, Anda memerlukan konfigurasi aplikasi.

-
$Id: AppConfig.page 1695 2007-02-13 14:16:09Z xue $
\ No newline at end of file + diff --git a/demos/quickstart/protected/pages/Configurations/id/Overview.page b/demos/quickstart/protected/pages/Configurations/id/Overview.page index 17a7e507..480eab84 100644 --- a/demos/quickstart/protected/pages/Configurations/id/Overview.page +++ b/demos/quickstart/protected/pages/Configurations/id/Overview.page @@ -7,4 +7,4 @@ PRADO menggunakan konfigurasi untuk merekat komponen bersama ke dalam halaman da Konfigurasi aplikasi dan halaman adalah opsional jika nilai standar yang dipakai. Template sebagian besar digunakan oleh halaman dan kontrol template. Ini juga opsional.

-
$Id: Overview.page 1650 2007-01-24 06:55:32Z wei $
\ No newline at end of file + diff --git a/demos/quickstart/protected/pages/Configurations/id/PageConfig.page b/demos/quickstart/protected/pages/Configurations/id/PageConfig.page index 58b21e00..2a05b3dc 100644 --- a/demos/quickstart/protected/pages/Configurations/id/PageConfig.page +++ b/demos/quickstart/protected/pages/Configurations/id/PageConfig.page @@ -44,4 +44,4 @@ Spesifikasi lengkap dari konfigurasi halaman dapat ditemukan dalam file
id dalam elemen <page> bisa berupa path halaman relatif yang mengarah ke halaman di dalam subdirektori pada direktori yang berisi konfigurasi halaman. Sebagai contoh, id="admin.Home" merujuk ke halaman Home di bawah direktori admin. Atribut id juga bisa berisi wildcard '*' untuk menemukan seluruh halaman di bawah direktori yang ditetapkan. Sebagai contoh, id="admin.*" merujuk ke seluruh halaman di bawah direktori admin dan subdirektorinya. Peningkatan ini membolehkan para pengembang untuk memusatkan konfigurasi halamannya (misalnya menyimpan semua inisialisasi semua halaman dalam konfigurasi aplikasi atau konfigurasi akar halaman.)

-
$Id: PageConfig.page 2214 2007-09-11 13:01:29Z xue $
\ No newline at end of file + diff --git a/demos/quickstart/protected/pages/Configurations/id/Templates1.page b/demos/quickstart/protected/pages/Configurations/id/Templates1.page index 23392815..fa2a3405 100644 --- a/demos/quickstart/protected/pages/Configurations/id/Templates1.page +++ b/demos/quickstart/protected/pages/Configurations/id/Templates1.page @@ -100,4 +100,4 @@ Template eksternal akan disisipkan di tempat di mana tag include terjadi dalam b Catatan, pengulangan penyertaan template tidak didukung, misalnya Anda tidak dapat mempunyai tag include di dalam template eksternal.

-
$Id: Templates1.page 1902 2007-05-07 04:17:37Z wei $
\ No newline at end of file + diff --git a/demos/quickstart/protected/pages/Configurations/id/Templates2.page b/demos/quickstart/protected/pages/Configurations/id/Templates2.page index 03e7f07f..41bae6d3 100644 --- a/demos/quickstart/protected/pages/Configurations/id/Templates2.page +++ b/demos/quickstart/protected/pages/Configurations/id/Templates2.page @@ -96,4 +96,4 @@ Tag lokalisasi mewakili teks yang dilokalisasi. Formatnya adalah sebagai berikut di mana string akan diterjemahkan ke bahasa berbeda tergantung pada preferensi bahasa pengguna-akhir. Tag lokalisasi sebenarnya adalah jalan pintas ke fungsi panggil Prado::localize(string).

-
$Id: Templates2.page 1650 2007-01-24 06:55:32Z wei $
\ No newline at end of file + diff --git a/demos/quickstart/protected/pages/Configurations/id/Templates3.page b/demos/quickstart/protected/pages/Configurations/id/Templates3.page index eb67f962..e53d3384 100644 --- a/demos/quickstart/protected/pages/Configurations/id/Templates3.page +++ b/demos/quickstart/protected/pages/Configurations/id/Templates3.page @@ -101,4 +101,4 @@ Tag lokalisasi mewakili teks yang dilokalisir. Formatnya adalah sebagai berikut, di mana string akan diterjemahkan ke bahasa berbeda tergantung pada preferensi bahasa pengguna-akhir. Tag lokalisasi sebenarnya adalah jalan pintas ke fungsi panggil Prado::localize(string).

-
$Id: Templates3.page 2036 2007-06-26 17:12:54Z xue $
\ No newline at end of file + diff --git a/demos/quickstart/protected/pages/Configurations/id/UrlMapping.page b/demos/quickstart/protected/pages/Configurations/id/UrlMapping.page index 8c918000..46e7bdd4 100644 --- a/demos/quickstart/protected/pages/Configurations/id/UrlMapping.page +++ b/demos/quickstart/protected/pages/Configurations/id/UrlMapping.page @@ -103,4 +103,4 @@ Pola yang sama adalah propreti ServiceID dan ServiceParameter Standarnya TUrlMapping akan membentuk URL yang diawali dengan yang saat ini meminta path naskah PHP, seperti /path/to/index.php/article/3. Para pengguna dapat mengubah perilaku ini dengan menetapkan prefiks URL secara spesifik melalui properti UrlPrefix-nya. Sebagai contoh, jika konfigurasi server Web memperlakukan index.php sebagai naskah standar, kita bisa menyetel UrlPrefix sebagai /path/to dan URL yang dibentuk akan terlihat seperti /path/to/article/3.

-
$Id: UrlMapping.page 2118 2007-08-11 14:30:07Z xue $
\ No newline at end of file + -- cgit v1.2.3