0
@@ -35,10 +35,12 @@ The snippets "comments", "comment" and "comment_form" are created by the migrati
0
- <r:snippet name="comment" />
0
+ <div class="comments">
0
+ <r:snippet name="comment" />
0
<r:snippet name="comment_form" />
0
@@ -46,42 +48,40 @@ The snippets "comments", "comment" and "comment_form" are created by the migrati
0
- <span class="number"><r:index />.</span>
0
- <span class="by_line">
0
- <r:author_link /> wrote:
0
+ <p class="author"><r:comments:field:author /> said on <r:comments:date />:</p>
0
+ <div class="content_html"><r:comments:field:content_html /></div>
0
=== Snippet: comment_form
0
-<r:if_comments_enabled>
0
- <h2>Post a Comment</h2>
0
- <r:author_field class="textbox" />
0
- <label>E-mail <small>(not shown)</small></label>
0
- <r:author_email_field class="textbox" />
0
- <label>Website</label>
0
- <r:author_url_field class="textbox" />
0
- <label>Text Filter</label>
0
- <r:text_filter_field />
0
- <label>Message</label>
0
- <r:content_field rows="9" cols="40" />
0
- <input type="submit" value="Post Comment" />
0
-</r:if_comments_enabled>
0
+ <r:if_enable_comments>
0
+ <h3>Post a comment</h3>
0
+ <r:error><p style="color:red">Please correct the errors below.</p></r:error>
0
+ <p><label for="comment[author]">Your Name</label><br />
0
+ <r:error on="author"><p style="color:red">Name <r:message /></p></r:error>
0
+ <r:text_field_tag name="author" id="author" class="required" /></p>
0
+ <p><label for="comment[author_email]">Your Email Address</label> (required, but not displayed)<br />
0
+ <r:error on="author_email"><p style="color:red">Email <r:message /></p></r:error>
0
+ <r:text_field_tag name="author_email" class="required" /></p>
0
+ <p><label for="comment[author_url]">Your Web Address</label> (optional)<br />
0
+ <r:error on="author_url"><p style="color:red">Web Address <r:message /></p></r:error>
0
+ <r:text_field_tag name="author_url" /></p>
0
+ <p><label for="comment[content]">Your Comment</label><br />
0
+ <r:error on="content"><p style="color:red">Comment <r:message /></p></r:error>
0
+ <label for="comment[filter_id]">Filter: <r:filter_box_tag name="filter_id" value="Textile" /><br />
0
+ <r:text_area_tag name="content" class="required" rows="9" cols="40" /></p>
0
+ <r:submit_tag name="submit" value="Save Comment" />
0
+ </r:if_enable_comments>
0
+* Nathaniel Talbott of http://terralien.com/, sponsored by http://ignitesocialmedia.com/.
0
\ No newline at end of file
Comments
No one has commented yet.