summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/pl
diff options
context:
space:
mode:
Diffstat (limited to 'demos/quickstart/protected/pages/pl')
-rwxr-xr-xdemos/quickstart/protected/pages/pl/Construction.page5
-rwxr-xr-xdemos/quickstart/protected/pages/pl/Search.page29
-rwxr-xr-xdemos/quickstart/protected/pages/pl/ViewSource.page31
3 files changed, 0 insertions, 65 deletions
diff --git a/demos/quickstart/protected/pages/pl/Construction.page b/demos/quickstart/protected/pages/pl/Construction.page
deleted file mode 100755
index dff18284..00000000
--- a/demos/quickstart/protected/pages/pl/Construction.page
+++ /dev/null
@@ -1,5 +0,0 @@
-<com:TContent ID="body">
-
-Przepraszamy, ta strona jest w trakcie tworzenia. Proszę sprawdź później.
-
-</com:TContent>
diff --git a/demos/quickstart/protected/pages/pl/Search.page b/demos/quickstart/protected/pages/pl/Search.page
deleted file mode 100755
index 859f2619..00000000
--- a/demos/quickstart/protected/pages/pl/Search.page
+++ /dev/null
@@ -1,29 +0,0 @@
-<com:TContent ID="body">
-<div class="quicksearch">
- <div class="search">
- <com:SearchBox ID="search" />
- </div>
-
- <com:TRepeater id="quickstart_results">
- <prop:HeaderTemplate>
- <div class="searchHeader">
- <%# $this->Parent->DataSource->Count %> znalezionych w Quickstart Tutorial.
- </div>
- </prop:HeaderTemplate>
- <prop:ItemTemplate>
- <div class="searchItem">
- <div class="searchItemLink">
- <%# $this->ItemIndex + 1 %>.
- <a href="<%# $this->DataItem->link %>">
- <%# $this->DataItem->title %>
- </a>
- </div>
- <p class="searchItemBody"><%# $this->Page->HighlightSearch($this->DataItem->text) %></p>
- </div>
- </prop:ItemTemplate>
- </com:TRepeater>
- <com:TPanel id="emptyResult" CssClass="empty_search_result" Visible="false">
- Nie znaleziono żadnych rezultatów dla frazy "<%= htmlentities($this->Page->search->Text) %>".
- </com:TPanel>
-</div>
-</com:TContent>
diff --git a/demos/quickstart/protected/pages/pl/ViewSource.page b/demos/quickstart/protected/pages/pl/ViewSource.page
deleted file mode 100755
index 8d5e0574..00000000
--- a/demos/quickstart/protected/pages/pl/ViewSource.page
+++ /dev/null
@@ -1,31 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
-
-<com:THead Title="Podgląd źródeł w PRADO QuickStart">
-<meta http-equiv="content-language" content="en"/>
-</com:THead>
-
-<body>
-<com:TForm>
-<div id="sourceList">
-<table border="0">
-<com:TRepeater ID="SourceList">
-<prop:ItemTemplate>
-<tr>
- <td align="right"><%# $this->DataItem['type']%>:</td>
- <td><a href="<%# $this->DataItem['active']?'':$this->DataItem['url']%>"><%# $this->DataItem['name']%></a></td>
-</tr>
-</prop:ItemTemplate>
-</com:TRepeater>
-</table>
-<com:TCheckBox ID="showNumbers" Text="Pokaż numery linii" Checked="true" AutoPostBack="true" />
-</div>
-<div id="sourceView">
-<h3 style="text-align:center"><%= $this->FilePath %></h3>
-<com:TTextHighlighter ID="Highlighter" ShowLineNumbers=<%= $this->showNumbers->Checked %> CssClass="source">
-<com:TLiteral ID="SourceView" />
-</com:TTextHighlighter>
-</div>
-</com:TForm>
-</body>
-</html> \ No newline at end of file