- ${article.articleTitle}
+
+ <#if pjax>#if>
+
+ <#if noticeBoard??>
+
+ ${noticeBoard}
+
+ #if>
+
+
+
+
+ ${article.articleTitle}
<#if article.articlePutTop>
- ${topArticleLabel}
+ ${topArticleLabel}
#if>
<#if article.hasUpdated>
- ${updatedLabel}
+ ${updatedLabel}
#if>
-
-
-
- ${article.articleContent}
+
+
+
+ ${article.articleContent}
<#if "" != article.articleSign.signHTML?trim>
- ${article.articleSign.signHTML}
+ ${article.articleSign.signHTML}
#if>
-
-
+
-
-
-
- ${article.articleViewCount} ${viewLabel}
-
+
+
+
+
+ ${article.articleViewCount} ${viewLabel}
+
-
+
+
+
+
+
+
+
+ <@comments commentList=articleComments article=article>@comments>
+
+
+
+
-
-
-
-
- <@comments commentList=articleComments article=article>@comments>
-
-
-
+#if>
<@comment_script oId=article.oId>
Skin.initComment = function (articleOId, articleTags) {
page.tips.externalRelevantArticlesDisplayCount = "${externalRelevantArticlesDisplayCount}";
- <#if 0 != randomArticlesDisplayCount>
+ <#if 0 != randomArticlesDisplayCount>
page.loadRandomArticles("${randomArticlesLabel}");
- #if>
- <#if 0 != externalRelevantArticlesDisplayCount>
+ #if>
+ <#if 0 != externalRelevantArticlesDisplayCount>
page.loadExternalRelevantArticles(articleTags, "${externalRelevantArticlesLabel}");
- #if>
- <#if 0 != relevantArticlesDisplayCount>
+ #if>
+ <#if 0 != relevantArticlesDisplayCount>
page.loadRelevantArticles(articleOId, '${relevantArticlesLabel}');
- #if>
+ #if>
}
Skin.initComment('${article.oId}', "<#list article.articleTags?split(",") as articleTag>${articleTag}<#if articleTag_has_next>,#if>#list>")
@comment_script>
+#if>
${plugins}
+ <#if noticeBoard??>
+
+ ${noticeBoard}
+
+ #if>
+
+
+
+
-
- ${article.articleContent}
+
+
+
+ ${article.articleContent}
<#if "" != article.articleSign.signHTML?trim>
-
+
-
+ ${article.articleTitle} <#if article.articlePutTop> - ${topArticleLabel} + ${topArticleLabel} #if> <#if article.hasUpdated> - ${updatedLabel} + ${updatedLabel} #if> -
-
- ${article.articleSign.signHTML}
+ ${article.articleSign.signHTML}
#if>
-
-
-
- ${article.articleViewCount} ${viewLabel}
-
-
+
+
+
+
+
+ ${article.articleViewCount} ${viewLabel}
+
+
+
-
+
+
+
+
+
-
+
+ <@comments commentList=articleComments article=article>@comments>
+
+
-
-
+#if>
<@comment_script oId=article.oId>
Skin.initComment = function (articleOId, articleTags) {
page.tips.externalRelevantArticlesDisplayCount = "${externalRelevantArticlesDisplayCount}";
- <#if 0 != randomArticlesDisplayCount>
+ <#if 0 != randomArticlesDisplayCount>
page.loadRandomArticles("
-
- <@comments commentList=articleComments article=article>@comments>
-
-${randomArticlesLabel}
");
- #if>
- <#if 0 != externalRelevantArticlesDisplayCount>
+ #if>
+ <#if 0 != externalRelevantArticlesDisplayCount>
page.loadExternalRelevantArticles(articleTags, "${externalRelevantArticlesLabel}
");
- #if>
- <#if 0 != relevantArticlesDisplayCount>
+ #if>
+ <#if 0 != relevantArticlesDisplayCount>
page.loadRelevantArticles(articleOId, '${relevantArticlesLabel}
');
- #if>
+ #if>
}
Skin.initComment('${article.oId}', "<#list article.articleTags?split(",") as articleTag>${articleTag}<#if articleTag_has_next>,#if>#list>")
@comment_script>
+#if>
${plugins}