summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/Advanced/es
diff options
context:
space:
mode:
Diffstat (limited to 'demos/quickstart/protected/pages/Advanced/es')
-rw-r--r--demos/quickstart/protected/pages/Advanced/es/Assets.page2
-rw-r--r--demos/quickstart/protected/pages/Advanced/es/Auth.page2
-rw-r--r--demos/quickstart/protected/pages/Advanced/es/Collections.page2
-rw-r--r--demos/quickstart/protected/pages/Advanced/es/Error.page2
-rw-r--r--demos/quickstart/protected/pages/Advanced/es/I18N.page2
-rw-r--r--demos/quickstart/protected/pages/Advanced/es/Logging.page2
-rw-r--r--demos/quickstart/protected/pages/Advanced/es/MasterContent.page2
-rw-r--r--demos/quickstart/protected/pages/Advanced/es/Performance.page2
-rw-r--r--demos/quickstart/protected/pages/Advanced/es/Scripts.page2
-rw-r--r--demos/quickstart/protected/pages/Advanced/es/Scripts1.page2
-rw-r--r--demos/quickstart/protected/pages/Advanced/es/Scripts2.page2
-rw-r--r--demos/quickstart/protected/pages/Advanced/es/Scripts3.page2
-rw-r--r--demos/quickstart/protected/pages/Advanced/es/Security.page2
-rw-r--r--demos/quickstart/protected/pages/Advanced/es/State.page2
-rw-r--r--demos/quickstart/protected/pages/Advanced/es/Themes.page2
15 files changed, 15 insertions, 15 deletions
diff --git a/demos/quickstart/protected/pages/Advanced/es/Assets.page b/demos/quickstart/protected/pages/Advanced/es/Assets.page
index 8a894f23..fc40b561 100644
--- a/demos/quickstart/protected/pages/Advanced/es/Assets.page
+++ b/demos/quickstart/protected/pages/Advanced/es/Assets.page
@@ -66,4 +66,4 @@ In the above, the call <tt>$this->getAsset('up.gif')</tt> will publish the <tt>u
<p id="740586" class="block-content">
To redistribute <tt>ToggleButton</tt>, simply pack together the class file and the image files. Users of <tt>ToggleButton</tt> merely need to unpack the file, and they can use it right away, without worrying about where to copy the image files to.
</p>
-<div class="last-modified">$Id: Assets.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/Advanced/es/Auth.page b/demos/quickstart/protected/pages/Advanced/es/Auth.page
index 3b2ede05..82af40bb 100644
--- a/demos/quickstart/protected/pages/Advanced/es/Auth.page
+++ b/demos/quickstart/protected/pages/Advanced/es/Auth.page
@@ -168,4 +168,4 @@ public function saveUserToCookie($cookie)
}
</com:TTextHighlighter>
-<div class="last-modified">$Id: Auth.page 2245 2007-09-26 13:22:02Z xue $</div></com:TContent> \ No newline at end of file
+</com:TContent>
diff --git a/demos/quickstart/protected/pages/Advanced/es/Collections.page b/demos/quickstart/protected/pages/Advanced/es/Collections.page
index 11022c70..55f0d554 100644
--- a/demos/quickstart/protected/pages/Advanced/es/Collections.page
+++ b/demos/quickstart/protected/pages/Advanced/es/Collections.page
@@ -132,4 +132,4 @@ Because of the above new features, when dealing with the <tt>Attributes</tt> pro
<p id="710548" class="block-content">
which adds an attribute named <tt>onclick</tt> to the <tt>TButton</tt> control.
</p>
-<div class="last-modified">$Id: Collections.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/Advanced/es/Error.page b/demos/quickstart/protected/pages/Advanced/es/Error.page
index 4713c876..24c7ead0 100644
--- a/demos/quickstart/protected/pages/Advanced/es/Error.page
+++ b/demos/quickstart/protected/pages/Advanced/es/Error.page
@@ -74,4 +74,4 @@ Again, if the preferred language is not found, PRADO will try to use <tt>excepti
<b class="tip">CAUTION:</b> When saving a template file, please make sure the file is saved using UTF-8 encoding. On Windows, you may use <tt>Notepad.exe</tt> to accomplish such saving.
</div>
-<div class="last-modified">$Id: Error.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/Advanced/es/I18N.page b/demos/quickstart/protected/pages/Advanced/es/I18N.page
index 89eedee9..1a559036 100644
--- a/demos/quickstart/protected/pages/Advanced/es/I18N.page
+++ b/demos/quickstart/protected/pages/Advanced/es/I18N.page
@@ -357,4 +357,4 @@ is "One Apple". If the <tt>Value</tt> was "2", then it will show "Two Apples".</
The string chosen for display depends on the <tt>Value</tt> property. The <tt>Value</tt> is evaluated for each set until the <tt>Value</tt> is found to belong to a particular set.</p>
-<div class="last-modified">$Id: I18N.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/Advanced/es/Logging.page b/demos/quickstart/protected/pages/Advanced/es/Logging.page
index bfe9d10e..de67b5f6 100644
--- a/demos/quickstart/protected/pages/Advanced/es/Logging.page
+++ b/demos/quickstart/protected/pages/Advanced/es/Logging.page
@@ -58,4 +58,4 @@ Message categories are hierarchical. A category whose name is the prefix of anot
By convention, the messages logged in the core code of PRADO are categorized according to the namespace of the corresponding classes. For example, messages logged in <tt>TPage</tt> will be of category <tt>System.Web.UI.TPage</tt>.
</p>
-<div class="last-modified">$Id: Logging.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/Advanced/es/MasterContent.page b/demos/quickstart/protected/pages/Advanced/es/MasterContent.page
index 2ca115c4..f99a64dc 100644
--- a/demos/quickstart/protected/pages/Advanced/es/MasterContent.page
+++ b/demos/quickstart/protected/pages/Advanced/es/MasterContent.page
@@ -54,4 +54,4 @@ Therefore, use master control if the common content has to be associated with so
Performancewise, external template is lighter than master as the latter is a self-contained control participating the page lifecycles, while the former is used only when the template is being parsed.
</p>
-<div class="last-modified">$Id: MasterContent.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/Advanced/es/Performance.page b/demos/quickstart/protected/pages/Advanced/es/Performance.page
index 6e66079b..7bdd4589 100644
--- a/demos/quickstart/protected/pages/Advanced/es/Performance.page
+++ b/demos/quickstart/protected/pages/Advanced/es/Performance.page
@@ -85,4 +85,4 @@ Note, in the above the <tt>SpecialPage</tt> will use <tt>MyPersister2</tt> as it
Server caching techniques are proven to be very effective in improving the performance of PRADO applications. For example, we have observed that by using Zend Optimizer, the RPS (request per second) of a PRADO application can be increased by more than ten times. Of course, this is at the cost of stale output, while PRADO's caching techniques always ensure the correctness of the output.
</p>
-<div class="last-modified">$Id: Performance.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/Advanced/es/Scripts.page b/demos/quickstart/protected/pages/Advanced/es/Scripts.page
index 7d05b624..cca6530e 100644
--- a/demos/quickstart/protected/pages/Advanced/es/Scripts.page
+++ b/demos/quickstart/protected/pages/Advanced/es/Scripts.page
@@ -394,4 +394,4 @@ clearButton.onclick = function()
<p id="820725" class="block-content">
That way we create a brand new function that calls our helper method within the helper object's context.
</p>
-<div class="last-modified">$Id: Scripts.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/Advanced/es/Scripts1.page b/demos/quickstart/protected/pages/Advanced/es/Scripts1.page
index 928ea5e5..96ab7760 100644
--- a/demos/quickstart/protected/pages/Advanced/es/Scripts1.page
+++ b/demos/quickstart/protected/pages/Advanced/es/Scripts1.page
@@ -93,4 +93,4 @@ function test3()
</script>
</com:TTextHighlighter>
-<div class="last-modified">$Id: Scripts1.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/Advanced/es/Scripts2.page b/demos/quickstart/protected/pages/Advanced/es/Scripts2.page
index 2994e2b3..5d88b065 100644
--- a/demos/quickstart/protected/pages/Advanced/es/Scripts2.page
+++ b/demos/quickstart/protected/pages/Advanced/es/Scripts2.page
@@ -250,4 +250,4 @@ $$(this.list + " li").each(function(item)
}.bind(this));
</com:TTextHighlighter>
-<div class="last-modified">$Id: Scripts2.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/Advanced/es/Scripts3.page b/demos/quickstart/protected/pages/Advanced/es/Scripts3.page
index c06a8a6b..416df4f8 100644
--- a/demos/quickstart/protected/pages/Advanced/es/Scripts3.page
+++ b/demos/quickstart/protected/pages/Advanced/es/Scripts3.page
@@ -88,4 +88,4 @@ class TestComp extends TControl
</com:TTextHighlighter>
-<div class="last-modified">$Id: Scripts3.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/Advanced/es/Security.page b/demos/quickstart/protected/pages/Advanced/es/Security.page
index 8024c122..c3d0b511 100644
--- a/demos/quickstart/protected/pages/Advanced/es/Security.page
+++ b/demos/quickstart/protected/pages/Advanced/es/Security.page
@@ -76,4 +76,4 @@ $cookie=new THttpCookie($name,$value);
$this->Response->Cookies[]=$cookie;
</com:TTextHighlighter>
-<div class="last-modified">$Id: Security.page 1741 2007-03-05 16:05:43Z xue $</div></com:TContent> \ No newline at end of file
+</com:TContent>
diff --git a/demos/quickstart/protected/pages/Advanced/es/State.page b/demos/quickstart/protected/pages/Advanced/es/State.page
index af52ec49..c43a9dff 100644
--- a/demos/quickstart/protected/pages/Advanced/es/State.page
+++ b/demos/quickstart/protected/pages/Advanced/es/State.page
@@ -51,4 +51,4 @@ $caption = $application->getGlobalState('Caption');
PRADO encapsulates the traditional session management in <tt>THttpSession</tt> module. The module can be accessed from within any component by using <tt>$this->Session</tt>, where <tt>$this</tt> refers to the component object.
</p>
-<div class="last-modified">$Id: State.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/Advanced/es/Themes.page b/demos/quickstart/protected/pages/Advanced/es/Themes.page
index b737b6f8..4e440ce5 100644
--- a/demos/quickstart/protected/pages/Advanced/es/Themes.page
+++ b/demos/quickstart/protected/pages/Advanced/es/Themes.page
@@ -57,4 +57,4 @@ Creating a theme involves creating the theme directory and writing skin files (a
<p id="760605" class="block-content">
As aforementioned, you can put several skins within a single skin file, or split them into several files. A commonly used strategy is that each skin file only contains skins for one type of controls. For example, <tt>Button.skin</tt> would contain skins only for the <tt>TButton</tt> control type.
</p>
-<div class="last-modified">$Id: Themes.page 1650 2007-01-24 06:55:32Z wei $</div></com:TContent> \ No newline at end of file
+</com:TContent>