diff options
author | rojaro <> | 2011-06-03 21:57:48 +0000 |
---|---|---|
committer | rojaro <> | 2011-06-03 21:57:48 +0000 |
commit | f70d017d69274a49bfccd8003ddfc27e6132edd1 (patch) | |
tree | 8d65551efb36413b378ff8d1f826cd8388331dd5 /demos/quickstart/protected/pages/Fundamentals/pl | |
parent | ff051c0628c1b9cc5aa2a6556f25a95d446e077d (diff) |
removed last-modified message from templates
Diffstat (limited to 'demos/quickstart/protected/pages/Fundamentals/pl')
8 files changed, 8 insertions, 8 deletions
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>
|