summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/Fundamentals
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/Fundamentals
parentff051c0628c1b9cc5aa2a6556f25a95d446e077d (diff)
removed last-modified message from templates
Diffstat (limited to 'demos/quickstart/protected/pages/Fundamentals')
-rw-r--r--demos/quickstart/protected/pages/Fundamentals/Applications.page2
-rw-r--r--demos/quickstart/protected/pages/Fundamentals/Architecture.page2
-rw-r--r--demos/quickstart/protected/pages/Fundamentals/Components.page2
-rw-r--r--demos/quickstart/protected/pages/Fundamentals/Controls.page2
-rw-r--r--demos/quickstart/protected/pages/Fundamentals/Hangman.page2
-rw-r--r--demos/quickstart/protected/pages/Fundamentals/Modules.page2
-rw-r--r--demos/quickstart/protected/pages/Fundamentals/Pages.page2
-rw-r--r--demos/quickstart/protected/pages/Fundamentals/Samples/Hangman/Home.page2
-rw-r--r--demos/quickstart/protected/pages/Fundamentals/Services.page2
-rw-r--r--demos/quickstart/protected/pages/Fundamentals/id/Applications.page2
-rw-r--r--demos/quickstart/protected/pages/Fundamentals/id/Architecture.page2
-rw-r--r--demos/quickstart/protected/pages/Fundamentals/id/Components.page2
-rw-r--r--demos/quickstart/protected/pages/Fundamentals/id/Controls.page2
-rw-r--r--demos/quickstart/protected/pages/Fundamentals/id/Hangman.page2
-rw-r--r--demos/quickstart/protected/pages/Fundamentals/id/Modules.page2
-rw-r--r--demos/quickstart/protected/pages/Fundamentals/id/Pages.page2
-rw-r--r--demos/quickstart/protected/pages/Fundamentals/id/Services.page2
-rw-r--r--demos/quickstart/protected/pages/Fundamentals/ja/Applications.page2
-rw-r--r--demos/quickstart/protected/pages/Fundamentals/ja/Architecture.page2
-rw-r--r--demos/quickstart/protected/pages/Fundamentals/ja/Components.page2
-rw-r--r--demos/quickstart/protected/pages/Fundamentals/ja/Controls.page2
-rw-r--r--demos/quickstart/protected/pages/Fundamentals/ja/Hangman.page2
-rw-r--r--demos/quickstart/protected/pages/Fundamentals/ja/Modules.page2
-rw-r--r--demos/quickstart/protected/pages/Fundamentals/ja/Pages.page2
-rw-r--r--demos/quickstart/protected/pages/Fundamentals/ja/Services.page2
-rw-r--r--demos/quickstart/protected/pages/Fundamentals/pl/Applications.page2
-rw-r--r--demos/quickstart/protected/pages/Fundamentals/pl/Architecture.page2
-rw-r--r--demos/quickstart/protected/pages/Fundamentals/pl/Components.page2
-rw-r--r--demos/quickstart/protected/pages/Fundamentals/pl/Controls.page2
-rw-r--r--demos/quickstart/protected/pages/Fundamentals/pl/Hangman.page2
-rw-r--r--demos/quickstart/protected/pages/Fundamentals/pl/Modules.page2
-rw-r--r--demos/quickstart/protected/pages/Fundamentals/pl/Pages.page2
-rw-r--r--demos/quickstart/protected/pages/Fundamentals/pl/Services.page2
33 files changed, 33 insertions, 33 deletions
diff --git a/demos/quickstart/protected/pages/Fundamentals/Applications.page b/demos/quickstart/protected/pages/Fundamentals/Applications.page
index 48c8fc79..8e0b9e9a 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,
</p>
<img src="<%~applifecycles.gif%>" />
-<div class="last-modified">$Id$</div></com:TContent> \ No newline at end of file
+</com:TContent>
diff --git a/demos/quickstart/protected/pages/Fundamentals/Architecture.page b/demos/quickstart/protected/pages/Fundamentals/Architecture.page
index 7a736801..10f16c3f 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,
</p>
<img src="<%~objectdiagram.gif%>" />
-<div class="last-modified">$Id$</div></com:TContent> \ No newline at end of file
+</com:TContent>
diff --git a/demos/quickstart/protected/pages/Fundamentals/Components.page b/demos/quickstart/protected/pages/Fundamentals/Components.page
index 0dc6f259..5662b53b 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 <a href="?page=C
</com:TTextHighlighter>
</p>
-<div class="last-modified">$Id$</div></com:TContent> \ No newline at end of file
+</com:TContent>
diff --git a/demos/quickstart/protected/pages/Fundamentals/Controls.page b/demos/quickstart/protected/pages/Fundamentals/Controls.page
index 7e4f37fa..75f6bedf 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 <tt>$this</tt> refers to the control instance, <tt>Name</tt> refers to a key identifying the persistent value, <tt>$defaultValue</tt> is optional. When retrieving values from viewstate or controlstate, if the corresponding key does not exist, the default value will be returned.
</p>
-<div class="last-modified">$Id$</div></com:TContent> \ No newline at end of file
+</com:TContent>
diff --git a/demos/quickstart/protected/pages/Fundamentals/Hangman.page b/demos/quickstart/protected/pages/Fundamentals/Hangman.page
index 4f6b815f..d1776b7c 100644
--- a/demos/quickstart/protected/pages/Fundamentals/Hangman.page
+++ b/demos/quickstart/protected/pages/Fundamentals/Hangman.page
@@ -11,4 +11,4 @@ To be continued...
</p>
<com:RunBar PagePath="Fundamentals.Samples.Hangman.Home" />
-<div class="last-modified">$Id$</div></com:TContent> \ No newline at end of file
+</com:TContent>
diff --git a/demos/quickstart/protected/pages/Fundamentals/Modules.page b/demos/quickstart/protected/pages/Fundamentals/Modules.page
index 04af6721..37406976 100644
--- a/demos/quickstart/protected/pages/Fundamentals/Modules.page
+++ b/demos/quickstart/protected/pages/Fundamentals/Modules.page
@@ -47,4 +47,4 @@ When <tt>TPageService</tt> is requested, it also loads modules specific for page
Custom modules and core modules are all configurable via <a href="?page=Configurations.Overview">configurations</a>.
</p>
-<div class="last-modified">$Id$</div></com:TContent> \ No newline at end of file
+</com:TContent>
diff --git a/demos/quickstart/protected/pages/Fundamentals/Pages.page b/demos/quickstart/protected/pages/Fundamentals/Pages.page
index f389f9ca..19900937 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
<img src="<%~lifecycles.gif %>" />
</p>
-<div class="last-modified">$Id$</div></com:TContent> \ No newline at end of file
+</com:TContent>
diff --git a/demos/quickstart/protected/pages/Fundamentals/Samples/Hangman/Home.page b/demos/quickstart/protected/pages/Fundamentals/Samples/Hangman/Home.page
index 00c5e3d3..68adb80b 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 %>.</p>
</com:TMultiView>
-<div class="last-modified">$Id$</div></com:TContent> \ No newline at end of file
+</com:TContent>
diff --git a/demos/quickstart/protected/pages/Fundamentals/Services.page b/demos/quickstart/protected/pages/Fundamentals/Services.page
index 9656163b..5e5889df 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 <tt>Home</tt> is the default page.
</p>
-<div class="last-modified">$Id$</div></com:TContent> \ No newline at end of file
+</com:TContent>
diff --git a/demos/quickstart/protected/pages/Fundamentals/id/Applications.page b/demos/quickstart/protected/pages/Fundamentals/id/Applications.page
index 45ab2359..43b956c3 100644
--- a/demos/quickstart/protected/pages/Fundamentals/id/Applications.page
+++ b/demos/quickstart/protected/pages/Fundamentals/id/Applications.page
@@ -52,4 +52,4 @@ Masa hidup aplikasi dapat digambarkan sebagai berikut,
</p>
<img src="<%~applifecycles.gif%>" />
-<div class="last-modified">$Id: Applications.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/Fundamentals/id/Architecture.page b/demos/quickstart/protected/pages/Fundamentals/id/Architecture.page
index 9c986cf9..354e2403 100644
--- a/demos/quickstart/protected/pages/Fundamentals/id/Architecture.page
+++ b/demos/quickstart/protected/pages/Fundamentals/id/Architecture.page
@@ -10,4 +10,4 @@ PRADO adalah kerangka kerja presentasi utama, meskipun tidak dibatasi demikian.
Ketika aplikasi PRADO memproses permintaan halaman, diagram obyek statisnya dapat dilihat sebagai berikut,
</p>
<img src="<%~objectdiagram.gif%>" />
-<div class="last-modified">$Id: Architecture.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/Fundamentals/id/Components.page b/demos/quickstart/protected/pages/Fundamentals/id/Components.page
index 2e28c5c4..4eb14964 100644
--- a/demos/quickstart/protected/pages/Fundamentals/id/Components.page
+++ b/demos/quickstart/protected/pages/Fundamentals/id/Components.page
@@ -125,4 +125,4 @@ Penurunan komponen statis adalah mengenai pembuatan komponen melalui <a href="?p
</com:TTextHighlighter>
</p>
-<div class="last-modified">$Id: Components.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/Fundamentals/id/Controls.page b/demos/quickstart/protected/pages/Fundamentals/id/Controls.page
index 75a76551..47222b3d 100644
--- a/demos/quickstart/protected/pages/Fundamentals/id/Controls.page
+++ b/demos/quickstart/protected/pages/Fundamentals/id/Controls.page
@@ -48,4 +48,4 @@ $this->setControlState('Name',$value,$defaultValue);
di mana <tt>$this</tt> merujuk ke turunan kontrol, <tt>Name</tt> merujuk ke kunci yang mengidentifikasi nilai pasti, <tt>$defaultValue</tt> adalah opsional. Ketika mengambil nilai dari viewstate atau controlstate, jika kunci terkait tidak ada, nilai standar akan diberikan.
</p>
-<div class="last-modified">$Id: Controls.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/Fundamentals/id/Hangman.page b/demos/quickstart/protected/pages/Fundamentals/id/Hangman.page
index 7a66e328..44a8887e 100644
--- a/demos/quickstart/protected/pages/Fundamentals/id/Hangman.page
+++ b/demos/quickstart/protected/pages/Fundamentals/id/Hangman.page
@@ -11,4 +11,4 @@ Untuk dilanjutkan...
</p>
<com:RunBar PagePath="Fundamentals.Samples.Hangman.Home" />
-<div class="last-modified">$Id: Hangman.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/Fundamentals/id/Modules.page b/demos/quickstart/protected/pages/Fundamentals/id/Modules.page
index dd9f7ba5..f484fece 100644
--- a/demos/quickstart/protected/pages/Fundamentals/id/Modules.page
+++ b/demos/quickstart/protected/pages/Fundamentals/id/Modules.page
@@ -47,4 +47,4 @@ Ketika <tt>TPageService</tt> diminta, ia juga mengambil modul tertentu untuk lay
Modul kustom dan modul inti semuanya dapat dikonfigurasi melalui <a href="?page=Configurations.Overview">konfigurasi</a>.
</p>
-<div class="last-modified">$Id: Modules.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/Fundamentals/id/Pages.page b/demos/quickstart/protected/pages/Fundamentals/id/Pages.page
index 9ffb7c1c..496f9530 100644
--- a/demos/quickstart/protected/pages/Fundamentals/id/Pages.page
+++ b/demos/quickstart/protected/pages/Fundamentals/id/Pages.page
@@ -20,4 +20,4 @@ Mengerti masa hidup halaman adalah penting untuk menguasai pemrograman PRADO. Ma
<img src="<%~lifecycles.gif %>" />
</p>
-<div class="last-modified">$Id: Pages.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/Fundamentals/id/Services.page b/demos/quickstart/protected/pages/Fundamentals/id/Services.page
index 58570442..8834f214 100644
--- a/demos/quickstart/protected/pages/Fundamentals/id/Services.page
+++ b/demos/quickstart/protected/pages/Fundamentals/id/Services.page
@@ -31,4 +31,4 @@ http://hostname/index.php?page=Users.Register
di mana contoh pertama mengambiil keuntungan bahwa layanan halaman adalah layanan standar dan <tt>Home</tt> adalah halaman default.
</p>
-<div class="last-modified">$Id: Services.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/Fundamentals/ja/Applications.page b/demos/quickstart/protected/pages/Fundamentals/ja/Applications.page
index ec6ae4c0..8e0b9e9a 100644
--- a/demos/quickstart/protected/pages/Fundamentals/ja/Applications.page
+++ b/demos/quickstart/protected/pages/Fundamentals/ja/Applications.page
@@ -52,4 +52,4 @@ The application lifecycles can be depicted as follows,
</p>
<img src="<%~applifecycles.gif%>" />
-<div class="last-modified">$Id: Applications.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/Fundamentals/ja/Architecture.page b/demos/quickstart/protected/pages/Fundamentals/ja/Architecture.page
index c8e7bb88..7d828803 100644
--- a/demos/quickstart/protected/pages/Fundamentals/ja/Architecture.page
+++ b/demos/quickstart/protected/pages/Fundamentals/ja/Architecture.page
@@ -12,4 +12,4 @@ PRADO は主にプレゼンテーションを操作するためのフレーム
PRADO アプリケーションがページ要求処理を行う際、以下のオブジェクトダイアグラムで動作します。
</p>
<img src="<%~objectdiagram.gif%>" />
-<div class="last-modified">$Id: Architecture.page * 2007-06-04 01:39:00Z Shinya.K $</div></com:TContent> \ No newline at end of file
+</com:TContent>
diff --git a/demos/quickstart/protected/pages/Fundamentals/ja/Components.page b/demos/quickstart/protected/pages/Fundamentals/ja/Components.page
index 98bb5761..5662b53b 100644
--- a/demos/quickstart/protected/pages/Fundamentals/ja/Components.page
+++ b/demos/quickstart/protected/pages/Fundamentals/ja/Components.page
@@ -125,4 +125,4 @@ Static component instantiation is about creating components via <a href="?page=C
</com:TTextHighlighter>
</p>
-<div class="last-modified">$Id: Components.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/Fundamentals/ja/Controls.page b/demos/quickstart/protected/pages/Fundamentals/ja/Controls.page
index a2787129..75f6bedf 100644
--- a/demos/quickstart/protected/pages/Fundamentals/ja/Controls.page
+++ b/demos/quickstart/protected/pages/Fundamentals/ja/Controls.page
@@ -48,4 +48,4 @@ $this->setControlState('Name',$value,$defaultValue);
where <tt>$this</tt> refers to the control instance, <tt>Name</tt> refers to a key identifying the persistent value, <tt>$defaultValue</tt> is optional. When retrieving values from viewstate or controlstate, if the corresponding key does not exist, the default value will be returned.
</p>
-<div class="last-modified">$Id: Controls.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/Fundamentals/ja/Hangman.page b/demos/quickstart/protected/pages/Fundamentals/ja/Hangman.page
index 8448e3dd..d1776b7c 100644
--- a/demos/quickstart/protected/pages/Fundamentals/ja/Hangman.page
+++ b/demos/quickstart/protected/pages/Fundamentals/ja/Hangman.page
@@ -11,4 +11,4 @@ To be continued...
</p>
<com:RunBar PagePath="Fundamentals.Samples.Hangman.Home" />
-<div class="last-modified">$Id: Hangman.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/Fundamentals/ja/Modules.page b/demos/quickstart/protected/pages/Fundamentals/ja/Modules.page
index 14f3f9e5..37406976 100644
--- a/demos/quickstart/protected/pages/Fundamentals/ja/Modules.page
+++ b/demos/quickstart/protected/pages/Fundamentals/ja/Modules.page
@@ -47,4 +47,4 @@ When <tt>TPageService</tt> is requested, it also loads modules specific for page
Custom modules and core modules are all configurable via <a href="?page=Configurations.Overview">configurations</a>.
</p>
-<div class="last-modified">$Id: Modules.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/Fundamentals/ja/Pages.page b/demos/quickstart/protected/pages/Fundamentals/ja/Pages.page
index 32c5d154..19900937 100644
--- a/demos/quickstart/protected/pages/Fundamentals/ja/Pages.page
+++ b/demos/quickstart/protected/pages/Fundamentals/ja/Pages.page
@@ -20,4 +20,4 @@ Understanding the page lifecycles is crucial to grasp PRADO programming. Page li
<img src="<%~lifecycles.gif %>" />
</p>
-<div class="last-modified">$Id: Pages.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/Fundamentals/ja/Services.page b/demos/quickstart/protected/pages/Fundamentals/ja/Services.page
index c35f3e26..5e5889df 100644
--- a/demos/quickstart/protected/pages/Fundamentals/ja/Services.page
+++ b/demos/quickstart/protected/pages/Fundamentals/ja/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 <tt>Home</tt> is the default page.
</p>
-<div class="last-modified">$Id: Services.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/Fundamentals/pl/Applications.page b/demos/quickstart/protected/pages/Fundamentals/pl/Applications.page
index 31f8bf1b..23866005 100644
--- a/demos/quickstart/protected/pages/Fundamentals/pl/Applications.page
+++ b/demos/quickstart/protected/pages/Fundamentals/pl/Applications.page
@@ -55,4 +55,4 @@ Cykle życia aplikacji mogą zostać przedstawione następująco:
</p>
<img src="<%~applifecycles.gif%>" />
-<div class="last-modified">$Id$</div></com:TContent> \ No newline at end of file
+</com:TContent>
diff --git a/demos/quickstart/protected/pages/Fundamentals/pl/Architecture.page b/demos/quickstart/protected/pages/Fundamentals/pl/Architecture.page
index fb6f7310..db429253 100644
--- a/demos/quickstart/protected/pages/Fundamentals/pl/Architecture.page
+++ b/demos/quickstart/protected/pages/Fundamentals/pl/Architecture.page
@@ -12,4 +12,4 @@ tak by deweloper był bardziej produktywny. Następujące drzewko klas pokazuje
Kiedy PRADO przetwarza żądanie strony, jego diagram obiektów statycznych wygląda następująco.
</p>
<img src="<%~objectdiagram.gif%>" />
-<div class="last-modified">$Id: Architecture.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/Fundamentals/pl/Components.page b/demos/quickstart/protected/pages/Fundamentals/pl/Components.page
index 9e6a2f63..5890f17f 100644
--- a/demos/quickstart/protected/pages/Fundamentals/pl/Components.page
+++ b/demos/quickstart/protected/pages/Fundamentals/pl/Components.page
@@ -125,4 +125,4 @@ Statyczne tworzenie instancji komponentów odnosi się do tworznenia komponentó
</com:TTextHighlighter>
</p>
-<div class="last-modified">$Id$</div></com:TContent> \ No newline at end of file
+</com:TContent>
diff --git a/demos/quickstart/protected/pages/Fundamentals/pl/Controls.page b/demos/quickstart/protected/pages/Fundamentals/pl/Controls.page
index 94974de4..68fdb993 100644
--- a/demos/quickstart/protected/pages/Fundamentals/pl/Controls.page
+++ b/demos/quickstart/protected/pages/Fundamentals/pl/Controls.page
@@ -48,4 +48,4 @@ $this->setControlState('Nazwa',$wartosc,$wartoscDomyslna);
gdzie <tt>$this</tt> odnosi się do instancji kontrolki, <tt>Nazwa</tt> odnosi się to klucza identyfikującego zachowaną wartość, <tt>$wartoscDomyslna</tt> jest opcjonalna. Kiedy przywracamy wartości z stanu widoku lub stanu kontrolki, jeśli podany klucz nie istnieje, wartość domyślna jest zwracana.
</p>
-<div class="last-modified">$Id$</div></com:TContent> \ No newline at end of file
+</com:TContent>
diff --git a/demos/quickstart/protected/pages/Fundamentals/pl/Hangman.page b/demos/quickstart/protected/pages/Fundamentals/pl/Hangman.page
index 95b850f8..e3ad1338 100644
--- a/demos/quickstart/protected/pages/Fundamentals/pl/Hangman.page
+++ b/demos/quickstart/protected/pages/Fundamentals/pl/Hangman.page
@@ -13,4 +13,4 @@ Ciąg dalszy nastąpi...
</p>
<com:RunBar PagePath="Fundamentals.Samples.Hangman.Home" />
-<div class="last-modified">$Id: Hangman.page 2342 2007-12-17 01:32:32Z aztech $</div></com:TContent> \ No newline at end of file
+</com:TContent>
diff --git a/demos/quickstart/protected/pages/Fundamentals/pl/Modules.page b/demos/quickstart/protected/pages/Fundamentals/pl/Modules.page
index f92b0eb3..1bc8ca94 100644
--- a/demos/quickstart/protected/pages/Fundamentals/pl/Modules.page
+++ b/demos/quickstart/protected/pages/Fundamentals/pl/Modules.page
@@ -47,4 +47,4 @@ Kiedy wystąpi żądanie <tt>TPageService</tt> ładowane są także określone m
Dodatkowe moduły oraz moduły źródłowe są konfigurowalne poprzez <a href="?page=Configurations.Overview">konfigurację</a>.
</p>
-<div class="last-modified">$Id: Modules.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/Fundamentals/pl/Pages.page b/demos/quickstart/protected/pages/Fundamentals/pl/Pages.page
index e50df71f..a6318674 100644
--- a/demos/quickstart/protected/pages/Fundamentals/pl/Pages.page
+++ b/demos/quickstart/protected/pages/Fundamentals/pl/Pages.page
@@ -22,4 +22,4 @@ Cykl życia strony odwołuje się do stanów przejściowych strony, gdy jest ona
<img src="<%~lifecycles.gif %>" />
</p>
-<div class="last-modified">$Id: Pages.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/Fundamentals/pl/Services.page b/demos/quickstart/protected/pages/Fundamentals/pl/Services.page
index 9c23e459..6d8b8866 100644
--- a/demos/quickstart/protected/pages/Fundamentals/pl/Services.page
+++ b/demos/quickstart/protected/pages/Fundamentals/pl/Services.page
@@ -31,4 +31,4 @@ http://hostname/index.php?page=Users.Register
gdzie pierwszy przukład wynika z faktu, że serwis strony jest domyślnym serwisem a strona <tt>Home</tt> jest stroną domyślną.
</p>
-<div class="last-modified">$Id: Services.page 1650 2007-01-24 06:55:32Z wei $</div></com:TContent> \ No newline at end of file
+</com:TContent>