+
+
-
+
+
+
- <#if 0 != archiveDates?size>
-
-
- <#list archiveDates as archiveDate>
-
- <#if "en" == localeString?substring(0, 2)>
-
- ${archiveDate.monthName} ${archiveDate.archiveDateYear}(${archiveDate.archiveDatePublishedArticleCount})
- <#else>
-
- ${archiveDate.archiveDateYear} ${yearLabel} ${archiveDate.archiveDateMonth} ${monthLabel}(${archiveDate.archiveDatePublishedArticleCount})
- #if>
-
- #list>
-
- #if>
-
${recentCommentsLabel}
-- <#list recentComments as comment> --
-
-
-
- <#if "http://" == comment.commentURL>
- ${comment.commentName}
- <#else>
- ${comment.commentName}
- #if>
-
-
- ${comment.commentDate?string("yyyy-MM-dd HH:mm:ss")}
- ${viewLabel}
-
-
-
- ${comment.commentContent}
-
-
-
-
- #list>
-
-