summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/Fundamentals/ja
diff options
context:
space:
mode:
Diffstat (limited to 'demos/quickstart/protected/pages/Fundamentals/ja')
-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
8 files changed, 8 insertions, 8 deletions
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>