From 45b0fe42a979d444d547a5248eb2e9e915aaf16a Mon Sep 17 00:00:00 2001 From: wei <> Date: Sun, 14 Jan 2007 02:10:24 +0000 Subject: Add "block-content" to allow user comments on block level elements in quickstart docs. --- .../protected/controls/Comments/CommentBlock.tpl | 63 ++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 demos/quickstart/protected/controls/Comments/CommentBlock.tpl (limited to 'demos/quickstart/protected/controls/Comments/CommentBlock.tpl') diff --git a/demos/quickstart/protected/controls/Comments/CommentBlock.tpl b/demos/quickstart/protected/controls/Comments/CommentBlock.tpl new file mode 100644 index 00000000..831938f2 --- /dev/null +++ b/demos/quickstart/protected/controls/Comments/CommentBlock.tpl @@ -0,0 +1,63 @@ + /> + +

User Comments

+
+ + + Top +
+ + + <%# $this->parent->parent->format_message($this->DataItem) %> + + +
+
+ +
+
+ + (must have 5 or more posts in forum) + +
+ / + + +
+
+
+ + +
+ + +
+ +
+ +
+
+
+ + + > + var hidden_block_id = '<%= $this->block_id->ClientID %>'; + var content_textare_id = '<%= $this->content->ClientID %>'; + -- cgit v1.2.3