From 30eddf57c8de433e8ea02b9e552c8e1744a505a7 Mon Sep 17 00:00:00 2001 From: wei <> Date: Sun, 7 May 2006 03:34:25 +0000 Subject: Add search to quickstart demo. --- demos/quickstart/protected/pages/Search.page | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 demos/quickstart/protected/pages/Search.page (limited to 'demos/quickstart/protected/pages/Search.page') diff --git a/demos/quickstart/protected/pages/Search.page b/demos/quickstart/protected/pages/Search.page new file mode 100644 index 00000000..d2aee66e --- /dev/null +++ b/demos/quickstart/protected/pages/Search.page @@ -0,0 +1,28 @@ + +
+ + + +
+ Found <%# $this->Parent->Data->Count %> results. +
+
+ +
+ +

<%# $this->Page->HighlightSearch($this->DataItem->text) %>

+
+
+ + Unable to find "<%= htmlentities($this->Page->search->Text) %>". + +
+
+
\ No newline at end of file -- cgit v1.2.3