Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
solo
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
solo
Commits
7dbcaab1
Commit
7dbcaab1
authored
Jul 30, 2016
by
Van
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
移动皮肤
parent
9756a90a
Changes
11
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
112 additions
and
2285 deletions
+112
-2285
src/main/webapp/skins/next/archive-articles.ftl
src/main/webapp/skins/next/archive-articles.ftl
+32
-0
src/main/webapp/skins/next/archives.ftl
src/main/webapp/skins/next/archives.ftl
+1
-1
src/main/webapp/skins/next/article-list.ftl
src/main/webapp/skins/next/article-list.ftl
+4
-4
src/main/webapp/skins/next/article.ftl
src/main/webapp/skins/next/article.ftl
+7
-7
src/main/webapp/skins/next/css/main.css
src/main/webapp/skins/next/css/main.css
+0
-2243
src/main/webapp/skins/next/css/next.css
src/main/webapp/skins/next/css/next.css
+28
-2
src/main/webapp/skins/next/js/next.js
src/main/webapp/skins/next/js/next.js
+2
-2
src/main/webapp/skins/next/lang/lang_en_US.properties
src/main/webapp/skins/next/lang/lang_en_US.properties
+7
-1
src/main/webapp/skins/next/lang/lang_zh_CN.properties
src/main/webapp/skins/next/lang/lang_zh_CN.properties
+27
-21
src/main/webapp/skins/next/side.ftl
src/main/webapp/skins/next/side.ftl
+3
-3
src/main/webapp/skins/next/tags.ftl
src/main/webapp/skins/next/tags.ftl
+1
-1
No files found.
src/main/webapp/skins/next/archive-articles.ftl
0 → 100644
View file @
7dbcaab1
<
#include
"
macro-head
.
ftl
"
>
<!DOCTYPE html>
<html>
<head>
<
@
head
title=
"${archiveDate.archiveDateMonth} ${archiveDate.archiveDateYear} (${archiveDate.archiveDatePublishedArticleCount}) - ${blogTitle}"
>
<meta
name=
"keywords"
content=
"${metaKeywords},${archiveDate.archiveDateYear}${archiveDate.archiveDateMonth}"
/>
<meta
name=
"description"
content=
"<#list articles as article>${article.articleTitle}<#if article_has_next>,</#if></#list>"
/>
</
@
head>
</head>
<body>
<
#include
"
header
.
ftl
"
>
<main
class=
"main wrapper"
>
<div
class=
"content page-archive"
>
<section
class=
"posts-collapse"
>
<span
class=
"archive-move-on"
></span>
<span
class=
"archive-page-counter"
>
${ohLabel}..!
<
#if
"
en
"
==
localeString
?
substring
(
0
,
2
)
>
${archiveDate.archiveDateMonth} ${archiveDate.archiveDateYear}
<
#else
>
${archiveDate.archiveDateYear} ${yearLabel} ${archiveDate.archiveDateMonth} ${monthLabel}
</
#
if>
${sumLabel} ${archiveDate.archiveDatePublishedArticleCount} ${fightLabel}
</span>
</section>
<
#include
"
article-list
.
ftl
"
>
</div>
<
#include
"
side
.
ftl
"
>
</main>
<
#include
"
footer
.
ftl
"
>
</body>
</html>
src/main/webapp/skins/next/archives.ftl
View file @
7dbcaab1
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
<section
class=
"posts-collapse"
>
<section
class=
"posts-collapse"
>
<span
class=
"archive-move-on"
></span>
<span
class=
"archive-move-on"
></span>
<span
class=
"archive-page-counter"
>
<span
class=
"archive-page-counter"
>
嗯..! 目前共计 ${statistic.statisticPublishedBlogArticleCount} 篇日志。 继续努力。
${ohLabel}..! ${sumLabel} ${statistic.statisticPublishedBlogArticleCount} ${fightLabel}
</span>
</span>
<
#if
0
!=
archiveDates
?
size
>
<
#if
0
!=
archiveDates
?
size
>
<
#list
archiveDates
as
archiveDate
>
<
#list
archiveDates
as
archiveDate
>
...
...
src/main/webapp/skins/next/article-list.ftl
View file @
7dbcaab1
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
<div class="post-meta">
<div class="post-meta">
<span>
<span>
发表于
${postTimeLabel}
<time>
<time>
${article.articleCreateDate?string("yyyy-MM-dd")}
${article.articleCreateDate?string("yyyy-MM-dd")}
</time>
</time>
...
@@ -28,15 +28,15 @@
...
@@ -28,15 +28,15 @@
<span>
<span>
|
|
<a href="${servePath}${article.articlePermalink}#comments">
<a href="${servePath}${article.articlePermalink}#comments">
${article.articleCommentCount}
条评论
</a>
${article.articleCommentCount}
${cmtLabel}
</a>
</span>
</span>
|
热度
${article.articleViewCount}°C
|
${viewsLabel}
${article.articleViewCount}°C
</div>
</div>
</header>
</header>
${article.articleAbstract}
${article.articleAbstract}
<div class="post-more-link">
<div class="post-more-link">
<a href="${servePath}${article.articlePermalink}/#more" rel="contents">
<a href="${servePath}${article.articlePermalink}/#more" rel="contents">
阅读全文
»
${readLabel}
»
</a>
</a>
</div>
</div>
</article>
</article>
...
...
src/main/webapp/skins/next/article.ftl
View file @
7dbcaab1
...
@@ -29,7 +29,7 @@
...
@@ -29,7 +29,7 @@
</h1>
</h1>
<div
class=
"post-meta"
>
<div
class=
"post-meta"
>
<span
class=
"post-time"
>
<span
class=
"post-time"
>
发表于
${postTimeLabel}
<time>
<time>
${article.articleCreateDate?string("yyyy-MM-dd")}
${article.articleCreateDate?string("yyyy-MM-dd")}
</time>
</time>
...
@@ -37,9 +37,9 @@
...
@@ -37,9 +37,9 @@
<span
class=
"post-comments-count"
>
<span
class=
"post-comments-count"
>
|
|
<a
href=
"${servePath}${article.articlePermalink}#comments"
>
<a
href=
"${servePath}${article.articlePermalink}#comments"
>
${article.articleCommentCount}
条评论
</a>
${article.articleCommentCount}
${cmtLabel}
</a>
</span>
</span>
|
热度
|
${viewsLabel}
${article.articleViewCount}°C
${article.articleViewCount}°C
</div>
</div>
</header>
</header>
...
@@ -61,16 +61,16 @@
...
@@ -61,16 +61,16 @@
</div>
</div>
<div
class=
"post-nav fn-clear"
>
<div
class=
"post-nav fn-clear"
>
<
#if
previousArticlePermalink
??
>
<
#if
previousArticlePermalink
??
>
<div
class=
"post-nav-prev post-nav-item fn-
lef
t"
>
<div
class=
"post-nav-prev post-nav-item fn-
righ
t"
>
<a
href=
"${servePath}${previousArticlePermalink}"
rel=
"next"
title=
"${previousArticleTitle}"
>
<a
href=
"${servePath}${previousArticlePermalink}"
rel=
"next"
title=
"${previousArticleTitle}"
>
<
${
previousArticleTitle
}
${previousArticleTitle} >
</a>
</a>
</div>
</div>
</
#
if>
</
#
if>
<
#if
nextArticlePermalink
??
>
<
#if
nextArticlePermalink
??
>
<div
class=
"post-nav-next post-nav-item fn-
righ
t"
>
<div
class=
"post-nav-next post-nav-item fn-
lef
t"
>
<a
href=
"${servePath}${nextArticlePermalink}"
rel=
"prev"
title=
"${nextArticleTitle}"
>
<a
href=
"${servePath}${nextArticlePermalink}"
rel=
"prev"
title=
"${nextArticleTitle}"
>
${nextArticleTitle} >
<
${
nextArticleTitle
}
</
a
>
</
a
>
</div>
</div>
</
#
if>
</
#
if>
...
...
src/main/webapp/skins/next/css/main.css
deleted
100644 → 0
View file @
9756a90a
This diff is collapsed.
Click to expand it.
src/main/webapp/skins/next/css/next.css
View file @
7dbcaab1
...
@@ -925,7 +925,33 @@ ul.comments .comment-meta time {
...
@@ -925,7 +925,33 @@ ul.comments .comment-meta time {
/* end archives */
/* end archives */
/* start responsive */
/* start responsive */
@media
(
max-width
:
700px
)
{
.b3-solo-list
{
margin
:
0
;
padding
:
0
;
}
.page-archive
.posts-collapse
.archive-move-on
{
margin-left
:
5px
;
}
.posts-collapse
{
margin-left
:
10px
;
}
}
@media
(
max-width
:
500px
)
{
@media
(
max-width
:
500px
)
{
pre
{
word-wrap
:
break-word
;
word-break
:
break-all
;
white-space
:
normal
;
}
.page-archive
.archive-page-counter
{
margin-right
:
10px
;
}
.site-nav-toggle
{
.site-nav-toggle
{
display
:
block
;
display
:
block
;
margin-top
:
16px
;
margin-top
:
16px
;
...
@@ -953,11 +979,11 @@ ul.comments .comment-meta time {
...
@@ -953,11 +979,11 @@ ul.comments .comment-meta time {
background-color
:
#ddd
;
background-color
:
#ddd
;
display
:
none
;
display
:
none
;
}
}
.header
.wrapper
{
.header
.wrapper
{
padding
:
0
10px
;
padding
:
0
10px
;
}
}
.logo-wrap
.site-title
{
.logo-wrap
.site-title
{
margin-left
:
10px
;
margin-left
:
10px
;
}
}
...
...
src/main/webapp/skins/next/js/next.js
View file @
7dbcaab1
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
* @fileoverview util and every page should be used.
* @fileoverview util and every page should be used.
*
*
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
* @version 0.1.
0.0, Jan 11
, 2016
* @version 0.1.
1.0, Jul 30
, 2016
*/
*/
/**
/**
...
@@ -79,7 +79,7 @@ var NexT = {
...
@@ -79,7 +79,7 @@ var NexT = {
});
});
},
},
initArticle
:
function
()
{
initArticle
:
function
()
{
if
(
$
(
'
.b3-solo-list li
'
).
length
>
0
)
{
if
(
$
(
'
.b3-solo-list li
'
).
length
>
0
&&
$
(
window
).
width
()
>
700
)
{
$
(
'
.sidebar
'
).
html
(
$
(
'
.b3-solo-list
'
));
$
(
'
.sidebar
'
).
html
(
$
(
'
.b3-solo-list
'
));
$
(
'
.sidebar-toggle
'
).
click
();
$
(
'
.sidebar-toggle
'
).
click
();
}
}
...
...
src/main/webapp/skins/next/lang/lang_en_US.properties
View file @
7dbcaab1
...
@@ -16,10 +16,16 @@
...
@@ -16,10 +16,16 @@
#
#
# Description: B3log Solo language configurations(en_US).
# Description: B3log Solo language configurations(en_US).
# Version: 1.0.0.
1, Jun 19
, 2015
# Version: 1.0.0.
2, Jun 30
, 2015
# Author: Liyuan Li
# Author: Liyuan Li
#
#
viewsLabel
=
Heat
cmtLabel\uff1d
postTimeLabel
=
Post At
readLabel
=
Read More
fightLabel
=
articles, fighting!
ohLabel
=
Oh
subscribeLabel
=
Subscribe
subscribeLabel
=
Subscribe
dynamicLabel
=
Dynamic
dynamicLabel
=
Dynamic
adminConsoleLabel
=
Admin
adminConsoleLabel
=
Admin
...
...
src/main/webapp/skins/next/lang/lang_zh_CN.properties
View file @
7dbcaab1
...
@@ -16,17 +16,23 @@
...
@@ -16,17 +16,23 @@
#
#
# Description: B3log Solo default language configurations(zh_CN).
# Description: B3log Solo default language configurations(zh_CN).
# Version:
0.1.0.0, Jun 29
, 2016
# Version:
1.0.0.1, Jul 30
, 2016
# Author: Liyuan Li
# Author: Liyuan Li
#
#
viewsLabel
=
\u
70ed
\u
5ea6
cmtLabel
=
\u6761\u
8bc4
\u
8bba
postTimeLabel
=
\u
53d1
\u8868\u
4e8e
readLabel
=
\u9605\u
8bfb
\u5168\u6587
fightLabel
=
\u
7bc7
\u
65e5
\u
5fd7
\u3002
\u
7ee7
\u
7eed
\u
52aa
\u
529b
\u3002
ohLabel
=
\u
55ef
searchLabel
=
\u
641c
\u
7d22
searchLabel
=
\u
641c
\u
7d22
subscribeLabel
=
\u
8ba2
\u9605
subscribeLabel
=
\u
8ba2
\u9605
dynamicLabel
=
\u
52a8
\u6001
dynamicLabel
=
\u
52a8
\u6001
adminConsoleLabel
=
\u
540e
\u
53f0
\u
7ba1
\u7406
adminConsoleLabel
=
\u
540e
\u
53f0
\u
7ba1
\u7406
adminIndexLabel
=
\u
540e
\u
53f0
\u9996\u9875
adminIndexLabel
=
\u
540e
\u
53f0
\u9996\u9875
postArticleLabel
=
\u
53d1
\u
5e03
\u65
87\u
7ae0
postArticleLabel
=
\u
53d1
\u
5e03
\u
65
e5
\u
5fd7
articleListLabel
=
\u65
87\u
7ae0
\u
7ba1
\u7406
articleListLabel
=
\u
65
e5
\u
5fd7
\u
7ba1
\u7406
commentListLabel
=
\u
8bc4
\u
8bba
\u
7ba1
\u7406
commentListLabel
=
\u
8bc4
\u
8bba
\u
7ba1
\u7406
draftListLabel
=
\u8349\u
7a3f
\u5939
draftListLabel
=
\u8349\u
7a3f
\u5939
userManageLabel
=
\u7528\u6237\u
7ba1
\u7406
userManageLabel
=
\u7528\u6237\u
7ba1
\u7406
...
@@ -53,11 +59,11 @@ initLabel=\u521d\u59cb\u5316
...
@@ -53,11 +59,11 @@ initLabel=\u521d\u59cb\u5316
popTagsLabel
=
\u5206\u
7c7b
\u6807\u
7b7e
popTagsLabel
=
\u5206\u
7c7b
\u6807\u
7b7e
tag1Label
=
\u6807\u
7b7e
\u
ff1a
tag1Label
=
\u6807\u
7b7e
\u
ff1a
tags1Label
=
\u6807\u
7b7e
\u
ff1a
tags1Label
=
\u6807\u
7b7e
\u
ff1a
recentArticlesLabel
=
\u6700\u
65b0
\u65
87\u
7ae0
recentArticlesLabel
=
\u6700\u
65b0
\u
65
e5
\u
5fd7
recentCommentsLabel
=
\u6700\u
65b0
\u
8bc4
\u
8bba
recentCommentsLabel
=
\u6700\u
65b0
\u
8bc4
\u
8bba
postCommentsLabel
=
\u
53d1
\u8868\u
8bc4
\u
8bba
postCommentsLabel
=
\u
53d1
\u8868\u
8bc4
\u
8bba
mostCommentArticlesLabel
=
\u
8bc4
\u
8bba
\u6700\u
591a
\u7684\u65
87\u
7ae0
mostCommentArticlesLabel
=
\u
8bc4
\u
8bba
\u6700\u
591a
\u7684\u
65
e5
\u
5fd7
mostViewCountArticlesLabel
=
\u
8bbf
\u
95ee
\u6700\u
591a
\u7684\u65
87\u
7ae0
mostViewCountArticlesLabel
=
\u
8bbf
\u
95ee
\u6700\u
591a
\u7684\u
65
e5
\u
5fd7
em00Label
=
\u
5fae
\u
7b11
em00Label
=
\u
5fae
\u
7b11
em01Label
=
\u5927\u
7b11
em01Label
=
\u5927\u
7b11
em02Label
=
\u
9ad8
\u5174
em02Label
=
\u
9ad8
\u5174
...
@@ -121,7 +127,7 @@ statisticLabel=\u535a\u5ba2\u7edf\u8ba1
...
@@ -121,7 +127,7 @@ statisticLabel=\u535a\u5ba2\u7edf\u8ba1
viewLabel
=
\u
6d4f
\u
89c8
viewLabel
=
\u
6d4f
\u
89c8
countLabel
=
\u
7bc7
countLabel
=
\u
7bc7
viewCount1Label
=
\u
6d4f
\u
89c8
\u
6b21
\u6570\u
ff1a
viewCount1Label
=
\u
6d4f
\u
89c8
\u
6b21
\u6570\u
ff1a
articleCount1Label
=
\u65
87\u
7ae0
\u
603b
\u6570\u
ff1a
articleCount1Label
=
\u
65
e5
\u
5fd7
\u
603b
\u6570\u
ff1a
commentCountLabel
=
\u
8bc4
\u
8bba
\u6570
commentCountLabel
=
\u
8bc4
\u
8bba
\u6570
commentCount1Label
=
\u
8bc4
\u
8bba
\u
603b
\u6570\u
ff1a
commentCount1Label
=
\u
8bc4
\u
8bba
\u
603b
\u6570\u
ff1a
commentEmotions1Label
=
\u8868\u
60c5
\u
ff1a
commentEmotions1Label
=
\u8868\u
60c5
\u
ff1a
...
@@ -135,12 +141,12 @@ commentURLLabel=URL
...
@@ -135,12 +141,12 @@ commentURLLabel=URL
commentContent1Label
=
\u
8bc4
\u
8bba
\u5185\u
5bb9
\u
ff1a
commentContent1Label
=
\u
8bc4
\u
8bba
\u5185\u
5bb9
\u
ff1a
commentContentLabel
=
\u
8bc4
\u
8bba
\u5185\u
5bb9
commentContentLabel
=
\u
8bc4
\u
8bba
\u5185\u
5bb9
getDateLabel
=
\u
83b7
\u
53d6
\u
65e5
\u
671f
getDateLabel
=
\u
83b7
\u
53d6
\u
65e5
\u
671f
getArticleLabel
=
\u
83b7
\u
53d6
\u65
87\u
7ae0
getArticleLabel
=
\u
83b7
\u
53d6
\u
65
e5
\u
5fd7
selectDateLabel
=
\u9009\u
62e9
\u
65e5
\u
671f
selectDateLabel
=
\u9009\u
62e9
\u
65e5
\u
671f
selectDate1Label
=
\u9009\u
62e9
\u
65e5
\u
671f
\u
ff1a
selectDate1Label
=
\u9009\u
62e9
\u
65e5
\u
671f
\u
ff1a
importLabel
=
\u
5bfc
\u5165
importLabel
=
\u
5bfc
\u5165
chooseBlog1Label
=
\u
8bf7
\u9009\u
62e9
\u9700\u8981\u
7ba1
\u7406\u7684\u
535a
\u
5ba2
\u
ff1a
chooseBlog1Label
=
\u
8bf7
\u9009\u
62e9
\u9700\u8981\u
7ba1
\u7406\u7684\u
535a
\u
5ba2
\u
ff1a
blogArticleImportLabel
=
\u65
87\u
7ae0
\u
5bfc
\u5165
blogArticleImportLabel
=
\u
65
e5
\u
5fd7
\u
5bfc
\u5165
blogSyncMgmtLabel
=
\u
535a
\u
5ba2
\u
540c
\u
6b65
\u
7ba1
\u7406
blogSyncMgmtLabel
=
\u
535a
\u
5ba2
\u
540c
\u
6b65
\u
7ba1
\u7406
syncMgmtLabel
=
\u
540c
\u
6b65
\u
7ba1
\u7406\u
535a
\u
5ba2
syncMgmtLabel
=
\u
540c
\u
6b65
\u
7ba1
\u7406\u
535a
\u
5ba2
userName1Label
=
\u7528\u6237\u
540d
\u
ff1a
userName1Label
=
\u7528\u6237\u
540d
\u
ff1a
...
@@ -153,15 +159,15 @@ noticeBoard1Label=\u516c\u544a\uff1a
...
@@ -153,15 +159,15 @@ noticeBoard1Label=\u516c\u544a\uff1a
noticeBoardLabel
=
\u
516c
\u
544a
noticeBoardLabel
=
\u
516c
\u
544a
htmlhead1Label
=
HTML head
\u
ff1a
htmlhead1Label
=
HTML head
\u
ff1a
indexTagDisplayCnt1Label
=
\u9996\u9875\u6807\u
7b7e
\u
663e
\u
793a
\u6570\u
ff1a
indexTagDisplayCnt1Label
=
\u9996\u9875\u6807\u
7b7e
\u
663e
\u
793a
\u6570\u
ff1a
indexRecentArticleDisplayCnt1Label
=
\u6700\u
65b0
\u65
87\u
7ae0
\u
663e
\u
793a
\u6570\u
76ee
\u
ff1a
indexRecentArticleDisplayCnt1Label
=
\u6700\u
65b0
\u
65
e5
\u
5fd7
\u
663e
\u
793a
\u6570\u
76ee
\u
ff1a
indexRecentCommentDisplayCnt1Label
=
\u6700\u
65b0
\u
8bc4
\u
8bba
\u
663e
\u
793a
\u6570\u
76ee
\u
ff1a
indexRecentCommentDisplayCnt1Label
=
\u6700\u
65b0
\u
8bc4
\u
8bba
\u
663e
\u
793a
\u6570\u
76ee
\u
ff1a
indexMostCommentArticleDisplayCnt1Label
=
\u
8bc4
\u
8bba
\u6700\u
591a
\u65
87\u
7ae0
\u
663e
\u
793a
\u6570\u
76ee
\u
ff1a
indexMostCommentArticleDisplayCnt1Label
=
\u
8bc4
\u
8bba
\u6700\u
591a
\u
65
e5
\u
5fd7
\u
663e
\u
793a
\u6570\u
76ee
\u
ff1a
indexMostViewArticleDisplayCnt1Label
=
\u
8bbf
\u
95ee
\u6700\u
591a
\u6700\u
591a
\u65
87\u
7ae0
\u
663e
\u
793a
\u6570\u
76ee
\u
ff1a
indexMostViewArticleDisplayCnt1Label
=
\u
8bbf
\u
95ee
\u6700\u
591a
\u6700\u
591a
\u
65
e5
\u
5fd7
\u
663e
\u
793a
\u6570\u
76ee
\u
ff1a
relevantArticlesDisplayCnt1Label
=
\u
76f8
\u5173\u9605\u
8bfb
\u
663e
\u
793a
\u6570\u
76ee
\u
ff1a
relevantArticlesDisplayCnt1Label
=
\u
76f8
\u5173\u9605\u
8bfb
\u
663e
\u
793a
\u6570\u
76ee
\u
ff1a
randomArticlesDisplayCnt1Label
=
\u
968f
\u
673a
\u9605\u
8bfb
\u
663e
\u
793a
\u6570\u
76ee
\u
ff1a
randomArticlesDisplayCnt1Label
=
\u
968f
\u
673a
\u9605\u
8bfb
\u
663e
\u
793a
\u6570\u
76ee
\u
ff1a
externalRelevantArticlesDisplayCnt1Label
=
\u
7ad9
\u5916\u
76f8
\u5173\u9605\u
8bfb
\u
663e
\u
793a
\u6570\u
76ee
\u
ff1a
externalRelevantArticlesDisplayCnt1Label
=
\u
7ad9
\u5916\u
76f8
\u5173\u9605\u
8bfb
\u
663e
\u
793a
\u6570\u
76ee
\u
ff1a
windowSize1Label
=
\u5206\u9875\u9875\u7801\u6700\u5927\u
5bbd
\u
5ea6
\u
ff1a
windowSize1Label
=
\u5206\u9875\u9875\u7801\u6700\u5927\u
5bbd
\u
5ea6
\u
ff1a
pageSize1Label
=
\u5206\u9875\u
6bcf
\u9875\u
663e
\u
793a
\u65
87\u
7ae0
\u6570\u
ff1a
pageSize1Label
=
\u5206\u9875\u
6bcf
\u9875\u
663e
\u
793a
\u
65
e5
\u
5fd7
\u6570\u
ff1a
blogTitle1Label
=
\u
535a
\u
5ba2
\u6807\u9898\u
ff1a
blogTitle1Label
=
\u
535a
\u
5ba2
\u6807\u9898\u
ff1a
blogSubtitle1Label
=
\u
535a
\u
5ba2
\u
5b50
\u6807\u9898\u
ff1a
blogSubtitle1Label
=
\u
535a
\u
5ba2
\u
5b50
\u6807\u9898\u
ff1a
blogHost1Label
=
\u
535a
\u
5ba2
\u5730\u5740\u
ff1a
blogHost1Label
=
\u
535a
\u
5ba2
\u5730\u5740\u
ff1a
...
@@ -188,7 +194,7 @@ returnTo1Label=\u8fd4\u56de\uff1a
...
@@ -188,7 +194,7 @@ returnTo1Label=\u8fd4\u56de\uff1a
tencentLabel
=
\u
817e
\u
8baf
tencentLabel
=
\u
817e
\u
8baf
appKey1Label
=
App Key:
appKey1Label
=
App Key:
appSecret1Label
=
App Secret:
appSecret1Label
=
App Secret:
postToTencentMicroblogWhilePublishArticleLabel
=
\u
53d1
\u65
87\u
7ae0
\u
65f6
\u
540c
\u
6b65
\u5230\u
817e
\u
8baf
\u
5fae
\u
535a
\u
ff1a
postToTencentMicroblogWhilePublishArticleLabel
=
\u
53d1
\u
65
e5
\u
5fd7
\u
65f6
\u
540c
\u
6b65
\u5230\u
817e
\u
8baf
\u
5fae
\u
535a
\u
ff1a
postToCommunityLabel
=
\u
53d1
\u
5e03
\u5230\u
793e
\u
533a
\u
ff1a
postToCommunityLabel
=
\u
53d1
\u
5e03
\u5230\u
793e
\u
533a
\u
ff1a
authorizeTencentMicroblog1Label
=
\u
70b9
\u
51fb
\u
56fe
\u6807\u
8fdb
\u
884c
\u6388\u6743
:
authorizeTencentMicroblog1Label
=
\u
70b9
\u
51fb
\u
56fe
\u6807\u
8fdb
\u
884c
\u6388\u6743
:
googleLabel
=
Google
googleLabel
=
Google
...
@@ -209,16 +215,16 @@ readmoreLabel=\u9605\u8bfb\u66f4\u591a\u00bb
...
@@ -209,16 +215,16 @@ readmoreLabel=\u9605\u8bfb\u66f4\u591a\u00bb
readmore2Label
=
\u9605\u
8bfb
\u
66f4
\u
591a
readmore2Label
=
\u9605\u
8bfb
\u
66f4
\u
591a
replyLabel
=
\u
56de
\u
590d
\u
00bb
replyLabel
=
\u
56de
\u
590d
\u
00bb
homeLabel
=
\u9996\u9875
homeLabel
=
\u9996\u9875
enableArticleUpdateHint1Label
=
\u
542f
\u7528\u65
87\u
7ae0
\u
66f4
\u
65b0
\u
63d0
\u
793a
\u
ff1a
enableArticleUpdateHint1Label
=
\u
542f
\u7528\u
65
e5
\u
5fd7
\u
66f4
\u
65b0
\u
63d0
\u
793a
\u
ff1a
allowVisitDraftViaPermalink1Label
=
\u5141\u
8bb8
\u
901a
\u
8fc7
\u
94fe
\u
63a5
\u
8bbf
\u
95ee
\u8349\u
7a3f
\u
ff1a
allowVisitDraftViaPermalink1Label
=
\u5141\u
8bb8
\u
901a
\u
8fc7
\u
94fe
\u
63a5
\u
8bbf
\u
95ee
\u8349\u
7a3f
\u
ff1a
author1Label
=
\u
4f5c
\u8005\u
ff1a
author1Label
=
\u
4f5c
\u8005\u
ff1a
authorLabel
=
\u
4f5c
\u8005
authorLabel
=
\u
4f5c
\u8005
keyOfSolo1Label
=
Solo Key
\u
ff1a
keyOfSolo1Label
=
Solo Key
\u
ff1a
articleLabel
=
\u65
87\u
7ae0
articleLabel
=
\u
65
e5
\u
5fd7
tagArticlesLabel
=
\u6807\u
7b7e
\u65
87\u
7ae0
\u5217\u8868
tagArticlesLabel
=
\u6807\u
7b7e
\u
65
e5
\u
5fd7
\u5217\u8868
dateArticlesLabel
=
\u
5b58
\u6863\u65
87\u
7ae0
\u5217\u8868
dateArticlesLabel
=
\u
5b58
\u6863\u
65
e5
\u
5fd7
\u5217\u8868
authorArticlesLabel
=
\u
4f5c
\u8005\u65
87\u
7ae0
\u5217\u8868
authorArticlesLabel
=
\u
4f5c
\u8005\u
65
e5
\u
5fd7
\u5217\u8868
indexArticleLabel
=
\u9996\u9875\u65
87\u
7ae0
\u5217\u8868
indexArticleLabel
=
\u9996\u9875\u
65
e5
\u
5fd7
\u5217\u8868
allTagsLabel
=
\u6807\u
7b7e
\u5899
allTagsLabel
=
\u6807\u
7b7e
\u5899
customizedPageLabel
=
\u
81ea
\u
5b9a
\u
4e49
\u9875\u9762
customizedPageLabel
=
\u
81ea
\u
5b9a
\u
4e49
\u9875\u9762
killBrowserPageLabel
=
Kill Browser Page
killBrowserPageLabel
=
Kill Browser Page
...
@@ -255,7 +261,7 @@ gotoLabel=\u8df3\u8f6c
...
@@ -255,7 +261,7 @@ gotoLabel=\u8df3\u8f6c
nameEmptyLabel
=
\u
59d3
\u
540d
\u
4e0d
\u
80fd
\u
4e3a
\u
7a7a
\u
ff01
nameEmptyLabel
=
\u
59d3
\u
540d
\u
4e0d
\u
80fd
\u
4e3a
\u
7a7a
\u
ff01
passwordEmptyLabel
=
\u
5bc6
\u7801\u
4e0d
\u
80fd
\u
4e3a
\u
7a7a
\u
ff01
passwordEmptyLabel
=
\u
5bc6
\u7801\u
4e0d
\u
80fd
\u
4e3a
\u
7a7a
\u
ff01
blogEmptyLabel
=
\u
8bf7
\u9009\u
62e9
\u
535a
\u
5ba2
\u
670d
\u
52a1
\u
ff01
blogEmptyLabel
=
\u
8bf7
\u9009\u
62e9
\u
535a
\u
5ba2
\u
670d
\u
52a1
\u
ff01
blogArticleEmptyLabel
=
\u
8bf7
\u9009\u
62e9
\u9700\u8981\u
5bfc
\u5165\u7684\u65
87\u
7ae0
blogArticleEmptyLabel
=
\u
8bf7
\u9009\u
62e9
\u9700\u8981\u
5bfc
\u5165\u7684\u
65
e5
\u
5fd7
nameTooLongLabel
=
\u
59d3
\u
540d
\u
53ea
\u
80fd
\u
4e3a 2
\u5230
20
\u
4e2a
\u
5b57
\u
7b26
\u
ff01
nameTooLongLabel
=
\u
59d3
\u
540d
\u
53ea
\u
80fd
\u
4e3a 2
\u5230
20
\u
4e2a
\u
5b57
\u
7b26
\u
ff01
mailCannotEmptyLabel
=
\u
90ae
\u
7bb1
\u
4e0d
\u
80fd
\u
4e3a
\u
7a7a
\u
ff01
mailCannotEmptyLabel
=
\u
90ae
\u
7bb1
\u
4e0d
\u
80fd
\u
4e3a
\u
7a7a
\u
ff01
mailInvalidLabel
=
\u
90ae
\u
7bb1
\u
683c
\u
5f0f
\u
4e0d
\u
6b63
\u
786e
\u
ff01
mailInvalidLabel
=
\u
90ae
\u
7bb1
\u
683c
\u
5f0f
\u
4e0d
\u
6b63
\u
786e
\u
ff01
...
...
src/main/webapp/skins/next/side.ftl
View file @
7dbcaab1
...
@@ -15,19 +15,19 @@
...
@@ -15,19 +15,19 @@
<div class="site-state-item">
<div class="site-state-item">
<a href="/archives">
<a href="/archives">
<span class="site-state-item-count">${statistic.statisticPublishedBlogArticleCount}</span>
<span class="site-state-item-count">${statistic.statisticPublishedBlogArticleCount}</span>
<span class="site-state-item-name">
日志
</span>
<span class="site-state-item-name">
${articleLabel}
</span>
</a>
</a>
</div>
</div>
<div class="site-state-item site-state-categories">
<div class="site-state-item site-state-categories">
<span class="site-state-item-count">${statistic.statisticBlogViewCount}</span>
<span class="site-state-item-count">${statistic.statisticBlogViewCount}</span>
<span class="site-state-item-name">
浏览
</span>
<span class="site-state-item-name">
${viewLabel}
</span>
</div>
</div>
<div class="site-state-item site-state-tags">
<div class="site-state-item site-state-tags">
<a href="/tags">
<a href="/tags">
<span class="site-state-item-count">${statistic.statisticPublishedBlogCommentCount}</span>
<span class="site-state-item-count">${statistic.statisticPublishedBlogCommentCount}</span>
<span class="site-state-item-name">
评论
</span>
<span class="site-state-item-name">
${commentLabel}
</span>
</a>
</a>
</div>
</div>
</nav>
</nav>
...
...
src/main/webapp/skins/next/tags.ftl
View file @
7dbcaab1
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
<main
class=
"main wrapper"
>
<main
class=
"main wrapper"
>
<div
class=
"content"
>
<div
class=
"content"
>
<div
class=
"tag-cloud"
>
<div
class=
"tag-cloud"
>
目前共计 ${tags?size} 个标签
${sumLabel} ${tags?size} ${tagLabel}
<ul
class=
"tag-cloud-tags fn-clear"
id=
"tags"
>
<ul
class=
"tag-cloud-tags fn-clear"
id=
"tags"
>
<
#list
tags
as
tag
>
<
#list
tags
as
tag
>
<li>
<li>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment