From b01ee414775cc78aa47edb74263be9502168e472 Mon Sep 17 00:00:00 2001 From: wei <> Date: Thu, 1 Jun 2006 00:10:37 +0000 Subject: Add comments option to quickstart. --- .../quickstart/protected/comments/CommentList.tpl | 84 ++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 demos/quickstart/protected/comments/CommentList.tpl (limited to 'demos/quickstart/protected/comments/CommentList.tpl') diff --git a/demos/quickstart/protected/comments/CommentList.tpl b/demos/quickstart/protected/comments/CommentList.tpl new file mode 100644 index 00000000..7ea7b870 --- /dev/null +++ b/demos/quickstart/protected/comments/CommentList.tpl @@ -0,0 +1,84 @@ +
+ + + +

Comments

+
+ +
+ <%# $this->ItemIndex+1 %> + + + DataItem['date_added']) %> /> + +
+ + <%# $this->DataItem['comment'] %> + +
+
+
+
+ + + +
+

Add your comment

+

Add comments and notes that can solve or clarify a particular problem or task. + Please use the forum to ask questions. You may be HTML in your comment.

+
+ + + + +
+
+ + +
+ +
+
+ content->Text) %> > +
+

Preview comment

+
+ + <%= $this->content->Text %> + +
+
+
+
+ + +
+
+
+ +
+
Thank you, your comment is quequed for moderation.
+
+

Preview comment

+
+ + <%= $this->content->Text %> + +
+
+
+
+
+
\ No newline at end of file -- cgit v1.2.3