This commit is contained in:
parent
8c273df068
commit
714fd85f3e
@ -91,8 +91,15 @@
|
|||||||
</div>
|
</div>
|
||||||
<@comments commentList=articleComments article=article></@comments>
|
<@comments commentList=articleComments article=article></@comments>
|
||||||
</div>
|
</div>
|
||||||
|
<#if 0 != relevantArticlesDisplayCount>
|
||||||
|
<div id="relevantArticles"></div>
|
||||||
|
</#if>
|
||||||
|
<#if 0 != randomArticlesDisplayCount>
|
||||||
|
<div id="randomArticles"></div>
|
||||||
|
</#if>
|
||||||
|
<#if externalRelevantArticlesDisplayCount?? && 0 != externalRelevantArticlesDisplayCount>
|
||||||
<div id="externalRelevantArticles"></div>
|
<div id="externalRelevantArticles"></div>
|
||||||
|
</#if>
|
||||||
<div class="col-sm-2"></div>
|
<div class="col-sm-2"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -104,6 +111,12 @@
|
|||||||
<#if 0 != externalRelevantArticlesDisplayCount>
|
<#if 0 != externalRelevantArticlesDisplayCount>
|
||||||
page.loadExternalRelevantArticles("<#list article.articleTags?split(",") as articleTag>${articleTag}<#if articleTag_has_next>,</#if></#list>");
|
page.loadExternalRelevantArticles("<#list article.articleTags?split(",") as articleTag>${articleTag}<#if articleTag_has_next>,</#if></#list>");
|
||||||
</#if>
|
</#if>
|
||||||
|
<#if 0 != randomArticlesDisplayCount>
|
||||||
|
page.loadRandomArticles();
|
||||||
|
</#if>
|
||||||
|
<#if 0 != relevantArticlesDisplayCount>
|
||||||
|
page.loadRelevantArticles('${article.oId}', '<h4>${relevantArticles1Label}</h4>');
|
||||||
|
</#if>
|
||||||
</@comment_script>
|
</@comment_script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -197,10 +197,6 @@ h4, h5, h6 {
|
|||||||
border-top: 1px solid #e5e5e5;
|
border-top: 1px solid #e5e5e5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.article-relative {
|
|
||||||
margin-top: 48px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.right {
|
.right {
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
@ -28,9 +28,5 @@
|
|||||||
<div class="row cmtForm">
|
<div class="row cmtForm">
|
||||||
<textarea rows="3" placeholder="${postCommentsLabel}" id="comment" class="form-control"></textarea>
|
<textarea rows="3" placeholder="${postCommentsLabel}" id="comment" class="form-control"></textarea>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<#if externalRelevantArticlesDisplayCount?? && 0 != externalRelevantArticlesDisplayCount>
|
|
||||||
<div id="externalRelevantArticles" class="row article-relative"></div>
|
|
||||||
</#if>
|
|
||||||
</#if>
|
</#if>
|
||||||
</#macro>
|
</#macro>
|
||||||
|
@ -570,7 +570,7 @@ sup {
|
|||||||
|
|
||||||
#externalRelevantArticles {
|
#externalRelevantArticles {
|
||||||
width: 357px;
|
width: 357px;
|
||||||
margin-top: 13px;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
/* end article*/
|
/* end article*/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user