diff --git a/andrea/macro-comments.ftl b/andrea/macro-comments.ftl index d5a20a2..be7373b 100644 --- a/andrea/macro-comments.ftl +++ b/andrea/macro-comments.ftl @@ -1,178 +1,176 @@ -<#macro comments commentList article> -

${commentLabel}

-
- <#list commentList as comment> -
-
-
- ${comment.commentName} -
-
- <#if "http://" == comment.commentURL> - ${comment.commentName} - <#else> - ${comment.commentName} - <#if comment.isReply> - @ - ${comment.commentOriginalCommentName} - -  ${comment.commentDate?string("yyyy-MM-dd HH:mm:ss")} -
- ${comment.commentContent} -
- <#if article.commentable> -
- ${replyLabel} -
- -
-
-
-
- -
-<#if article.commentable> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- ${commentNameLabel} - - -
- ${commentEmailLabel} - - -
- ${commentURLLabel} - - -
- ${commentEmotionsLabel} - - - - - - - - - - - - - - - - -
- ${commentContentLabel} - - -
- ${captchaLabel} - - - validate - - -
- -
- - - -<#macro comment_script oId> - - +<#macro comments commentList article> +

${commentLabel}

+
+ <#list commentList as comment> +
+
+
+ ${comment.commentName} +
+
+ <#if "http://" == comment.commentURL> + ${comment.commentName} + <#else> + ${comment.commentName} + <#if comment.isReply> + @ + ${comment.commentOriginalCommentName} + +  ${comment.commentDate?string("yyyy-MM-dd HH:mm:ss")} +
+ ${comment.commentContent} +
+ <#if article.commentable> +
+ ${replyLabel} +
+ +
+
+
+
+ +
+<#if article.commentable> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ ${commentNameLabel} + + +
+ ${commentEmailLabel} + + +
+ ${commentURLLabel} + + +
+ ${commentEmotionsLabel} + + + + + + + + + + + + + + + + +
+ ${commentContentLabel} + + +
+ ${captchaLabel} + + + validate +
+ + +
+ + + +<#macro comment_script oId> + + \ No newline at end of file diff --git a/classic/macro-comments.ftl b/classic/macro-comments.ftl index 24a01d0..0f16a18 100644 --- a/classic/macro-comments.ftl +++ b/classic/macro-comments.ftl @@ -53,7 +53,7 @@ ${commentName1Label} - + @@ -61,7 +61,7 @@ ${commentEmail1Label} - + @@ -69,7 +69,7 @@ ${commentURL1Label} - + @@ -99,7 +99,7 @@ ${commentContent1Label} - + @@ -111,12 +111,10 @@ validate - - - - + + diff --git a/community/macro-comments.ftl b/community/macro-comments.ftl index 0e02388..f5702ca 100644 --- a/community/macro-comments.ftl +++ b/community/macro-comments.ftl @@ -1,185 +1,183 @@ -<#macro comments commentList article> -
- <#list commentList as comment> -
- ${comment.commentName} -
-
- <#if "http://" == comment.commentURL> - ${comment.commentName} - <#else> - ${comment.commentName} - - <#if comment.isReply> - @ - - ${comment.commentOriginalCommentName} - - ${comment.commentDate?string("yyyy-MM-dd HH:mm:ss")} -
-
- ${comment.commentContent} -
-
- <#if article.commentable> - - -
-
-
- -
-<#if article.commentable> -
- ${postCommentsLabel} -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - ${commentNameLabel} - - - - -
- - ${commentEmailLabel} - - - - -
- - ${commentURLLabel} - - - - -
- - ${commentEmotionsLabel} - - - - - - - - - - - - - - - - - - -
- - ${commentContentLabel} - - - - -
- - ${captchaLabel} - - - - - validate - - -
- -
- - - -<#macro comment_script oId> - - +<#macro comments commentList article> +
+ <#list commentList as comment> +
+ ${comment.commentName} +
+
+ <#if "http://" == comment.commentURL> + ${comment.commentName} + <#else> + ${comment.commentName} + + <#if comment.isReply> + @ + + ${comment.commentOriginalCommentName} + + ${comment.commentDate?string("yyyy-MM-dd HH:mm:ss")} +
+
+ ${comment.commentContent} +
+
+ <#if article.commentable> + + +
+
+
+ +
+<#if article.commentable> +
+ ${postCommentsLabel} +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + ${commentNameLabel} + + + + +
+ + ${commentEmailLabel} + + + + +
+ + ${commentURLLabel} + + + + +
+ + ${commentEmotionsLabel} + + + + + + + + + + + + + + + + + + +
+ + ${commentContentLabel} + + + + +
+ + ${captchaLabel} + + + + + validate +
+ + +
+ + + +<#macro comment_script oId> + + \ No newline at end of file diff --git a/favourite/macro-comments.ftl b/favourite/macro-comments.ftl index 217a003..875408d 100644 --- a/favourite/macro-comments.ftl +++ b/favourite/macro-comments.ftl @@ -1,172 +1,170 @@ -<#macro comments commentList article> -
- <#list commentList as comment> -
-
-
-
- ${comment.commentName} -
- <#if "http://" == comment.commentURL> - ${comment.commentName} - <#else> - ${comment.commentName} - -
-
-
- ${comment.commentDate?string("yyyy-MM-dd HH:mm:ss")} - <#if comment.isReply> - @ - ${comment.commentOriginalCommentName} - -
- <#if article.commentable> - - -
-
-
- ${comment.commentContent} -
-
-
-
-
- -
-<#if article.commentable> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - ${commentNameLabel} -
- - - ${commentEmailLabel} -
- - - ${commentURLLabel} -
- - - - - - - - - - - - - - - -
- -
- - - validate - - -
- -
- - - -<#macro comment_script oId> - - +<#macro comments commentList article> +
+ <#list commentList as comment> +
+
+
+
+ ${comment.commentName} +
+ <#if "http://" == comment.commentURL> + ${comment.commentName} + <#else> + ${comment.commentName} + +
+
+
+ ${comment.commentDate?string("yyyy-MM-dd HH:mm:ss")} + <#if comment.isReply> + @ + ${comment.commentOriginalCommentName} + +
+ <#if article.commentable> + + +
+
+
+ ${comment.commentContent} +
+
+
+
+
+ +
+<#if article.commentable> + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + ${commentNameLabel} +
+ + + ${commentEmailLabel} +
+ + + ${commentURLLabel} +
+ + + + + + + + + + + + + + + +
+ +
+ + + validate +
+ + +
+ + + +<#macro comment_script oId> + + \ No newline at end of file diff --git a/i-nove/macro-comments.ftl b/i-nove/macro-comments.ftl index 8227e21..01f3bbb 100644 --- a/i-nove/macro-comments.ftl +++ b/i-nove/macro-comments.ftl @@ -1,170 +1,168 @@ -<#macro comments commentList article> -
- <#list commentList as comment> -
-
-
-
- ${comment.commentName} -
- <#if "http://" == comment.commentURL> - ${comment.commentName} - <#else> - ${comment.commentName} - -
-
-
- ${comment.commentDate?string("yyyy-MM-dd HH:mm:ss")} - <#if comment.isReply> - @ - ${comment.commentOriginalCommentName} - -
-
- <#if article.commentable> - ${replyLabel} - -
-
-
- ${comment.commentContent} -
-
-
-
-
- -
-<#if article.commentable> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - ${commentNameLabel} -
- - - ${commentEmailLabel} -
- - - ${commentURLLabel} -
- - - - - - - - - - - - - - - -
- -
- - - validate - - -
- -
- - - -<#macro comment_script oId> - - +<#macro comments commentList article> +
+ <#list commentList as comment> +
+
+
+
+ ${comment.commentName} +
+ <#if "http://" == comment.commentURL> + ${comment.commentName} + <#else> + ${comment.commentName} + +
+
+
+ ${comment.commentDate?string("yyyy-MM-dd HH:mm:ss")} + <#if comment.isReply> + @ + ${comment.commentOriginalCommentName} + +
+
+ <#if article.commentable> + ${replyLabel} + +
+
+
+ ${comment.commentContent} +
+
+
+
+
+ +
+<#if article.commentable> + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + ${commentNameLabel} +
+ + + ${commentEmailLabel} +
+ + + ${commentURLLabel} +
+ + + + + + + + + + + + + + + +
+ +
+ + + validate +
+ + +
+ + + +<#macro comment_script oId> + + \ No newline at end of file diff --git a/neoease/macro-comments.ftl b/neoease/macro-comments.ftl index a708b92..e0b3e2d 100644 --- a/neoease/macro-comments.ftl +++ b/neoease/macro-comments.ftl @@ -1,168 +1,166 @@ -<#macro comments commentList article> -
- - ${commentList?size}  ${commentLabel} - - -
-
- <#list commentList as comment> -
- ${comment.commentName} -
-
- <#if "http://" == comment.commentURL> - ${comment.commentName} - <#else> - ${comment.commentName} - - <#if comment.isReply> @ - ${comment.commentOriginalCommentName} - -
- <#if article.commentable> -
- ${replyLabel} -  |  - ${comment.commentDate?string("yyyy-MM-dd HH:mm:ss")} -
- - -
${comment.commentContent}
-
- -
- -
-<#if article.commentable> -
-

