🚧 #12256 skins
This commit is contained in:
41
favourite/category-articles.ftl
Normal file
41
favourite/category-articles.ftl
Normal file
@@ -0,0 +1,41 @@
|
||||
<#include "macro-head.ftl">
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<@head title="${category.categoryTitle} - ${blogTitle}">
|
||||
<meta name="keywords" content="${metaKeywords},${category.categoryTitle}"/>
|
||||
<meta name="description" content="<#list articles as article>${article.articleTitle}<#if article_has_next>,</#if></#list>"/>
|
||||
</@head>
|
||||
</head>
|
||||
<body>
|
||||
${topBarReplacement}
|
||||
<#include "nav.ftl">
|
||||
<div class="wrapper">
|
||||
<div class="content">
|
||||
<#include "header.ftl">
|
||||
<div class="roundtop"></div>
|
||||
<div class="body">
|
||||
<div class="left main">
|
||||
<div class="kind-title">
|
||||
${categoryLabel}
|
||||
</div>
|
||||
<div class="kind-panel">
|
||||
${category.categoryTitle}
|
||||
(${category.categoryTagCnt}) ${category.categoryDescription}
|
||||
</div>
|
||||
<#include "article-list.ftl">
|
||||
</div>
|
||||
<div class="right">
|
||||
<#include "side.ftl">
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
<div class="roundbottom"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<div class="footer-icon"><#include "statistic.ftl"></div>
|
||||
<#include "footer.ftl">
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
@@ -18,7 +18,7 @@
|
||||
* skin favoutite style
|
||||
*
|
||||
* @author <a href="mailto:LLY219@gmail.com">Liyuan Li</a>
|
||||
* @version 1.0.0.8, Jun 6, 2012
|
||||
* @version 1.1.0.8, Apr 9, 2017
|
||||
*/
|
||||
body {
|
||||
background: url("../images/bg.jpg") repeat scroll left top transparent;
|
||||
@@ -581,6 +581,11 @@ h5 {
|
||||
background: url("../images/categorie.png") no-repeat scroll left top transparent;
|
||||
height: 64px;
|
||||
}
|
||||
#sideNavi .tags {
|
||||
background: url(../images/tagsIcon.png) no-repeat scroll left top transparent;
|
||||
height: 52px;
|
||||
background-size: contain;
|
||||
}
|
||||
.archivio {
|
||||
background: url("../images/archivio.png") no-repeat scroll left top transparent;
|
||||
height: 64px;
|
||||
|
2
favourite/css/favourite.min.css
vendored
2
favourite/css/favourite.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -76,10 +76,29 @@
|
||||
</div>
|
||||
<div class="line"></div>
|
||||
</#if>
|
||||
|
||||
<#if 0 != mostUsedCategories?size>
|
||||
<div class="item">
|
||||
<div class="categorie">
|
||||
<h4>${categoryLabel}</h4>
|
||||
</div>
|
||||
<ul id="mostViewCountArticles">
|
||||
<#list mostUsedCategories as category>
|
||||
<li>
|
||||
<a href="${servePath}/category/${category.categoryURI}"
|
||||
title="${category.categoryTitle} (${category.categoryTagCnt})">
|
||||
${category.categoryTitle}</a>(${category.categoryTitle})
|
||||
</li>
|
||||
</#list>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="line"></div>
|
||||
</#if>
|
||||
|
||||
<#if 0 != mostUsedTags?size>
|
||||
<div class="item">
|
||||
<div class="categorie">
|
||||
<h4>${popTagsLabel}</h4>
|
||||
<div class="tags">
|
||||
<h4>${tagsLabel}</h4>
|
||||
</div>
|
||||
<ul class="navi-tags">
|
||||
<#list mostUsedTags as tag>
|
||||
@@ -96,6 +115,8 @@
|
||||
</div>
|
||||
<div class="line"></div>
|
||||
</#if>
|
||||
|
||||
|
||||
<#if 0 != links?size>
|
||||
<div class="item">
|
||||
<div class="blog">
|
||||
|
Reference in New Issue
Block a user