summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/Configurations
diff options
context:
space:
mode:
authorrojaro <>2011-06-03 21:57:48 +0000
committerrojaro <>2011-06-03 21:57:48 +0000
commitf70d017d69274a49bfccd8003ddfc27e6132edd1 (patch)
tree8d65551efb36413b378ff8d1f826cd8388331dd5 /demos/quickstart/protected/pages/Configurations
parentff051c0628c1b9cc5aa2a6556f25a95d446e077d (diff)
removed last-modified message from templates
Diffstat (limited to 'demos/quickstart/protected/pages/Configurations')
-rw-r--r--demos/quickstart/protected/pages/Configurations/AppConfig.page2
-rw-r--r--demos/quickstart/protected/pages/Configurations/Overview.page2
-rw-r--r--demos/quickstart/protected/pages/Configurations/PageConfig.page2
-rw-r--r--demos/quickstart/protected/pages/Configurations/Templates1.page2
-rw-r--r--demos/quickstart/protected/pages/Configurations/Templates2.page2
-rw-r--r--demos/quickstart/protected/pages/Configurations/Templates3.page2
-rw-r--r--demos/quickstart/protected/pages/Configurations/UrlMapping.page2
-rw-r--r--demos/quickstart/protected/pages/Configurations/id/AppConfig.page2
-rw-r--r--demos/quickstart/protected/pages/Configurations/id/Overview.page2
-rw-r--r--demos/quickstart/protected/pages/Configurations/id/PageConfig.page2
-rw-r--r--demos/quickstart/protected/pages/Configurations/id/Templates1.page2
-rw-r--r--demos/quickstart/protected/pages/Configurations/id/Templates2.page2
-rw-r--r--demos/quickstart/protected/pages/Configurations/id/Templates3.page2
-rw-r--r--demos/quickstart/protected/pages/Configurations/id/UrlMapping.page2
14 files changed, 14 insertions, 14 deletions
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 <tt>THttpRequest</tt>, <tt>THttpResponse</tt>, etc. It will also provide the <tt>TPageService</tt> 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.
</p>
-<div class="last-modified">$Id$</div></com:TContent> \ No newline at end of file
+</com:TContent>
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.
</p>
-<div class="last-modified">$Id$</div></com:TContent> \ No newline at end of file
+</com:TContent>
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 <a href="<%~..
Since version 3.1.1, the <tt>id</tt> attribute in the &lt;page&gt; element can be a relative page path pointing to a page in the subdirectory of the directory containing the page configuration. For example, <tt>id="admin.Home"</tt> refers to the <tt>Home</tt> page under the <tt>admin</tt> directory. The <tt>id</tt> attribute can also contain wildcard '*' to match all pages under the specified directory. For example, <tt>id="admin.*"</tt> refers to all pages under the <tt>admin</tt> 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.)
</p>
-<div class="last-modified">$Id$</div></com:TContent> \ No newline at end of file
+</com:TContent>
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.
</p>
-<div class="last-modified">$Id$</div></com:TContent> \ No newline at end of file
+</com:TContent>
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.
</p>
-<div class="last-modified">$Id$</div></com:TContent> \ No newline at end of file
+</com:TContent>
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 <tt>string</tt> 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 <tt>Prado::localize(string)</tt>.
</p>
-<div class="last-modified">$Id$</div></com:TContent> \ No newline at end of file
+</com:TContent>
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, <tt>TUrlMapping</tt> will construct URLs prefixed with the currently
<div class="note"><b class="tip">Note:</b> If you use <tt>constructUrl()</tt> 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 <tt>AllowEncodedSlashes On</tt> to your <tt>VirtualHost</tt> configuration to resolve this. (Available since Apache 2.0.46).
</div>
-<div class="last-modified">$Id$</div></com:TContent>
+</com:TContent>
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 <tt>THttpRequest</tt>, <tt>THttpResponse</tt>, dll. Ia juga akan menyediakan <tt>TPageService</tt> 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.
</p>
-<div class="last-modified">$Id: AppConfig.page 1695 2007-02-13 14:16:09Z xue $</div></com:TContent> \ No newline at end of file
+</com:TContent>
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.
</p>
-<div class="last-modified">$Id: Overview.page 1650 2007-01-24 06:55:32Z wei $</div></com:TContent> \ No newline at end of file
+</com:TContent>
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 <a href=
Sejak versi 3.1.1, atribut <tt>id</tt> dalam elemen &lt;page&gt; bisa berupa path halaman relatif yang mengarah ke halaman di dalam subdirektori pada direktori yang berisi konfigurasi halaman. Sebagai contoh, <tt>id="admin.Home"</tt> merujuk ke halaman <tt>Home</tt> di bawah direktori <tt>admin</tt>. Atribut <tt>id</tt> juga bisa berisi wildcard '*' untuk menemukan seluruh halaman di bawah direktori yang ditetapkan. Sebagai contoh, <tt>id="admin.*"</tt> merujuk ke seluruh halaman di bawah direktori <tt>admin</tt> dan subdirektorinya. Peningkatan ini membolehkan para pengembang untuk memusatkan konfigurasi halamannya (misalnya menyimpan semua inisialisasi semua halaman dalam konfigurasi aplikasi atau konfigurasi akar halaman.)
</p>
-<div class="last-modified">$Id: PageConfig.page 2214 2007-09-11 13:01:29Z xue $</div></com:TContent> \ No newline at end of file
+</com:TContent>
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.
</p>
-<div class="last-modified">$Id: Templates1.page 1902 2007-05-07 04:17:37Z wei $</div></com:TContent> \ No newline at end of file
+</com:TContent>
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 <tt>string</tt> akan diterjemahkan ke bahasa berbeda tergantung pada preferensi bahasa pengguna-akhir. Tag lokalisasi sebenarnya adalah jalan pintas ke fungsi panggil <tt>Prado::localize(string)</tt>.
</p>
-<div class="last-modified">$Id: Templates2.page 1650 2007-01-24 06:55:32Z wei $</div></com:TContent> \ No newline at end of file
+</com:TContent>
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 <tt>string</tt> akan diterjemahkan ke bahasa berbeda tergantung pada preferensi bahasa pengguna-akhir. Tag lokalisasi sebenarnya adalah jalan pintas ke fungsi panggil <tt>Prado::localize(string)</tt>.
</p>
-<div class="last-modified">$Id: Templates3.page 2036 2007-06-26 17:12:54Z xue $</div></com:TContent> \ No newline at end of file
+</com:TContent>
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 <tt>ServiceID</tt> dan <tt>ServiceParameter</tt>
Standarnya <tt>TUrlMapping</tt> akan membentuk URL yang diawali dengan yang saat ini meminta path naskah PHP, seperti <tt><b>/path/to/index.php</b>/article/3</tt>. Para pengguna dapat mengubah perilaku ini dengan menetapkan prefiks URL secara spesifik melalui properti <tt>UrlPrefix</tt>-nya. Sebagai contoh, jika konfigurasi server Web memperlakukan <tt>index.php</tt> sebagai naskah standar, kita bisa menyetel <tt>UrlPrefix</tt> sebagai <tt>/path/to</tt> dan URL yang dibentuk akan terlihat seperti <tt>/path/to/article/3</tt>.
</p>
-<div class="last-modified">$Id: UrlMapping.page 2118 2007-08-11 14:30:07Z xue $</div></com:TContent> \ No newline at end of file
+</com:TContent>