This commit is contained in:
parent
ad7e12ef30
commit
fbba7cde5c
@ -72,6 +72,15 @@
|
|||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
<#if article?? && article.articleToC?? && article.articleToC?size > 0>
|
||||||
|
<br> <br>
|
||||||
|
<div class="article-date">
|
||||||
|
${tocLabel}
|
||||||
|
</div>
|
||||||
|
<div class="arrow-right"></div>
|
||||||
|
<div class="clear"></div>
|
||||||
|
<#include "../../common-template/toc.ftl"/>
|
||||||
|
</#if>
|
||||||
</div>
|
</div>
|
||||||
<div class="article-main article-detail-body">
|
<div class="article-main article-detail-body">
|
||||||
<h2 class="title">
|
<h2 class="title">
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<h2>
|
<h2>
|
||||||
${commentName1Label}${authorName}
|
${authorName}
|
||||||
</h2>
|
</h2>
|
||||||
<#include "article-list.ftl">
|
<#include "article-list.ftl">
|
||||||
</div>
|
</div>
|
||||||
|
@ -31,8 +31,7 @@
|
|||||||
<#include "header.ftl">
|
<#include "header.ftl">
|
||||||
</div>
|
</div>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<h2>${categoryLabel}
|
<h2>${category.categoryTitle}
|
||||||
${category.categoryTitle}
|
|
||||||
(${category.categoryTagCnt})<small> ${category.categoryDescription}</small>
|
(${category.categoryTagCnt})<small> ${category.categoryDescription}</small>
|
||||||
</h2>
|
</h2>
|
||||||
<#include "article-list.ftl">
|
<#include "article-list.ftl">
|
||||||
|
File diff suppressed because one or more lines are too long
@ -20,11 +20,27 @@
|
|||||||
* skin community style
|
* skin community style
|
||||||
*
|
*
|
||||||
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
|
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
|
||||||
* @version 2.1.0.1, Mar 16, 2019
|
* @version 2.2.0.0, Mar 22, 2019
|
||||||
*/
|
*/
|
||||||
@import "../../../scss/reset";
|
@import "../../../scss/reset";
|
||||||
|
@import "../../../scss/toc";
|
||||||
|
@import "../../../scss/usite";
|
||||||
@import "vditor/src/assets/scss/classic";
|
@import "vditor/src/assets/scss/classic";
|
||||||
|
|
||||||
|
.user__site {
|
||||||
|
margin: 0 8px 0;
|
||||||
|
display: inline-block;
|
||||||
|
height: 25px;
|
||||||
|
&:hover {
|
||||||
|
color: #888;
|
||||||
|
}
|
||||||
|
svg {
|
||||||
|
height: 25px;
|
||||||
|
width: 25px;
|
||||||
|
fill: currentColor;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.left {
|
.left {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
@ -754,4 +770,22 @@ a.star-icon {
|
|||||||
margin: 3px;
|
margin: 3px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
float: left;
|
float: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
#tags li {
|
||||||
|
list-style: none;
|
||||||
|
float: left;
|
||||||
|
|
||||||
|
a {
|
||||||
|
display: block;
|
||||||
|
color: #fff;
|
||||||
|
line-height: 30px;
|
||||||
|
padding: 0 10px;
|
||||||
|
margin: 0 10px 10px 0;
|
||||||
|
background-color: #9BC4CE;
|
||||||
|
&:hover {
|
||||||
|
text-decoration: none;
|
||||||
|
background-color: #B4D9E2;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
@ -28,7 +28,7 @@
|
|||||||
${postCommentsLabel}
|
${postCommentsLabel}
|
||||||
</div>
|
</div>
|
||||||
<div class="comment">
|
<div class="comment">
|
||||||
<textarea rows="3" placeholder="${postCommentsLabel}" id="comment"></textarea>
|
<textarea rows="3" placeholder="${commentContentLabel}" id="comment"></textarea>
|
||||||
</div>
|
</div>
|
||||||
</#if>
|
</#if>
|
||||||
</#macro>
|
</#macro>
|
||||||
|
@ -19,6 +19,18 @@
|
|||||||
-->
|
-->
|
||||||
<div class="footer-secondary">
|
<div class="footer-secondary">
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|
||||||
|
<h4>
|
||||||
|
${noticeBoardLabel}
|
||||||
|
</h4>
|
||||||
|
<div class="arrow-right"></div>
|
||||||
|
<div class="notice">
|
||||||
|
<#include "../../common-template/macro-user_site.ftl">
|
||||||
|
<@userSite dir="n"/>
|
||||||
|
</div>
|
||||||
|
<div class="clear"></div>
|
||||||
|
<div class="hr"></div>
|
||||||
|
|
||||||
<#if "" != noticeBoard>
|
<#if "" != noticeBoard>
|
||||||
<h4>
|
<h4>
|
||||||
${noticeBoardLabel}
|
${noticeBoardLabel}
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
<#include "header.ftl">
|
<#include "header.ftl">
|
||||||
</div>
|
</div>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<h2>${tag1Label}
|
<h2>
|
||||||
<a rel="alternate" href="${servePath}/tags/${tag.tagTitle?url('UTF-8')}">
|
<a rel="alternate" href="${servePath}/tags/${tag.tagTitle?url('UTF-8')}">
|
||||||
<span id="tagArticlesTag">
|
<span id="tagArticlesTag">
|
||||||
${tag.tagTitle}
|
${tag.tagTitle}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user