${postCommentsLabel}

- - - - - - - - - - - - - - - - - - - - - - - - - -
- - -
- - -
- - -
- - - - - - - - - - - - - - - -
- -
- - validate - - -
- -
-
- - - -<#macro comment_script oId> - - +<#macro comments commentList article> +
+ + ${commentList?size}  ${commentLabel} + + +
+
+ <#list commentList as comment> +
+ ${comment.commentName} +
+
+ <#if "http://" == comment.commentURL> + ${comment.commentName} + <#else> + ${comment.commentName} + + <#if comment.isReply> @ + ${comment.commentOriginalCommentName} + +
+ <#if article.commentable> +
+ ${replyLabel} +  |  + ${comment.commentDate?string("yyyy-MM-dd HH:mm:ss")} +
+ + +
${comment.commentContent}
+
+ +
+ +
+<#if article.commentable> +
+

${postCommentsLabel}

+ + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + +
+ + +
+ + + + + + + + + + + + + + + +
+ +
+ + validate +
+ + +
+
+ + + +<#macro comment_script oId> + + \ No newline at end of file diff --git a/owmx-3.0/macro-comments.ftl b/owmx-3.0/macro-comments.ftl index b406e19..0200eb7 100644 --- a/owmx-3.0/macro-comments.ftl +++ b/owmx-3.0/macro-comments.ftl @@ -1,172 +1,170 @@ -<#macro comments commentList article> -
- <#list commentList as comment> -
-
-
-
- ${comment.commentName} -
- <#if "http://" == comment.commentURL> - ${comment.commentName} - <#else> - ${comment.commentName} - -
-
-
- ${comment.commentDate?string("yyyy-MM-dd HH:mm:ss")} - <#if comment.isReply> - @ - ${comment.commentOriginalCommentName} - -
- <#if article.commentable> - - -
-
-
- ${comment.commentContent} -
-
-
-
-
- -
-<#if article.commentable> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - ${commentNameLabel} -
- - - ${commentEmailLabel} -
- - - ${commentURLLabel} -
- - - - - - - - - - - - - - - -
- -
- - - validate - - -
- -
- - - -<#macro comment_script oId> - - +<#macro comments commentList article> +
+ <#list commentList as comment> +
+
+
+
+ ${comment.commentName} +
+ <#if "http://" == comment.commentURL> + ${comment.commentName} + <#else> + ${comment.commentName} + +
+
+
+ ${comment.commentDate?string("yyyy-MM-dd HH:mm:ss")} + <#if comment.isReply> + @ + ${comment.commentOriginalCommentName} + +
+ <#if article.commentable> + + +
+
+
+ ${comment.commentContent} +
+
+
+
+
+ +
+<#if article.commentable> + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + ${commentNameLabel} +
+ + + ${commentEmailLabel} +
+ + + ${commentURLLabel} +
+ + + + + + + + + + + + + + + +
+ +
+ + + validate +
+ + +
+ + + +<#macro comment_script oId> + + \ No newline at end of file diff --git a/tree-house/macro-comments.ftl b/tree-house/macro-comments.ftl index 77b5ef7..20ae0b5 100644 --- a/tree-house/macro-comments.ftl +++ b/tree-house/macro-comments.ftl @@ -1,184 +1,182 @@ -<#macro comments commentList article> -
-
- <#list commentList as comment> -
-
-
-
-
- <#if "http://" == comment.commentURL> - ${comment.commentName} - <#else> - ${comment.commentName} - - <#if comment.isReply> -  @ ${comment.commentOriginalCommentName} - - <#if article.commentable> -
- ${comment.commentDate?string("yyyy-MM-dd HH:mm:ss")} - ${replyLabel} -
- -
-
-
- ${comment.commentName} -
- ${comment.commentContent} -
-
-
-
-
-
-
- -
-<#if article.commentable> -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- ${commentName1Label} - - -
- ${commentEmail1Label} - - -
- ${commentURL1Label} - - -
- - - - - - - - - - - - - - - -
- ${commentContent1Label} - - -
- ${captcha1Label} - - - validate - - -
- -
-
-
-
- - - -<#macro comment_script oId> - - +<#macro comments commentList article> +
+
+ <#list commentList as comment> +
+
+
+
+
+ <#if "http://" == comment.commentURL> + ${comment.commentName} + <#else> + ${comment.commentName} + + <#if comment.isReply> +  @ ${comment.commentOriginalCommentName} + + <#if article.commentable> +
+ ${comment.commentDate?string("yyyy-MM-dd HH:mm:ss")} + ${replyLabel} +
+ +
+
+
+ ${comment.commentName} +
+ ${comment.commentContent} +
+
+
+
+
+
+
+ +
+<#if article.commentable> +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ ${commentName1Label} + + +
+ ${commentEmail1Label} + + +
+ ${commentURL1Label} + + +
+ + + + + + + + + + + + + + + +
+ ${commentContent1Label} + + +
+ ${captcha1Label} + + + validate +
+ + +
+
+
+
+ + + +<#macro comment_script oId> + + \ No newline at end of file