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
a5960584
Commit
a5960584
authored
Feb 17, 2017
by
Van
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
✨
article list #12180
parent
bee52d30
Changes
15
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
1059 additions
and
685 deletions
+1059
-685
src/main/webapp/skins/9IPHP/article-list.ftl
src/main/webapp/skins/9IPHP/article-list.ftl
+43
-33
src/main/webapp/skins/9IPHP/article.ftl
src/main/webapp/skins/9IPHP/article.ftl
+4
-6
src/main/webapp/skins/9IPHP/css/base.css
src/main/webapp/skins/9IPHP/css/base.css
+268
-40
src/main/webapp/skins/9IPHP/css/fonts/icomoon.eot
src/main/webapp/skins/9IPHP/css/fonts/icomoon.eot
+0
-0
src/main/webapp/skins/9IPHP/css/fonts/icomoon.svg
src/main/webapp/skins/9IPHP/css/fonts/icomoon.svg
+9
-1
src/main/webapp/skins/9IPHP/css/fonts/icomoon.ttf
src/main/webapp/skins/9IPHP/css/fonts/icomoon.ttf
+0
-0
src/main/webapp/skins/9IPHP/css/fonts/icomoon.woff
src/main/webapp/skins/9IPHP/css/fonts/icomoon.woff
+0
-0
src/main/webapp/skins/9IPHP/css/fonts/selection.json
src/main/webapp/skins/9IPHP/css/fonts/selection.json
+410
-194
src/main/webapp/skins/9IPHP/footer.ftl
src/main/webapp/skins/9IPHP/footer.ftl
+1
-3
src/main/webapp/skins/9IPHP/header.ftl
src/main/webapp/skins/9IPHP/header.ftl
+58
-72
src/main/webapp/skins/9IPHP/index.ftl
src/main/webapp/skins/9IPHP/index.ftl
+7
-5
src/main/webapp/skins/9IPHP/js/common.js
src/main/webapp/skins/9IPHP/js/common.js
+15
-71
src/main/webapp/skins/9IPHP/lang/lang_en_US.properties
src/main/webapp/skins/9IPHP/lang/lang_en_US.properties
+5
-10
src/main/webapp/skins/9IPHP/lang/lang_zh_CN.properties
src/main/webapp/skins/9IPHP/lang/lang_zh_CN.properties
+238
-243
src/main/webapp/skins/9IPHP/side.ftl
src/main/webapp/skins/9IPHP/side.ftl
+1
-7
No files found.
src/main/webapp/skins/9IPHP/article-list.ftl
View file @
a5960584
<
section class="posts-expand"
>
<
div
>
<#list articles as article>
<#list articles as article>
<article class="post
-item
">
<article class="post">
<header>
<header>
<h1>
<h1>
<a
class="post-title-link"
rel="bookmark" href="${servePath}${article.articlePermalink}">
<a rel="bookmark" href="${servePath}${article.articlePermalink}">
${article.articleTitle}
${article.articleTitle}
</a>
</a>
<#if article.articlePutTop>
<#if article.articlePutTop>
...
@@ -18,49 +18,59 @@
...
@@ -18,49 +18,59 @@
</#if>
</#if>
</h1>
</h1>
<div class="
post-
meta">
<div class="meta">
<span>
<span
class="tooltipped tooltipped-n" aria-label="${createDateLabel}"
>
${postTimeLabel}
<i class="icon-date"></i>
<time>
<time>
${article.articleCreateDate?string("yyyy-MM-dd")}
${article.articleCreateDate?string("yyyy-MM-dd")}
</time>
</time>
</span>
</span>
<span>
|
|
<span class="tooltipped tooltipped-n" aria-label="${commentCountLabel}">
<i class="icon-comments"></i>
<a href="${servePath}${article.articlePermalink}#comments">
<a href="${servePath}${article.articlePermalink}#comments">
${article.articleCommentCount} ${cmtLabel}</a>
${article.articleCommentCount} ${commentLabel}</a>
</span>
|
<span class="tooltipped tooltipped-n" aria-label="${viewCountLabel}">
<i class="icon-views"></i>
${article.articleViewCount} ${viewLabel}
</span>
</span>
| ${viewsLabel} ${article.articleViewCount}°C
</div>
</div>
</header>
</header>
<div class="
article-body
">
<div class="
content-reset
">
${article.articleAbstract}
${article.articleAbstract}
</div>
</div>
<div class="post-more-link">
<footer class="fn-clear">
<a href="${servePath}${article.articlePermalink}#more" rel="contents">
<#list article.articleTags?split(",") as articleTag>
<a class="tag" rel="tag" href="${servePath}/tags/${articleTag?url('UTF-8')}">
${articleTag}</a>
</#list>
<a href="${servePath}${article.articlePermalink}#more" rel="contents" class="fn-right">
${readLabel} »
${readLabel} »
</a>
</a>
</
div
>
</
footer
>
</article>
</article>
</#list>
</#list>
</section>
<#if 0 != paginationPageCount>
<nav class="pagination">
<#if 0 != paginationPageCount>
<#if 1 != paginationPageNums?first>
<nav class="pagination">
<a href="${servePath}${path}/${paginationPreviousPageNum}" class="extend next"><<</a>
<#if 1 != paginationPageNums?first>
<a class="page-number" href="${servePath}${path}/1">1</a> ...
<a href="${servePath}${path}/${paginationPreviousPageNum}" class="extend next"><<</a>
</#if>
<a class="page-number" href="${servePath}${path}/1">1</a> ...
<#list paginationPageNums as paginationPageNum>
</#if>
<#if paginationPageNum == paginationCurrentPageNum>
<#list paginationPageNums as paginationPageNum>
<span class="page-number current">${paginationPageNum}</span>
<#if paginationPageNum == paginationCurrentPageNum>
<#else>
<span class="page-number current">${paginationPageNum}</span>
<a class="page-number" href="${servePath}${path}/${paginationPageNum}">${paginationPageNum}</a>
<#else>
</#if>
<a class="page-number" href="${servePath}${path}/${paginationPageNum}">${paginationPageNum}</a>
</#list>
</#if>
<#if paginationPageNums?last != paginationPageCount> ...
</#list>
<a href="${servePath}${path}/${paginationPageCount}" class="page-number">${paginationPageCount}</a>
<#if paginationPageNums?last != paginationPageCount> ...
<a href="${servePath}${path}/${paginationNextPageNum}" class="extend next">>></a>
<a href="${servePath}${path}/${paginationPageCount}" class="page-number">${paginationPageCount}</a>
<a href="${servePath}${path}/${paginationNextPageNum}" class="extend next">>></a>
</#if>
</nav>
</#if>
</#if>
</nav>
</div>
</#if>
\ No newline at end of file
\ No newline at end of file
src/main/webapp/skins/9IPHP/article.ftl
View file @
a5960584
...
@@ -53,12 +53,10 @@
...
@@ -53,12 +53,10 @@
</
#
if>
</
#
if>
</div>
</div>
<footer>
<footer>
<div
class=
"post-tags"
>
<
#list
article
.
articleTags
?
split
(",")
as
articleTag
>
<
#list
article
.
articleTags
?
split
(",")
as
articleTag
>
<a
rel=
"tag"
href=
"${servePath}/tags/${articleTag?url('UTF-8')}"
>
<a
rel=
"tag"
href=
"${servePath}/tags/${articleTag?url('UTF-8')}"
>
${articleTag}
</a>
${articleTag}
</a>
</
#
list>
</
#
list>
</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-right"
>
<div
class=
"post-nav-prev post-nav-item fn-right"
>
...
...
src/main/webapp/skins/9IPHP/css/base.css
View file @
a5960584
...
@@ -78,10 +78,11 @@ audio:not([controls]) {
...
@@ -78,10 +78,11 @@ audio:not([controls]) {
a
{
a
{
outline
:
0
;
outline
:
0
;
text-decoration
:
none
;
text-decoration
:
none
;
color
:
#
4285f4
color
:
#
383838
;
}
}
a
:hover
{
a
:hover
{
text-decoration
:
underline
color
:
#ff4d3a
;
text-decoration
:
underline
;
}
}
sub
,
sub
,
sup
{
sup
{
...
@@ -158,6 +159,9 @@ blockquote {
...
@@ -158,6 +159,9 @@ blockquote {
font-size
:
16px
;
font-size
:
16px
;
word-break
:
break-all
word-break
:
break-all
}
}
.content-reset
a
{
color
:
#ff4d3a
;
}
.content-reset
ul
,
.content-reset
ul
,
.content-reset
ol
{
.content-reset
ol
{
padding-left
:
2em
;
padding-left
:
2em
;
...
@@ -284,6 +288,9 @@ blockquote {
...
@@ -284,6 +288,9 @@ blockquote {
.fn-pointer
{
.fn-pointer
{
cursor
:
pointer
cursor
:
pointer
}
}
.fn-inline
{
display
:
inline
;
}
.fn-clear
:before
,
.fn-clear
:before
,
.fn-clear
:after
{
.fn-clear
:after
{
display
:
table
;
display
:
table
;
...
@@ -312,8 +319,9 @@ blockquote {
...
@@ -312,8 +319,9 @@ blockquote {
}
}
.tooltipped
{
.tooltipped
{
position
:
relative
;
position
:
relative
;
cursor
:
pointer
cursor
:
pointer
;
}
}
.tooltipped
::after
{
.tooltipped
::after
{
position
:
absolute
;
position
:
absolute
;
z-index
:
1000000
;
z-index
:
1000000
;
...
@@ -332,23 +340,45 @@ blockquote {
...
@@ -332,23 +340,45 @@ blockquote {
white-space
:
pre
;
white-space
:
pre
;
pointer-events
:
none
;
pointer-events
:
none
;
content
:
attr
(
aria-label
);
content
:
attr
(
aria-label
);
background
:
rgba
(
0
,
0
,
0
,
0.8
);
background
:
rgba
(
0
,
0
,
0
,
0.8
);
border-radius
:
3px
;
border-radius
:
3px
;
line-height
:
16px
;
line-height
:
16px
;
opacity
:
0
opacity
:
0
}
}
.tooltipped
::before
{
.tooltipped
::before
{
position
:
absolute
;
position
:
absolute
;
z-index
:
1000001
;
z-index
:
1000001
;
display
:
none
;
display
:
none
;
width
:
0
;
width
:
0
;
height
:
0
;
height
:
0
;
color
:
rgba
(
0
,
0
,
0
,
0.8
);
color
:
rgba
(
0
,
0
,
0
,
0.8
);
pointer-events
:
none
;
pointer-events
:
none
;
content
:
""
;
content
:
""
;
border
:
5px
solid
transparent
;
border
:
5px
solid
transparent
;
opacity
:
0
opacity
:
0
}
}
@-webkit-keyframes
tooltip-appear
{
from
{
opacity
:
0
}
to
{
opacity
:
1
}
}
@keyframes
tooltip-appear
{
from
{
opacity
:
0
}
to
{
opacity
:
1
}
}
.tooltipped-hover
::before
,
.tooltipped-hover
::before
,
.tooltipped-hover
::after
,
.tooltipped-hover
::after
,
.tooltipped
:hover::before
,
.tooltipped
:hover::before
,
...
@@ -370,73 +400,76 @@ blockquote {
...
@@ -370,73 +400,76 @@ blockquote {
-webkit-animation-delay
:
0.4s
;
-webkit-animation-delay
:
0.4s
;
animation-delay
:
0.4s
animation-delay
:
0.4s
}
}
.tooltipped-s
::after
,
.tooltipped-se
::after
,
.tooltipped-s
::after
,
.tooltipped-se
::after
,
.tooltipped-sw
::after
{
.tooltipped-sw
::after
{
top
:
100%
;
top
:
100%
;
right
:
50%
;
right
:
50%
;
margin-top
:
5px
margin-top
:
5px
}
}
.tooltipped-s
::before
,
.tooltipped-se
::before
,
.tooltipped-s
::before
,
.tooltipped-se
::before
,
.tooltipped-sw
::before
{
.tooltipped-sw
::before
{
top
:
auto
;
top
:
auto
;
right
:
50%
;
right
:
50%
;
bottom
:
-5px
;
bottom
:
-5px
;
margin-right
:
-5px
;
margin-right
:
-5px
;
border-bottom-color
:
rgba
(
0
,
0
,
0
,
0.8
)
border-bottom-color
:
rgba
(
0
,
0
,
0
,
0.8
)
}
}
.tooltipped-se
::after
{
.tooltipped-se
::after
{
right
:
auto
;
right
:
auto
;
left
:
50%
;
left
:
50%
;
margin-left
:
-15px
margin-left
:
-15px
}
}
.tooltipped-sw
::after
{
.tooltipped-sw
::after
{
margin-right
:
-15px
margin-right
:
-15px
}
}
.tooltipped-n
::after
,
.tooltipped-ne
::after
,
.tooltipped-n
::after
,
.tooltipped-ne
::after
,
.tooltipped-nw
::after
{
.tooltipped-nw
::after
{
right
:
50%
;
right
:
50%
;
bottom
:
100%
;
bottom
:
100%
;
margin-bottom
:
5px
margin-bottom
:
5px
}
}
.tooltipped-n
::before
,
.tooltipped-ne
::before
,
.tooltipped-n
::before
,
.tooltipped-ne
::before
,
.tooltipped-nw
::before
{
.tooltipped-nw
::before
{
top
:
-5px
;
top
:
-5px
;
right
:
50%
;
right
:
50%
;
bottom
:
auto
;
bottom
:
auto
;
margin-right
:
-5px
;
margin-right
:
-5px
;
border-top-color
:
rgba
(
0
,
0
,
0
,
0.8
)
border-top-color
:
rgba
(
0
,
0
,
0
,
0.8
)
}
}
.tooltipped-ne
::after
{
.tooltipped-ne
::after
{
right
:
auto
;
right
:
auto
;
left
:
50%
;
left
:
50%
;
margin-left
:
-15px
margin-left
:
-15px
}
}
.tooltipped-nw
::after
{
.tooltipped-nw
::after
{
margin-right
:
-15px
margin-right
:
-15px
}
}
.tooltipped-s
::after
,
.tooltipped-n
::after
{
.tooltipped-
s
::after
,
.tooltipped-
n
::after
{
-webkit-transform
:
translateX
(
50%
);
-webkit-transform
:
translateX
(
50%
);
transform
:
translateX
(
50%
)
transform
:
translateX
(
50%
)
}
}
.tooltipped-w
::after
{
.tooltipped-w
::after
{
right
:
100%
;
right
:
100%
;
bottom
:
50%
;
bottom
:
50%
;
margin-right
:
5px
;
margin-right
:
5px
;
-webkit-transform
:
translateY
(
50%
);
-webkit-transform
:
translateY
(
50%
);
transform
:
translateY
(
50%
)
transform
:
translateY
(
50%
)
;
}
}
.tooltipped-w
::before
{
.tooltipped-w
::before
{
top
:
50%
;
top
:
50%
;
bottom
:
50%
;
bottom
:
50%
;
left
:
-5px
;
left
:
-5px
;
margin-top
:
-5px
;
margin-top
:
-5px
;
border-left-color
:
rgba
(
0
,
0
,
0
,
0.8
)
border-left-color
:
rgba
(
0
,
0
,
0
,
0.8
);
}
}
.tooltipped-e
::after
{
.tooltipped-e
::after
{
bottom
:
50%
;
bottom
:
50%
;
left
:
100%
;
left
:
100%
;
...
@@ -444,13 +477,15 @@ blockquote {
...
@@ -444,13 +477,15 @@ blockquote {
-webkit-transform
:
translateY
(
50%
);
-webkit-transform
:
translateY
(
50%
);
transform
:
translateY
(
50%
)
transform
:
translateY
(
50%
)
}
}
.tooltipped-e
::before
{
.tooltipped-e
::before
{
top
:
50%
;
top
:
50%
;
right
:
-5px
;
right
:
-5px
;
bottom
:
50%
;
bottom
:
50%
;
margin-top
:
-5px
;
margin-top
:
-5px
;
border-right-color
:
rgba
(
0
,
0
,
0
,
0.8
)
border-right-color
:
rgba
(
0
,
0
,
0
,
0.8
)
}
}
a
[
class
^=
"icon-"
],
a
[
class
^=
"icon-"
],
a
[
class
*=
" icon-"
]
{
a
[
class
*=
" icon-"
]
{
color
:
#333
color
:
#333
...
@@ -479,21 +514,6 @@ a[class*=" icon-"]:hover {
...
@@ -479,21 +514,6 @@ a[class*=" icon-"]:hover {
-webkit-font-smoothing
:
antialiased
;
-webkit-font-smoothing
:
antialiased
;
-moz-osx-font-smoothing
:
grayscale
-moz-osx-font-smoothing
:
grayscale
}
}
.icon-register
:before
{
content
:
"\e973"
;
}
.icon-setting
:before
{
content
:
"\e994"
;
}
.icon-login
:before
{
content
:
"\ea13"
;
}
.icon-logout
:before
{
content
:
"\ea14"
;
}
.icon-rss
:before
{
content
:
"\e901"
;
}
.em00
,
.em01
,
.em02
,
.em03
,
.em04
,
.em05
,
.em06
,
.em07
,
.em08
,
.em09
,
.em00
,
.em01
,
.em02
,
.em03
,
.em04
,
.em05
,
.em06
,
.em07
,
.em08
,
.em09
,
.em10
,
.em11
,
.em12
,
.em13
,
.em14
{
.em10
,
.em11
,
.em12
,
.em13
,
.em14
{
cursor
:
pointer
;
cursor
:
pointer
;
...
@@ -555,6 +575,58 @@ a[class*=" icon-"]:hover {
...
@@ -555,6 +575,58 @@ a[class*=" icon-"]:hover {
}
}
/* end common */
/* end common */
/* start reset common */
.icon-views
:before
{
content
:
"\e900"
;
}
.icon-comments
:before
{
content
:
"\f0e6"
;
}
.icon-date
:before
{
content
:
"\f073"
;
}
.icon-search
:before
{
content
:
"\f002"
;
}
.icon-up
:before
{
content
:
"\f077"
;
}
.icon-inbox
:before
{
content
:
"\f01c"
;
}
.icon-tags
:before
{
content
:
"\f02c"
;
}
.icon-link
:before
{
content
:
"\f0c1"
;
}
.icon-refresh
:before
{
content
:
"\f021"
;
}
.icon-register
:before
{
content
:
"\e973"
;
}
.icon-setting
:before
{
content
:
"\e994"
;
}
.icon-login
:before
{
content
:
"\ea13"
;
}
.icon-rss
:before
{
content
:
"\e901"
;
}
*
::selection
{
background
:
none
repeat
scroll
0%
0%
#3D4450
;
color
:
#FFF
;
outline
:
none
;
}
a
{
transition
:
all
.3s
;
outline
:
none
;
}
/* end reset common */
/* start framework */
/* start framework */
.wrapper
{
.wrapper
{
width
:
90%
;
width
:
90%
;
...
@@ -562,4 +634,160 @@ a[class*=" icon-"]:hover {
...
@@ -562,4 +634,160 @@ a[class*=" icon-"]:hover {
min-width
:
720px
;
min-width
:
720px
;
max-width
:
1300px
;
max-width
:
1300px
;
}
}
/* end framework */
aside
{
\ No newline at end of file
width
:
28%
;
min-width
:
236px
;
}
.main-wrap
{
display
:
flex
;
}
main
{
margin-right
:
30px
;
flex
:
1
;
min-width
:
1px
;
}
/* end framework */
/* start header */
.banner
{
background-color
:
#393939
;
height
:
75px
;
}
.banner
h1
a
{
color
:
#fff
;
line-height
:
75px
;
}
.banner
small
{
color
:
#DFDFDF
;
font-size
:
15px
;
}
.banner
.fn-right
a
{
line-height
:
75px
;
color
:
#DFDFDF
;
text-decoration
:
none
;
margin-left
:
10px
;
opacity
:
0.6
;
}
.banner
.fn-right
a
:hover
{
opacity
:
1
;
}
.navbar
{
border-bottom
:
1px
solid
#eee
;
height
:
50px
;
margin-bottom
:
30px
;
}
.navbar
nav
a
{
color
:
#555
;
text-decoration
:
none
;
line-height
:
50px
;
margin-right
:
20px
;
}
.navbar
nav
a
:hover
{
color
:
#333
;
}
.navbar
form
{
position
:
relative
;
margin-top
:
8px
;
}
.navbar
input
{
border
:
1px
solid
#ccc
;
background-color
:
#FAFAFA
;
box-shadow
:
0
1px
2px
rgba
(
0
,
0
,
0
,
0.075
)
inset
;
padding
:
0
40px
0
10px
;
width
:
100%
;
line-height
:
28px
;
box-sizing
:
border-box
;
-moz-box-sizing
:
border-box
;
-webkit-box-sizing
:
border-box
}
.navbar
input
:focus
{
background-color
:
#FFF
;
box-shadow
:
0
1px
2px
rgba
(
0
,
0
,
0
,
0.075
)
inset
,
0
0
5px
rgba
(
81
,
167
,
232
,
0.5
);
border
:
1px
solid
#51A7E8
}
.navbar
button
{
background-color
:
#EB5750
;
border
:
0
;
color
:
#fff
;
position
:
absolute
;
top
:
0
;
right
:
0
;
height
:
30px
;
width
:
30px
;
}
.navbar
button
:hover
{
background-color
:
#e42f19
;
}
/* end header */
/* start article list */
.post
{
border
:
1px
solid
#ededed
;
margin-bottom
:
20px
;
padding
:
20px
;
}
.post
h1
{
margin-bottom
:
10px
;
}
.post
h1
a
{
font-size
:
30px
;
font-weight
:
500
;
text-decoration
:
none
;
}
.post
sup
{
color
:
#aaa
;
font-weight
:
300
;
}
.post
.meta
{
color
:
#aaa
;
margin-bottom
:
10px
;
}
.post
.meta
a
{
color
:
#aaa
;
text-decoration
:
none
;
}
.post
.meta
a
:hover
{
color
:
#ff4d3a
;
}
.post
footer
{
margin-top
:
10px
;
}
.post
footer
>
a
.tag
{
color
:
#fff
;
font-size
:
12px
;
display
:
block
;
float
:
left
;
background
:
#bbb
;
margin-right
:
10px
;
padding
:
0
5px
;
margin-top
:
2px
;
line-height
:
22px
;
}
.post
footer
>
a
.tag
:before
{
content
:
"#"
;
}
.post
footer
>
a
.tag
:hover
{
background
:
#999
;
}
/* end article list */
src/main/webapp/skins/9IPHP/css/fonts/icomoon.eot
View file @
a5960584
No preview for this file type
src/main/webapp/skins/9IPHP/css/fonts/icomoon.svg
View file @
a5960584
...
@@ -7,9 +7,17 @@
...
@@ -7,9 +7,17 @@
<font-face
units-per-em=
"1024"
ascent=
"960"
descent=
"-64"
/>
<font-face
units-per-em=
"1024"
ascent=
"960"
descent=
"-64"
/>
<missing-glyph
horiz-adv-x=
"1024"
/>
<missing-glyph
horiz-adv-x=
"1024"
/>
<glyph
unicode=
" "
horiz-adv-x=
"512"
d=
""
/>
<glyph
unicode=
" "
horiz-adv-x=
"512"
d=
""
/>
<glyph
unicode=
""
glyph-name=
"views"
d=
"M512 768c-282.784 0-512-320-512-320s229.216-320 512-320 512 320 512 320-229.216 320-512 320zM512 256c-106.016 0-192 85.984-192 192s85.984 192 192 192 192-85.984 192-192-85.984-192-192-192zM512 576c-70.688 0-128-57.312-128-128s57.312-128 128-128 128 57.312 128 128-57.312 128-128 128z"
/>
<glyph
unicode=
""
glyph-name=
"rss"
d=
"M136.294 209.070c-75.196 0-136.292-61.334-136.292-136.076 0-75.154 61.1-135.802 136.292-135.802 75.466 0 136.494 60.648 136.494 135.802-0.002 74.742-61.024 136.076-136.494 136.076zM0.156 612.070v-196.258c127.784 0 247.958-49.972 338.458-140.512 90.384-90.318 140.282-211.036 140.282-339.3h197.122c-0.002 372.82-303.282 676.070-675.862 676.070zM0.388 960v-196.356c455.782 0 826.756-371.334 826.756-827.644h196.856c0 564.47-459.254 1024-1023.612 1024z"
/>
<glyph
unicode=
""
glyph-name=
"rss"
d=
"M136.294 209.070c-75.196 0-136.292-61.334-136.292-136.076 0-75.154 61.1-135.802 136.292-135.802 75.466 0 136.494 60.648 136.494 135.802-0.002 74.742-61.024 136.076-136.494 136.076zM0.156 612.070v-196.258c127.784 0 247.958-49.972 338.458-140.512 90.384-90.318 140.282-211.036 140.282-339.3h197.122c-0.002 372.82-303.282 676.070-675.862 676.070zM0.388 960v-196.356c455.782 0 826.756-371.334 826.756-827.644h196.856c0 564.47-459.254 1024-1023.612 1024z"
/>
<glyph
unicode=
""
glyph-name=
"register"
d=
"M384 224c0 151.234 95.874 280.486 230.032 330.2 16.28 36.538 25.968 77.164 25.968 117.8 0 159.058 0 288-192 288s-192-128.942-192-288c0-99.060 57.502-198.104 128-237.832v-52.78c-217.102-17.748-384-124.42-384-253.388h397.306c-8.664 30.53-13.306 62.732-13.306 96zM736 512c-159.058 0-288-128.942-288-288s128.942-288 288-288c159.056 0 288 128.942 288 288s-128.942 288-288 288zM896 192h-128v-128h-64v128h-128v64h128v128h64v-128h128v-64z"
/>
<glyph
unicode=
""
glyph-name=
"register"
d=
"M384 224c0 151.234 95.874 280.486 230.032 330.2 16.28 36.538 25.968 77.164 25.968 117.8 0 159.058 0 288-192 288s-192-128.942-192-288c0-99.060 57.502-198.104 128-237.832v-52.78c-217.102-17.748-384-124.42-384-253.388h397.306c-8.664 30.53-13.306 62.732-13.306 96zM736 512c-159.058 0-288-128.942-288-288s128.942-288 288-288c159.056 0 288 128.942 288 288s-128.942 288-288 288zM896 192h-128v-128h-64v128h-128v64h128v128h64v-128h128v-64z"
/>
<glyph
unicode=
""
glyph-name=
"setting"
d=
"M933.79 349.75c-53.726 93.054-21.416 212.304 72.152 266.488l-100.626 174.292c-28.75-16.854-62.176-26.518-97.846-26.518-107.536 0-194.708 87.746-194.708 195.99h-201.258c0.266-33.41-8.074-67.282-25.958-98.252-53.724-93.056-173.156-124.702-266.862-70.758l-100.624-174.292c28.97-16.472 54.050-40.588 71.886-71.478 53.638-92.908 21.512-211.92-71.708-266.224l100.626-174.292c28.65 16.696 61.916 26.254 97.4 26.254 107.196 0 194.144-87.192 194.7-194.958h201.254c-0.086 33.074 8.272 66.57 25.966 97.218 53.636 92.906 172.776 124.594 266.414 71.012l100.626 174.29c-28.78 16.466-53.692 40.498-71.434 71.228zM512 240.668c-114.508 0-207.336 92.824-207.336 207.334 0 114.508 92.826 207.334 207.336 207.334 114.508 0 207.332-92.826 207.332-207.334-0.002-114.51-92.824-207.334-207.332-207.334z"
/>
<glyph
unicode=
""
glyph-name=
"setting"
d=
"M933.79 349.75c-53.726 93.054-21.416 212.304 72.152 266.488l-100.626 174.292c-28.75-16.854-62.176-26.518-97.846-26.518-107.536 0-194.708 87.746-194.708 195.99h-201.258c0.266-33.41-8.074-67.282-25.958-98.252-53.724-93.056-173.156-124.702-266.862-70.758l-100.624-174.292c28.97-16.472 54.050-40.588 71.886-71.478 53.638-92.908 21.512-211.92-71.708-266.224l100.626-174.292c28.65 16.696 61.916 26.254 97.4 26.254 107.196 0 194.144-87.192 194.7-194.958h201.254c-0.086 33.074 8.272 66.57 25.966 97.218 53.636 92.906 172.776 124.594 266.414 71.012l100.626 174.29c-28.78 16.466-53.692 40.498-71.434 71.228zM512 240.668c-114.508 0-207.336 92.824-207.336 207.334 0 114.508 92.826 207.334 207.336 207.334 114.508 0 207.332-92.826 207.332-207.334-0.002-114.51-92.824-207.334-207.332-207.334z"
/>
<glyph
unicode=
""
glyph-name=
"login"
d=
"M384 448h-320v128h320v128l192-192-192-192zM1024 960v-832l-384-192v192h-384v256h64v-192h320v576l256 128h-576v-256h-64v320z"
/>
<glyph
unicode=
""
glyph-name=
"login"
d=
"M384 448h-320v128h320v128l192-192-192-192zM1024 960v-832l-384-192v192h-384v256h64v-192h320v576l256 128h-576v-256h-64v320z"
/>
<glyph
unicode=
""
glyph-name=
"logout"
d=
"M768 320v128h-320v128h320v128l192-192zM704 384v-256h-320v-192l-384 192v832h704v-320h-64v256h-512l256-128v-576h256v192z"
/>
<glyph
unicode=
""
glyph-name=
"search"
horiz-adv-x=
"951"
d=
"M658.286 475.428c0 141.143-114.857 256-256 256s-256-114.857-256-256 114.857-256 256-256 256 114.857 256 256zM950.857 0c0-40-33.143-73.143-73.143-73.143-19.429 0-38.286 8-51.429 21.714l-196 195.429c-66.857-46.286-146.857-70.857-228-70.857-222.286 0-402.286 180-402.286 402.286s180 402.286 402.286 402.286 402.286-180 402.286-402.286c0-81.143-24.571-161.143-70.857-228l196-196c13.143-13.143 21.143-32 21.143-51.429z"
/>
<glyph
unicode=
""
glyph-name=
"inbox"
horiz-adv-x=
"878"
d=
"M584.571 402.286h180.571c-1.143 2.857-1.714 6.286-2.857 9.143l-121.143 283.429h-404.571l-121.143-283.429c-1.143-2.857-1.714-6.286-2.857-9.143h180.571l54.286-109.714h182.857zM877.714 385.143v-275.429c0-20-16.571-36.571-36.571-36.571h-804.571c-20 0-36.571 16.571-36.571 36.571v275.429c0 20.571 6.286 50.857 14.286 70.286l136 315.429c8 18.857 30.857 33.714 50.857 33.714h475.429c20 0 42.857-14.857 50.857-33.714l136-315.429c8-19.429 14.286-49.714 14.286-70.286z"
/>
<glyph
unicode=
""
glyph-name=
"refresh"
horiz-adv-x=
"878"
d=
"M863.429 347.428c0-1.143 0-2.857-0.571-4-48.571-202.286-215.429-343.429-426.286-343.429-111.429 0-219.429 44-300.571 121.143l-73.714-73.714c-6.857-6.857-16-10.857-25.714-10.857-20 0-36.571 16.571-36.571 36.571v256c0 20 16.571 36.571 36.571 36.571h256c20 0 36.571-16.571 36.571-36.571 0-9.714-4-18.857-10.857-25.714l-78.286-78.286c53.714-50.286 125.143-78.857 198.857-78.857 101.714 0 196 52.571 249.143 139.429 13.714 22.286 20.571 44 30.286 66.857 2.857 8 8.571 13.143 17.143 13.143h109.714c10.286 0 18.286-8.571 18.286-18.286zM877.714 804.571v-256c0-20-16.571-36.571-36.571-36.571h-256c-20 0-36.571 16.571-36.571 36.571 0 9.714 4 18.857 10.857 25.714l78.857 78.857c-54.286 50.286-125.714 78.286-199.429 78.286-101.714 0-196-52.571-249.143-139.429-13.714-22.286-20.571-44-30.286-66.857-2.857-8-8.571-13.143-17.143-13.143h-113.714c-10.286 0-18.286 8.571-18.286 18.286v4c49.143 202.857 217.714 343.429 428.571 343.429 112 0 221.143-44.571 302.286-121.143l74.286 73.714c6.857 6.857 16 10.857 25.714 10.857 20 0 36.571-16.571 36.571-36.571z"
/>
<glyph
unicode=
""
glyph-name=
"tags"
horiz-adv-x=
"1085"
d=
"M256 694.857c0 40.571-32.571 73.143-73.143 73.143s-73.143-32.571-73.143-73.143 32.571-73.143 73.143-73.143 73.143 32.571 73.143 73.143zM865.714 365.714c0-19.429-8-38.286-21.143-51.429l-280.571-281.143c-13.714-13.143-32.571-21.143-52-21.143s-38.286 8-51.429 21.143l-408.571 409.143c-29.143 28.571-52 84-52 124.571v237.714c0 40 33.143 73.143 73.143 73.143h237.714c40.571 0 96-22.857 125.143-52l408.571-408c13.143-13.714 21.143-32.571 21.143-52zM1085.143 365.714c0-19.429-8-38.286-21.143-51.429l-280.571-281.143c-13.714-13.143-32.571-21.143-52-21.143-29.714 0-44.571 13.714-64 33.714l268.571 268.571c13.143 13.143 21.143 32 21.143 51.429s-8 38.286-21.143 52l-408.571 408c-29.143 29.143-84.571 52-125.143 52h128c40.571 0 96-22.857 125.143-52l408.571-408c13.143-13.714 21.143-32.571 21.143-52z"
/>
<glyph
unicode=
""
glyph-name=
"date"
horiz-adv-x=
"951"
d=
"M73.143 0h164.571v164.571h-164.571v-164.571zM274.286 0h182.857v164.571h-182.857v-164.571zM73.143 201.143h164.571v182.857h-164.571v-182.857zM274.286 201.143h182.857v182.857h-182.857v-182.857zM73.143 420.571h164.571v164.571h-164.571v-164.571zM493.714 0h182.857v164.571h-182.857v-164.571zM274.286 420.571h182.857v164.571h-182.857v-164.571zM713.143 0h164.571v164.571h-164.571v-164.571zM493.714 201.143h182.857v182.857h-182.857v-182.857zM292.571 694.857v164.571c0 9.714-8.571 18.286-18.286 18.286h-36.571c-9.714 0-18.286-8.571-18.286-18.286v-164.571c0-9.714 8.571-18.286 18.286-18.286h36.571c9.714 0 18.286 8.571 18.286 18.286zM713.143 201.143h164.571v182.857h-164.571v-182.857zM493.714 420.571h182.857v164.571h-182.857v-164.571zM713.143 420.571h164.571v164.571h-164.571v-164.571zM731.429 694.857v164.571c0 9.714-8.571 18.286-18.286 18.286h-36.571c-9.714 0-18.286-8.571-18.286-18.286v-164.571c0-9.714 8.571-18.286 18.286-18.286h36.571c9.714 0 18.286 8.571 18.286 18.286zM950.857 731.428v-731.429c0-40-33.143-73.143-73.143-73.143h-804.571c-40 0-73.143 33.143-73.143 73.143v731.429c0 40 33.143 73.143 73.143 73.143h73.143v54.857c0 50.286 41.143 91.429 91.429 91.429h36.571c50.286 0 91.429-41.143 91.429-91.429v-54.857h219.429v54.857c0 50.286 41.143 91.429 91.429 91.429h36.571c50.286 0 91.429-41.143 91.429-91.429v-54.857h73.143c40 0 73.143-33.143 73.143-73.143z"
/>
<glyph
unicode=
""
glyph-name=
"up"
d=
"M961.714 190.286l-94.857-94.286c-14.286-14.286-37.143-14.286-51.429 0l-303.429 303.429-303.429-303.429c-14.286-14.286-37.143-14.286-51.429 0l-94.857 94.286c-14.286 14.286-14.286 37.714 0 52l424 423.429c14.286 14.286 37.143 14.286 51.429 0l424-423.429c14.286-14.286 14.286-37.714 0-52z"
/>
<glyph
unicode=
""
glyph-name=
"link"
horiz-adv-x=
"951"
d=
"M832 256c0 14.857-5.714 28.571-16 38.857l-118.857 118.857c-10.286 10.286-24.571 16-38.857 16-16.571 0-29.714-6.286-41.143-18.286 18.857-18.857 41.143-34.857 41.143-64 0-30.286-24.571-54.857-54.857-54.857-29.143 0-45.143 22.286-64 41.143-12-11.429-18.857-24.571-18.857-41.714 0-14.286 5.714-28.571 16-38.857l117.714-118.286c10.286-10.286 24.571-15.429 38.857-15.429s28.571 5.143 38.857 14.857l84 83.429c10.286 10.286 16 24 16 38.286zM430.286 658.857c0 14.286-5.714 28.571-16 38.857l-117.714 118.286c-10.286 10.286-24.571 16-38.857 16s-28.571-5.714-38.857-15.429l-84-83.429c-10.286-10.286-16-24-16-38.286 0-14.857 5.714-28.571 16-38.857l118.857-118.857c10.286-10.286 24.571-15.429 38.857-15.429 16.571 0 29.714 5.714 41.143 17.714-18.857 18.857-41.143 34.857-41.143 64 0 30.286 24.571 54.857 54.857 54.857 29.143 0 45.143-22.286 64-41.143 12 11.429 18.857 24.571 18.857 41.714zM941.714 256c0-43.429-17.714-85.714-48.571-116l-84-83.429c-30.857-30.857-72.571-47.429-116-47.429-44 0-85.714 17.143-116.571 48.571l-117.714 118.286c-30.857 30.857-47.429 72.571-47.429 116 0 45.143 18.286 88 50.286 119.429l-50.286 50.286c-31.429-32-73.714-50.286-118.857-50.286-43.429 0-85.714 17.143-116.571 48l-118.857 118.857c-31.429 31.429-48 72.571-48 116.571 0 43.429 17.714 85.714 48.571 116l84 83.429c30.857 30.857 72.571 47.429 116 47.429 44 0 85.714-17.143 116.571-48.571l117.714-118.286c30.857-30.857 47.429-72.571 47.429-116 0-45.143-18.286-88-50.286-119.429l50.286-50.286c31.429 32 73.714 50.286 118.857 50.286 43.429 0 85.714-17.143 116.571-48l118.857-118.857c31.429-31.429 48-72.571 48-116.571z"
/>
<glyph
unicode=
""
glyph-name=
"comments"
d=
"M402.286 731.428c-178.286 0-329.143-100.571-329.143-219.429 0-62.857 42.286-123.429 115.429-165.714l55.429-32-20-48c12 6.857 24 14.286 35.429 22.286l25.143 17.714 30.286-5.714c28.571-5.143 57.714-8 87.429-8 178.286 0 329.143 100.571 329.143 219.429s-150.857 219.429-329.143 219.429zM402.286 804.571c222.286 0 402.286-130.857 402.286-292.571s-180-292.571-402.286-292.571c-34.857 0-68.571 3.429-100.571 9.143-47.429-33.714-101.143-58.286-158.857-73.143-15.429-4-32-6.857-49.143-9.143h-1.714c-8.571 0-16.571 6.857-18.286 16.571v0c-2.286 10.857 5.143 17.714 11.429 25.143 22.286 25.143 47.429 47.429 66.857 94.857-92.571 53.714-152 136.571-152 229.143 0 161.714 180 292.571 402.286 292.571zM872 136.571c19.429-47.429 44.571-69.714 66.857-94.857 6.286-7.429 13.714-14.286 11.429-25.143v0c-2.286-10.286-10.857-17.714-20-16.571-17.143 2.286-33.714 5.143-49.143 9.143-57.714 14.857-111.429 39.429-158.857 73.143-32-5.714-65.714-9.143-100.571-9.143-103.429 0-198.286 28.571-269.714 75.429 16.571-1.143 33.714-2.286 50.286-2.286 122.857 0 238.857 35.429 327.429 99.429 95.429 69.714 148 164 148 266.286 0 29.714-4.571 58.857-13.143 86.857 96.571-53.143 159.429-137.714 159.429-233.143 0-93.143-59.429-175.429-152-229.143z"
/>
</font></defs></svg>
</font></defs></svg>
\ No newline at end of file
src/main/webapp/skins/9IPHP/css/fonts/icomoon.ttf
View file @
a5960584
No preview for this file type
src/main/webapp/skins/9IPHP/css/fonts/icomoon.woff
View file @
a5960584
No preview for this file type
src/main/webapp/skins/9IPHP/css/fonts/selection.json
View file @
a5960584
{
{
"IcoMoonType"
:
"selection"
,
"IcoMoonType"
:
"selection"
,
"icons"
:
[
"icons"
:
[
{
{
"icon"
:
{
"icon"
:
{
"paths"
:
[
"paths"
:
[
"M384 736c0-151.234 95.874-280.486 230.032-330.2 16.28-36.538 25.968-77.164 25.968-117.8 0-159.058 0-288-192-288s-192 128.942-192 288c0 99.060 57.502 198.104 128 237.832v52.78c-217.102 17.748-384 124.42-384 253.388h397.306c-8.664-30.53-13.306-62.732-13.306-96z"
,
"M512 192c-282.784 0-512 320-512 320s229.216 320 512 320 512-320 512-320-229.216-320-512-320zM512 704c-106.016 0-192-85.984-192-192s85.984-192 192-192 192 85.984 192 192-85.984 192-192 192zM512 384c-70.688 0-128 57.312-128 128s57.312 128 128 128 128-57.312 128-128-57.312-128-128-128z"
"M736 448c-159.058 0-288 128.942-288 288s128.942 288 288 288c159.056 0 288-128.942 288-288s-128.942-288-288-288zM896 768h-128v128h-64v-128h-128v-64h128v-128h64v128h128v64z"
],
],
"attrs"
:
[
"width"
:
1024
,
{}
"attrs"
:
[],
],
"isMulticolor"
:
false
,
"isMulticolor"
:
false
,
"isMulticolor2"
:
false
,
"isMulticolor2"
:
false
,
"tags"
:
[
"tags"
:
[
"user-plus"
,
"eye"
,
"user"
,
"views"
"user-add"
,
],
"profile"
,
"grid"
:
16
"avatar"
,
},
"person"
,
"attrs"
:
[
"member"
{}
],
],
"defaultCode"
:
59763
,
"properties"
:
{
"grid"
:
16
"order"
:
85
,
},
"id"
:
287
,
"attrs"
:
[],
"name"
:
"views"
,
"properties"
:
{
"prevSize"
:
32
,
"ligatures"
:
"user-plus, user2"
,
"code"
:
59648
"name"
:
"register"
,
},
"id"
:
115
,
"setIdx"
:
1
,
"order"
:
42
,
"setId"
:
1
,
"prevSize"
:
32
,
"iconIdx"
:
0
"code"
:
59763
},
},
{
"setIdx"
:
0
,
"icon"
:
{
"setId"
:
1
,
"paths"
:
[
"iconIdx"
:
115
"M384 736c0-151.234 95.874-280.486 230.032-330.2 16.28-36.538 25.968-77.164 25.968-117.8 0-159.058 0-288-192-288s-192 128.942-192 288c0 99.060 57.502 198.104 128 237.832v52.78c-217.102 17.748-384 124.42-384 253.388h397.306c-8.664-30.53-13.306-62.732-13.306-96z"
,
},
"M736 448c-159.058 0-288 128.942-288 288s128.942 288 288 288c159.056 0 288-128.942 288-288s-128.942-288-288-288zM896 768h-128v128h-64v-128h-128v-64h128v-128h64v128h128v64z"
{
],
"icon"
:
{
"width"
:
1024
,
"paths"
:
[
"attrs"
:
[],
"M933.79 610.25c-53.726-93.054-21.416-212.304 72.152-266.488l-100.626-174.292c-28.75 16.854-62.176 26.518-97.846 26.518-107.536 0-194.708-87.746-194.708-195.99h-201.258c0.266 33.41-8.074 67.282-25.958 98.252-53.724 93.056-173.156 124.702-266.862 70.758l-100.624 174.292c28.97 16.472 54.050 40.588 71.886 71.478 53.638 92.908 21.512 211.92-71.708 266.224l100.626 174.292c28.65-16.696 61.916-26.254 97.4-26.254 107.196 0 194.144 87.192 194.7 194.958h201.254c-0.086-33.074 8.272-66.57 25.966-97.218 53.636-92.906 172.776-124.594 266.414-71.012l100.626-174.29c-28.78-16.466-53.692-40.498-71.434-71.228zM512 719.332c-114.508 0-207.336-92.824-207.336-207.334 0-114.508 92.826-207.334 207.336-207.334 114.508 0 207.332 92.826 207.332 207.334-0.002 114.51-92.824 207.334-207.332 207.334z"
"isMulticolor"
:
false
,
],
"isMulticolor2"
:
false
,
"attrs"
:
[],
"tags"
:
[
"isMulticolor"
:
false
,
"user-plus"
,
"isMulticolor2"
:
false
,
"user"
,
"tags"
:
[
"user-add"
,
"cog"
,
"profile"
,
"gear"
,
"avatar"
,
"preferences"
,
"person"
,
"settings"
,
"member"
"generate"
,
],
"control"
,
"defaultCode"
:
59763
,
"options"
"grid"
:
16
],
},
"defaultCode"
:
59796
,
"attrs"
:
[],
"grid"
:
16
"properties"
:
{
},
"ligatures"
:
"user-plus, user2"
,
"attrs"
:
[],
"name"
:
"register"
,
"properties"
:
{
"id"
:
115
,
"ligatures"
:
"cog, gear"
,
"order"
:
76
,
"name"
:
"setting"
,
"prevSize"
:
32
,
"id"
:
148
,
"code"
:
59763
"order"
:
40
,
},
"prevSize"
:
32
,
"setIdx"
:
1
,
"code"
:
59796
"setId"
:
1
,
},
"iconIdx"
:
9
"setIdx"
:
0
,
},
"setId"
:
1
,
{
"iconIdx"
:
148
"icon"
:
{
},
"paths"
:
[
{
"M933.79 610.25c-53.726-93.054-21.416-212.304 72.152-266.488l-100.626-174.292c-28.75 16.854-62.176 26.518-97.846 26.518-107.536 0-194.708-87.746-194.708-195.99h-201.258c0.266 33.41-8.074 67.282-25.958 98.252-53.724 93.056-173.156 124.702-266.862 70.758l-100.624 174.292c28.97 16.472 54.050 40.588 71.886 71.478 53.638 92.908 21.512 211.92-71.708 266.224l100.626 174.292c28.65-16.696 61.916-26.254 97.4-26.254 107.196 0 194.144 87.192 194.7 194.958h201.254c-0.086-33.074 8.272-66.57 25.966-97.218 53.636-92.906 172.776-124.594 266.414-71.012l100.626-174.29c-28.78-16.466-53.692-40.498-71.434-71.228zM512 719.332c-114.508 0-207.336-92.824-207.336-207.334 0-114.508 92.826-207.334 207.336-207.334 114.508 0 207.332 92.826 207.332 207.334-0.002 114.51-92.824 207.334-207.332 207.334z"
"icon"
:
{
],
"paths"
:
[
"attrs"
:
[],
"M384 512h-320v-128h320v-128l192 192-192 192zM1024 0v832l-384 192v-192h-384v-256h64v192h320v-576l256-128h-576v256h-64v-320z"
"isMulticolor"
:
false
,
],
"isMulticolor2"
:
false
,
"attrs"
:
[],
"tags"
:
[
"isMulticolor"
:
false
,
"cog"
,
"isMulticolor2"
:
false
,
"gear"
,
"tags"
:
[
"preferences"
,
"enter"
,
"settings"
,
"signin"
,
"generate"
,
"login"
"control"
,
],
"options"
"defaultCode"
:
59923
,
],
"grid"
:
16
"defaultCode"
:
59796
,
},
"grid"
:
16
"attrs"
:
[],
},
"properties"
:
{
"attrs"
:
[],
"ligatures"
:
"enter, signin"
,
"properties"
:
{
"name"
:
"login"
,
"ligatures"
:
"cog, gear"
,
"id"
:
275
,
"name"
:
"setting"
,
"order"
:
38
,
"id"
:
148
,
"prevSize"
:
32
,
"order"
:
77
,
"code"
:
59923
"prevSize"
:
32
,
},
"code"
:
59796
"setIdx"
:
0
,
},
"setId"
:
1
,
"setIdx"
:
1
,
"iconIdx"
:
275
"setId"
:
1
,
},
"iconIdx"
:
10
{
},
"icon"
:
{
{
"paths"
:
[
"icon"
:
{
"M768 640v-128h-320v-128h320v-128l192 192zM704 576v256h-320v192l-384-192v-832h704v320h-64v-256h-512l256 128v576h256v-192z"
"paths"
:
[
],
"M384 512h-320v-128h320v-128l192 192-192 192zM1024 0v832l-384 192v-192h-384v-256h64v192h320v-576l256-128h-576v256h-64v-320z"
"attrs"
:
[],
],
"isMulticolor"
:
false
,
"attrs"
:
[],
"isMulticolor2"
:
false
,
"isMulticolor"
:
false
,
"tags"
:
[
"isMulticolor2"
:
false
,
"exit"
,
"tags"
:
[
"signout"
,
"enter"
,
"logout"
,
"signin"
,
"quit"
,
"login"
"close"
],
],
"defaultCode"
:
59923
,
"defaultCode"
:
59924
,
"grid"
:
16
"grid"
:
16
},
},
"attrs"
:
[],
"attrs"
:
[],
"properties"
:
{
"properties"
:
{
"ligatures"
:
"enter, signin"
,
"ligatures"
:
"exit, signout"
,
"name"
:
"login"
,
"name"
:
"logout"
,
"id"
:
275
,
"id"
:
276
,
"order"
:
78
,
"order"
:
39
,
"prevSize"
:
32
,
"prevSize"
:
32
,
"code"
:
59923
"code"
:
59924
},
},
"setIdx"
:
1
,
"setIdx"
:
0
,
"setId"
:
1
,
"setId"
:
1
,
"iconIdx"
:
11
"iconIdx"
:
276
},
},
{
{
"icon"
:
{
"icon"
:
{
"paths"
:
[
"paths"
:
[
"M136.294 750.93c-75.196 0-136.292 61.334-136.292 136.076 0 75.154 61.1 135.802 136.292 135.802 75.466 0 136.494-60.648 136.494-135.802-0.002-74.742-61.024-136.076-136.494-136.076zM0.156 347.93v196.258c127.784 0 247.958 49.972 338.458 140.512 90.384 90.318 140.282 211.036 140.282 339.3h197.122c-0.002-372.82-303.282-676.070-675.862-676.070zM0.388 0v196.356c455.782 0 826.756 371.334 826.756 827.644h196.856c0-564.47-459.254-1024-1023.612-1024z"
"M136.294 750.93c-75.196 0-136.292 61.334-136.292 136.076 0 75.154 61.1 135.802 136.292 135.802 75.466 0 136.494-60.648 136.494-135.802-0.002-74.742-61.024-136.076-136.494-136.076zM0.156 347.93v196.258c127.784 0 247.958 49.972 338.458 140.512 90.384 90.318 140.282 211.036 140.282 339.3h197.122c-0.002-372.82-303.282-676.070-675.862-676.070zM0.388 0v196.356c455.782 0 826.756 371.334 826.756 827.644h196.856c0-564.47-459.254-1024-1023.612-1024z"
],
],
"attrs"
:
[
"attrs"
:
[
{}
{}
],
],
"isMulticolor"
:
false
,
"isMulticolor"
:
false
,
"isMulticolor2"
:
false
,
"isMulticolor2"
:
false
,
"tags"
:
[
"tags"
:
[
"feed"
,
"feed"
,
"rss"
,
"rss"
,
"social"
"social"
],
],
"grid"
:
16
"grid"
:
16
},
},
"attrs"
:
[
"attrs"
:
[
{}
{}
],
],
"properties"
:
{
"properties"
:
{
"order"
:
79
,
"order"
:
1
,
"id"
:
0
,
"id"
:
0
,
"prevSize"
:
32
,
"prevSize"
:
32
,
"code"
:
59649
,
"code"
:
59649
,
"name"
:
"rss"
"name"
:
"rss"
},
},
"setIdx"
:
1
,
"setIdx"
:
1
,
"setId"
:
1
,
"setId"
:
0
,
"iconIdx"
:
12
"iconIdx"
:
1
},
}
{
],
"icon"
:
{
"height"
:
1024
,
"paths"
:
[
"metadata"
:
{
"M402.286 219.429c-178.286 0-329.143 100.571-329.143 219.429 0 62.857 42.286 123.429 115.429 165.714l55.429 32-20 48c12-6.857 24-14.286 35.429-22.286l25.143-17.714 30.286 5.714c28.571 5.143 57.714 8 87.429 8 178.286 0 329.143-100.571 329.143-219.429s-150.857-219.429-329.143-219.429zM402.286 146.286c222.286 0 402.286 130.857 402.286 292.571s-180 292.571-402.286 292.571c-34.857 0-68.571-3.429-100.571-9.143-47.429 33.714-101.143 58.286-158.857 73.143-15.429 4-32 6.857-49.143 9.143h-1.714c-8.571 0-16.571-6.857-18.286-16.571v0c-2.286-10.857 5.143-17.714 11.429-25.143 22.286-25.143 47.429-47.429 66.857-94.857-92.571-53.714-152-136.571-152-229.143 0-161.714 180-292.571 402.286-292.571zM872 814.286c19.429 47.429 44.571 69.714 66.857 94.857 6.286 7.429 13.714 14.286 11.429 25.143v0c-2.286 10.286-10.857 17.714-20 16.571-17.143-2.286-33.714-5.143-49.143-9.143-57.714-14.857-111.429-39.429-158.857-73.143-32 5.714-65.714 9.143-100.571 9.143-103.429 0-198.286-28.571-269.714-75.429 16.571 1.143 33.714 2.286 50.286 2.286 122.857 0 238.857-35.429 327.429-99.429 95.429-69.714 148-164 148-266.286 0-29.714-4.571-58.857-13.143-86.857 96.571 53.143 159.429 137.714 159.429 233.143 0 93.143-59.429 175.429-152 229.143z"
"name"
:
"icomoon"
],
},
"width"
:
1024
,
"preferences"
:
{
"attrs"
:
[],
"showGlyphs"
:
true
,
"isMulticolor"
:
false
,
"showQuickUse"
:
true
,
"isMulticolor2"
:
false
,
"showQuickUse2"
:
true
,
"tags"
:
[
"showSVGs"
:
true
,
"comments-o"
"fontPref"
:
{
],
"prefix"
:
"icon-"
,
"defaultCode"
:
61670
,
"metadata"
:
{
"grid"
:
14
"fontFamily"
:
"icomoon"
},
},
"attrs"
:
[],
"metrics"
:
{
"properties"
:
{
"emSize"
:
1024
,
"name"
:
"comments"
,
"baseline"
:
6.25
,
"id"
:
286
,
"whitespace"
:
50
"order"
:
83
,
},
"prevSize"
:
28
,
"embed"
:
false
"code"
:
61670
},
},
"imagePref"
:
{
"setIdx"
:
1
,
"prefix"
:
"icon-"
,
"setId"
:
1
,
"png"
:
true
,
"iconIdx"
:
1
"useClassSelector"
:
true
,
},
"color"
:
4473924
,
{
"bgColor"
:
16777215
"icon"
:
{
},
"paths"
:
[
"historySize"
:
100
,
"M73.143 950.857h164.571v-164.571h-164.571v164.571zM274.286 950.857h182.857v-164.571h-182.857v164.571zM73.143 749.714h164.571v-182.857h-164.571v182.857zM274.286 749.714h182.857v-182.857h-182.857v182.857zM73.143 530.286h164.571v-164.571h-164.571v164.571zM493.714 950.857h182.857v-164.571h-182.857v164.571zM274.286 530.286h182.857v-164.571h-182.857v164.571zM713.143 950.857h164.571v-164.571h-164.571v164.571zM493.714 749.714h182.857v-182.857h-182.857v182.857zM292.571 256v-164.571c0-9.714-8.571-18.286-18.286-18.286h-36.571c-9.714 0-18.286 8.571-18.286 18.286v164.571c0 9.714 8.571 18.286 18.286 18.286h36.571c9.714 0 18.286-8.571 18.286-18.286zM713.143 749.714h164.571v-182.857h-164.571v182.857zM493.714 530.286h182.857v-164.571h-182.857v164.571zM713.143 530.286h164.571v-164.571h-164.571v164.571zM731.429 256v-164.571c0-9.714-8.571-18.286-18.286-18.286h-36.571c-9.714 0-18.286 8.571-18.286 18.286v164.571c0 9.714 8.571 18.286 18.286 18.286h36.571c9.714 0 18.286-8.571 18.286-18.286zM950.857 219.429v731.429c0 40-33.143 73.143-73.143 73.143h-804.571c-40 0-73.143-33.143-73.143-73.143v-731.429c0-40 33.143-73.143 73.143-73.143h73.143v-54.857c0-50.286 41.143-91.429 91.429-91.429h36.571c50.286 0 91.429 41.143 91.429 91.429v54.857h219.429v-54.857c0-50.286 41.143-91.429 91.429-91.429h36.571c50.286 0 91.429 41.143 91.429 91.429v54.857h73.143c40 0 73.143 33.143 73.143 73.143z"
"showCodes"
:
false
,
],
"gridSize"
:
16
"width"
:
950.8571428571428
,
}
"attrs"
:
[],
"isMulticolor"
:
false
,
"isMulticolor2"
:
false
,
"tags"
:
[
"calendar"
],
"defaultCode"
:
61555
,
"grid"
:
14
},
"attrs"
:
[],
"properties"
:
{
"name"
:
"date"
,
"id"
:
285
,
"order"
:
81
,
"prevSize"
:
28
,
"code"
:
61555
},
"setIdx"
:
1
,
"setId"
:
1
,
"iconIdx"
:
2
},
{
"icon"
:
{
"paths"
:
[
"M658.286 475.429c0-141.143-114.857-256-256-256s-256 114.857-256 256 114.857 256 256 256 256-114.857 256-256zM950.857 950.857c0 40-33.143 73.143-73.143 73.143-19.429 0-38.286-8-51.429-21.714l-196-195.429c-66.857 46.286-146.857 70.857-228 70.857-222.286 0-402.286-180-402.286-402.286s180-402.286 402.286-402.286 402.286 180 402.286 402.286c0 81.143-24.571 161.143-70.857 228l196 196c13.143 13.143 21.143 32 21.143 51.429z"
],
"width"
:
950.8571428571428
,
"attrs"
:
[],
"isMulticolor"
:
false
,
"isMulticolor2"
:
false
,
"tags"
:
[
"search"
],
"defaultCode"
:
61442
,
"grid"
:
14
},
"attrs"
:
[],
"properties"
:
{
"name"
:
"search"
,
"id"
:
284
,
"order"
:
69
,
"prevSize"
:
28
,
"code"
:
61442
},
"setIdx"
:
1
,
"setId"
:
1
,
"iconIdx"
:
3
},
{
"icon"
:
{
"paths"
:
[
"M961.714 760.571l-94.857 94.286c-14.286 14.286-37.143 14.286-51.429 0l-303.429-303.429-303.429 303.429c-14.286 14.286-37.143 14.286-51.429 0l-94.857-94.286c-14.286-14.286-14.286-37.714 0-52l424-423.429c14.286-14.286 37.143-14.286 51.429 0l424 423.429c14.286 14.286 14.286 37.714 0 52z"
],
"width"
:
1024
,
"attrs"
:
[],
"isMulticolor"
:
false
,
"isMulticolor2"
:
false
,
"tags"
:
[
"chevron-up"
],
"defaultCode"
:
61559
,
"grid"
:
14
},
"attrs"
:
[],
"properties"
:
{
"name"
:
"up"
,
"id"
:
283
,
"order"
:
70
,
"prevSize"
:
28
,
"code"
:
61559
},
"setIdx"
:
1
,
"setId"
:
1
,
"iconIdx"
:
4
},
{
"icon"
:
{
"paths"
:
[
"M584.571 548.571h180.571c-1.143-2.857-1.714-6.286-2.857-9.143l-121.143-283.429h-404.571l-121.143 283.429c-1.143 2.857-1.714 6.286-2.857 9.143h180.571l54.286 109.714h182.857zM877.714 565.714v275.429c0 20-16.571 36.571-36.571 36.571h-804.571c-20 0-36.571-16.571-36.571-36.571v-275.429c0-20.571 6.286-50.857 14.286-70.286l136-315.429c8-18.857 30.857-33.714 50.857-33.714h475.429c20 0 42.857 14.857 50.857 33.714l136 315.429c8 19.429 14.286 49.714 14.286 70.286z"
],
"width"
:
877.7142857142857
,
"attrs"
:
[],
"isMulticolor"
:
false
,
"isMulticolor2"
:
false
,
"tags"
:
[
"inbox"
],
"defaultCode"
:
61468
,
"grid"
:
14
},
"attrs"
:
[],
"properties"
:
{
"name"
:
"inbox"
,
"id"
:
280
,
"order"
:
72
,
"prevSize"
:
28
,
"code"
:
61468
},
"setIdx"
:
1
,
"setId"
:
1
,
"iconIdx"
:
5
},
{
"icon"
:
{
"paths"
:
[
"M256 256c0-40.571-32.571-73.143-73.143-73.143s-73.143 32.571-73.143 73.143 32.571 73.143 73.143 73.143 73.143-32.571 73.143-73.143zM865.714 585.143c0 19.429-8 38.286-21.143 51.429l-280.571 281.143c-13.714 13.143-32.571 21.143-52 21.143s-38.286-8-51.429-21.143l-408.571-409.143c-29.143-28.571-52-84-52-124.571v-237.714c0-40 33.143-73.143 73.143-73.143h237.714c40.571 0 96 22.857 125.143 52l408.571 408c13.143 13.714 21.143 32.571 21.143 52zM1085.143 585.143c0 19.429-8 38.286-21.143 51.429l-280.571 281.143c-13.714 13.143-32.571 21.143-52 21.143-29.714 0-44.571-13.714-64-33.714l268.571-268.571c13.143-13.143 21.143-32 21.143-51.429s-8-38.286-21.143-52l-408.571-408c-29.143-29.143-84.571-52-125.143-52h128c40.571 0 96 22.857 125.143 52l408.571 408c13.143 13.714 21.143 32.571 21.143 52z"
],
"width"
:
1085.1474285714285
,
"attrs"
:
[],
"isMulticolor"
:
false
,
"isMulticolor2"
:
false
,
"tags"
:
[
"tags"
],
"defaultCode"
:
61484
,
"grid"
:
14
},
"attrs"
:
[],
"properties"
:
{
"name"
:
"tags"
,
"id"
:
279
,
"order"
:
73
,
"prevSize"
:
28
,
"code"
:
61484
},
"setIdx"
:
1
,
"setId"
:
1
,
"iconIdx"
:
6
},
{
"icon"
:
{
"paths"
:
[
"M832 694.857c0-14.857-5.714-28.571-16-38.857l-118.857-118.857c-10.286-10.286-24.571-16-38.857-16-16.571 0-29.714 6.286-41.143 18.286 18.857 18.857 41.143 34.857 41.143 64 0 30.286-24.571 54.857-54.857 54.857-29.143 0-45.143-22.286-64-41.143-12 11.429-18.857 24.571-18.857 41.714 0 14.286 5.714 28.571 16 38.857l117.714 118.286c10.286 10.286 24.571 15.429 38.857 15.429s28.571-5.143 38.857-14.857l84-83.429c10.286-10.286 16-24 16-38.286zM430.286 292c0-14.286-5.714-28.571-16-38.857l-117.714-118.286c-10.286-10.286-24.571-16-38.857-16s-28.571 5.714-38.857 15.429l-84 83.429c-10.286 10.286-16 24-16 38.286 0 14.857 5.714 28.571 16 38.857l118.857 118.857c10.286 10.286 24.571 15.429 38.857 15.429 16.571 0 29.714-5.714 41.143-17.714-18.857-18.857-41.143-34.857-41.143-64 0-30.286 24.571-54.857 54.857-54.857 29.143 0 45.143 22.286 64 41.143 12-11.429 18.857-24.571 18.857-41.714zM941.714 694.857c0 43.429-17.714 85.714-48.571 116l-84 83.429c-30.857 30.857-72.571 47.429-116 47.429-44 0-85.714-17.143-116.571-48.571l-117.714-118.286c-30.857-30.857-47.429-72.571-47.429-116 0-45.143 18.286-88 50.286-119.429l-50.286-50.286c-31.429 32-73.714 50.286-118.857 50.286-43.429 0-85.714-17.143-116.571-48l-118.857-118.857c-31.429-31.429-48-72.571-48-116.571 0-43.429 17.714-85.714 48.571-116l84-83.429c30.857-30.857 72.571-47.429 116-47.429 44 0 85.714 17.143 116.571 48.571l117.714 118.286c30.857 30.857 47.429 72.571 47.429 116 0 45.143-18.286 88-50.286 119.429l50.286 50.286c31.429-32 73.714-50.286 118.857-50.286 43.429 0 85.714 17.143 116.571 48l118.857 118.857c31.429 31.429 48 72.571 48 116.571z"
],
"width"
:
950.8571428571428
,
"attrs"
:
[],
"isMulticolor"
:
false
,
"isMulticolor2"
:
false
,
"tags"
:
[
"chain"
,
"link"
],
"defaultCode"
:
61633
,
"grid"
:
14
},
"attrs"
:
[],
"properties"
:
{
"name"
:
"link"
,
"id"
:
278
,
"order"
:
74
,
"prevSize"
:
28
,
"code"
:
61633
},
"setIdx"
:
1
,
"setId"
:
1
,
"iconIdx"
:
7
},
{
"icon"
:
{
"paths"
:
[
"M863.429 603.429c0 1.143 0 2.857-0.571 4-48.571 202.286-215.429 343.429-426.286 343.429-111.429 0-219.429-44-300.571-121.143l-73.714 73.714c-6.857 6.857-16 10.857-25.714 10.857-20 0-36.571-16.571-36.571-36.571v-256c0-20 16.571-36.571 36.571-36.571h256c20 0 36.571 16.571 36.571 36.571 0 9.714-4 18.857-10.857 25.714l-78.286 78.286c53.714 50.286 125.143 78.857 198.857 78.857 101.714 0 196-52.571 249.143-139.429 13.714-22.286 20.571-44 30.286-66.857 2.857-8 8.571-13.143 17.143-13.143h109.714c10.286 0 18.286 8.571 18.286 18.286zM877.714 146.286v256c0 20-16.571 36.571-36.571 36.571h-256c-20 0-36.571-16.571-36.571-36.571 0-9.714 4-18.857 10.857-25.714l78.857-78.857c-54.286-50.286-125.714-78.286-199.429-78.286-101.714 0-196 52.571-249.143 139.429-13.714 22.286-20.571 44-30.286 66.857-2.857 8-8.571 13.143-17.143 13.143h-113.714c-10.286 0-18.286-8.571-18.286-18.286v-4c49.143-202.857 217.714-343.429 428.571-343.429 112 0 221.143 44.571 302.286 121.143l74.286-73.714c6.857-6.857 16-10.857 25.714-10.857 20 0 36.571 16.571 36.571 36.571z"
],
"width"
:
877.7142857142857
,
"attrs"
:
[],
"isMulticolor"
:
false
,
"isMulticolor2"
:
false
,
"tags"
:
[
"refresh"
],
"defaultCode"
:
61473
,
"grid"
:
14
},
"attrs"
:
[],
"properties"
:
{
"name"
:
"refresh"
,
"id"
:
277
,
"order"
:
75
,
"prevSize"
:
28
,
"code"
:
61473
},
"setIdx"
:
1
,
"setId"
:
1
,
"iconIdx"
:
8
}
],
"height"
:
1024
,
"metadata"
:
{
"name"
:
"icomoon"
},
"preferences"
:
{
"showGlyphs"
:
true
,
"showQuickUse"
:
true
,
"showQuickUse2"
:
true
,
"showSVGs"
:
true
,
"fontPref"
:
{
"prefix"
:
"icon-"
,
"metadata"
:
{
"fontFamily"
:
"icomoon"
},
"metrics"
:
{
"emSize"
:
1024
,
"baseline"
:
6.25
,
"whitespace"
:
50
},
"embed"
:
false
},
"imagePref"
:
{
"prefix"
:
"icon-"
,
"png"
:
true
,
"useClassSelector"
:
true
,
"color"
:
4473924
,
"bgColor"
:
16777215
},
"historySize"
:
100
,
"showCodes"
:
false
,
"gridSize"
:
16
}
}
}
\ No newline at end of file
src/main/webapp/skins/9IPHP/footer.ftl
View file @
a5960584
...
@@ -39,9 +39,7 @@
...
@@ -39,9 +39,7 @@
"em11Label": "${em11Label}",
"em11Label": "${em11Label}",
"em12Label": "${em12Label}",
"em12Label": "${em12Label}",
"em13Label": "${em13Label}",
"em13Label": "${em13Label}",
"em14Label": "${em14Label}",
"em14Label": "${em14Label}"
"tocLabel": "${tocLabel}",
"siteViewLabel": "${siteViewLabel}"
};
};
</script>
</script>
${plugins}
${plugins}
src/main/webapp/skins/9IPHP/header.ftl
View file @
a5960584
<header class="header">
<header>
<div class="fn-clear wrapper">
<div class="banner">
<div class="fn-left">
<div class="fn-clear wrapper">
<a href="${servePath}" rel="start">
<h1 class="fn-inline">
${blogTitle}
<a href="${servePath}" rel="start">
</a>
${blogTitle}
${blogSubtitle}
</a>
</div>
</h1>
<div class="fn-right">
<small> ${blogSubtitle}</small>
<#if isLoggedIn>
<div class="fn-right">
<span class="links-of-author-item">
<#if isLoggedIn>
<a href="${servePath}/admin-index.do#main" title="${adminLabel}">
<a href="${servePath}/admin-index.do#main" title="${adminLabel}">
<i class="icon-setting"></i> ${adminLabel}
<i class="icon-setting"></i> ${adminLabel}
</a>
</a>
</span>
<a href="${logoutURL}">
<i class="icon-logout"></i> ${logoutLabel}
<span class="links-of-author-item">
</a>
<a href="${logoutURL}">
<#else>
<i class="icon-logout"></i> ${logoutLabel}
<a href="${loginURL}">
</a>
<i class="fa fa-github"></i> ${loginLabel}
</span>
</a>
<#else>
<a href="${servePath}/register">
<span class="links-of-author-item">
<i class="icon-register"></i> ${registerLabel}
<a href="${loginURL}">
</a>
<i class="fa fa-github"></i> ${loginLabel}
</#if>
</a>
</div>
</span>
<span class="links-of-author-item">
<a href="${servePath}/register">
<i class="icon-register"></i> ${registerLabel}
</a>
</span>
</#if>
</div>
</div>
</div>
</div>
<nav>
<div class="navbar">
<ul class="menu">
<div class="fn-clear wrapper">
<#list pageNavigations as page>
<nav class="fn-left">
<li class="menu-item">
<#list pageNavigations as page>
<a href="${page.pagePermalink}" target="${page.pageOpenTarget}" rel="section">
<a href="${page.pagePermalink}" target="${page.pageOpenTarget}" rel="section">
${page.pageTitle}
${page.pageTitle}
</a>
</a>
</li>
</#list>
</#list>
<a href="${servePath}/dynamic.html" rel="section">
<li class="menu-item">
<i class="icon-refresh"></i> ${dynamicLabel}
<a href="${servePath}/dynamic.html" rel="section">
</a>
${dynamicLabel}
<a href="${servePath}/tags.html" rel="section">
</a>
<i class="icon-tags"></i> ${allTagsLabel}
</li>
</a>
<li class="menu-item">
<a href="${servePath}/archives.html">
<a href="${servePath}/tags.html" rel="section">
<i class="icon-inbox"></i> ${archiveLabel}
${allTagsLabel}
</a>
</a>
<a rel="archive" href="${servePath}/links.html">
</li>
<i class="icon-link"></i> ${linkLabel}
<li class="menu-item">
</a>
<a href="${servePath}/archives.html">
<a rel="alternate" href="${servePath}/blog-articles-rss.do" rel="section">
${archiveLabel}
<i class="icon-rss"></i> RSS
</a>
</a>
</li>
</nav>
<li class="menu-item">
<div class="fn-right">
<a rel="alternate" href="${servePath}/blog-articles-rss.do" rel="section">
<form target="_blank" action="http://zhannei.baidu.com/cse/site">
RSS
<input placeholder="${searchLabel}" id="search" type="text" name="q"/>
</a>
<button type="submit"><i class="icon-search"></i></button>
</li>
<input type="hidden" name="cc" value="${serverHost}">
</ul>
</form>
</div>
<div class="site-search">
<form target="_blank" action="http://zhannei.baidu.com/cse/site">
<input placeholder="${searchLabel}" id="search" type="text" name="q"/>
<input type="submit" value="" class="fn-none" />
<input type="hidden" name="cc" value="${serverHost}">
</form>
</div>
</div>
</
na
v>
</
di
v>
</header>
</header>
\ No newline at end of file
src/main/webapp/skins/9IPHP/index.ftl
View file @
a5960584
...
@@ -13,12 +13,14 @@
...
@@ -13,12 +13,14 @@
</head>
</head>
<body>
<body>
<
#include
"
header
.
ftl
"
>
<
#include
"
header
.
ftl
"
>
<main
class=
"main wrapper"
>
<div
class=
"wrapper"
>
<div
class=
"content"
>
<div
class=
"main-wrap"
>
<
#include
"
article-list
.
ftl
"
>
<main>
<
#include
"
article-list
.
ftl
"
>
</main>
<
#include
"
side
.
ftl
"
>
</div>
</div>
<
#include
"
side
.
ftl
"
>
</div>
</main>
<
#include
"
footer
.
ftl
"
>
<
#include
"
footer
.
ftl
"
>
</body>
</body>
</html>
</html>
\ No newline at end of file
src/main/webapp/skins/9IPHP/js/common.js
View file @
a5960584
...
@@ -17,83 +17,24 @@
...
@@ -17,83 +17,24 @@
* @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.
2.1.0, Sep 6, 2016
* @version 0.
1.0.0, Feb 17, 2017
*/
*/
/**
/**
* @description
next
皮肤脚本
* @description 皮肤脚本
* @static
* @static
*/
*/
var
NexT
=
{
var
Skin
=
{
init
:
function
()
{
_initCommon
:
function
()
{
$
(
'
.sidebar-toggle
'
).
click
(
function
()
{
$
(
'
body
'
).
on
(
'
click
'
,
'
.content-reset img
'
,
function
()
{
var
$sidebar
=
$
(
'
.sidebar
'
);
window
.
open
(
this
.
src
);
if
(
$
(
this
).
hasClass
(
'
sidebar-active
'
))
{
$
(
this
).
removeClass
(
'
sidebar-active
'
);
$
(
'
body
'
).
animate
({
'
padding-right
'
:
0
});
$sidebar
.
animate
({
right
:
-
320
});
$sidebar
.
find
(
'
section
'
).
css
(
'
opacity
'
,
0
);
}
else
{
$
(
this
).
addClass
(
'
sidebar-active
'
);
$
(
'
body
'
).
animate
({
'
padding-right
'
:
320
});
$sidebar
.
animate
({
right
:
0
},
function
()
{
$sidebar
.
find
(
'
section:first
'
).
animate
({
'
opacity
'
:
1
});
});
}
});
$
(
'
.site-nav-toggle
'
).
click
(
function
()
{
$
(
'
.site-nav
'
).
slideToggle
();
});
$
(
document
).
ready
(
function
()
{
setTimeout
(
function
()
{
// logo animate
$
(
'
.logo-wrap
'
).
css
(
'
opacity
'
,
1
);
$
(
'
.logo-line-before i
'
).
animate
({
'
left
'
:
'
0
'
},
function
()
{
$
(
'
.site-title
'
).
css
(
'
opacity
'
,
1
).
animate
({
'
top
'
:
0
},
function
()
{
$
(
'
.menu
'
).
css
(
'
opacity
'
,
1
).
animate
({
'
margin-top
'
:
'
15px
'
});
$
(
'
.main
'
).
css
(
'
opacity
'
,
1
).
animate
({
'
top
'
:
'
0
'
},
function
()
{
// 当有文章页面有目录时,回调不放这里,侧边栏就会一片空白
if
(
$
(
'
.b3-solo-list li
'
).
length
>
0
&&
$
(
window
).
width
()
>
1000
)
{
$
(
'
.sidebar-toggle
'
).
click
();
}
});
});
});
$
(
'
.logo-line-after i
'
).
animate
({
'
right
'
:
'
0
'
});
},
500
);
$
(
'
body
'
).
on
(
'
click
'
,
'
.article-body img
'
,
function
()
{
window
.
open
(
this
.
src
);
});
});
});
},
},
initArticle
:
function
()
{
init
:
function
()
{
this
.
_initCommon
();
},
_initArticleCommon
:
function
()
{
// TOC
if
(
$
(
'
.b3-solo-list li
'
).
length
>
0
&&
$
(
window
).
width
()
>
1000
)
{
if
(
$
(
'
.b3-solo-list li
'
).
length
>
0
&&
$
(
window
).
width
()
>
1000
)
{
// add color to sidebar menu
// add color to sidebar menu
$
(
'
.sidebar-toggle
'
).
addClass
(
'
has-toc
'
);
$
(
'
.sidebar-toggle
'
).
addClass
(
'
has-toc
'
);
...
@@ -133,6 +74,9 @@ var NexT = {
...
@@ -133,6 +74,9 @@ var NexT = {
$
(
this
).
addClass
(
'
current
'
);
$
(
this
).
addClass
(
'
current
'
);
});
});
}
}
},
initArticle
:
function
()
{
this
.
_initArticleCommon
();
}
}
};
};
NexT
.
init
();
Skin
.
init
();
\ No newline at end of file
\ No newline at end of file
src/main/webapp/skins/9IPHP/lang/lang_en_US.properties
View file @
a5960584
...
@@ -22,13 +22,7 @@
...
@@ -22,13 +22,7 @@
#
#
tocLabel
=
Article ToC
tocLabel
=
Article ToC
siteViewLabel
=
Site
viewsLabel
=
Heat
cmtLabel
=
Comments
postTimeLabel
=
Post At
readLabel
=
Read More
readLabel
=
Read More
fightLabel
=
articles, fighting!
ohLabel
=
Oh
searchLabel
=
Search
searchLabel
=
Search
subscribeLabel
=
Subscribe
subscribeLabel
=
Subscribe
dynamicLabel
=
Dynamic
dynamicLabel
=
Dynamic
...
@@ -128,6 +122,7 @@ signIsNullLabel=This Sign is Null
...
@@ -128,6 +122,7 @@ signIsNullLabel=This Sign is Null
statisticLabel
=
Blog Statistic
statisticLabel
=
Blog Statistic
viewLabel
=
View
viewLabel
=
View
countLabel
=
Posts
countLabel
=
Posts
viewCountLabel
=
View Count
viewCount1Label
=
View Count:
viewCount1Label
=
View Count:
articleCount1Label
=
Article Count:
articleCount1Label
=
Article Count:
commentCountLabel
=
Comment Count
commentCountLabel
=
Comment Count
...
@@ -208,9 +203,9 @@ permalink1Label=Permalink:
...
@@ -208,9 +203,9 @@ permalink1Label=Permalink:
permalinkLabel
=
Permalink
permalinkLabel
=
Permalink
b3logLabel
=
<span style="color: orange;">B</span><span style="color: blue;"><sup>3</sup></span><span style="color: green;">L</span><span style="color: red;">O</span><span style="color: blue;">G</span>
b3logLabel
=
<span style="color: orange;">B</span><span style="color: blue;"><sup>3</sup></span><span style="color: green;">L</span><span style="color: red;">O</span><span style="color: blue;">G</span>
killBrowserLabel
=
<h2>Let's kill outdated and insecure browser!</h2><p>Let's kill outdated and insecure browser for browser evolution, human progress and better experience.</p><p>You can download</p><ul><li><a href="http://www.mozilla.com/" target="_blank">Firefox</a></li><li><a href="http://www.google.com/chrome" target="_blank">Chrome</a></li><li><a href="http://windows.microsoft.com/en-US/internet-explorer/downloads/ie" target="_blank">IE8 / IE9</a></li><li><a href="http://www.maxthon.com/" target="_blank">Maxthon</a> and <a href="http://www.google.com" target="_blank">so on</a>.</li></ul>
killBrowserLabel
=
<h2>Let's kill outdated and insecure browser!</h2><p>Let's kill outdated and insecure browser for browser evolution, human progress and better experience.</p><p>You can download</p><ul><li><a href="http://www.mozilla.com/" target="_blank">Firefox</a></li><li><a href="http://www.google.com/chrome" target="_blank">Chrome</a></li><li><a href="http://windows.microsoft.com/en-US/internet-explorer/downloads/ie" target="_blank">IE8 / IE9</a></li><li><a href="http://www.maxthon.com/" target="_blank">Maxthon</a> and <a href="http://www.google.com" target="_blank">so on</a>.</li></ul>
readmoreLabel
=
Read more
\u
00
bb
readmoreLabel
=
Read more
\u
00
BB
readmore2Label
=
Read more
readmore2Label
=
Read more
replyLabel
=
Reply
\u
00
bb
replyLabel
=
Reply
\u
00
BB
homeLabel
=
Home
homeLabel
=
Home
enableArticleUpdateHint1Label
=
Enable Article Update Hint:
enableArticleUpdateHint1Label
=
Enable Article Update Hint:
allowVisitDraftViaPermalink1Label
=
Allow Visit Draft Via Link:
allowVisitDraftViaPermalink1Label
=
Allow Visit Draft Via Link:
...
@@ -277,8 +272,8 @@ duplicatedPermalinkLabel=Duplicated permalink!
...
@@ -277,8 +272,8 @@ duplicatedPermalinkLabel=Duplicated permalink!
invalidPermalinkFormatLabel
=
Invalid permalink format!
invalidPermalinkFormatLabel
=
Invalid permalink format!
duplicatedEmailLabel
=
Duplicated email!
duplicatedEmailLabel
=
Duplicated email!
refreshAndRetryLabel
=
Please refresh and try again!
refreshAndRetryLabel
=
Please refresh and try again!
editorLeaveLabel
=
Content is not null, Do you leave
\u
ff1f
editorLeaveLabel
=
Content is not null, Do you leave
\u
FF1F
editorPostLabel
=
Content is not null, Do you clear
\u
ff1f
editorPostLabel
=
Content is not null, Do you clear
\u
FF1F
####
####
confirmRemoveLabel
=
Are You Sure?
confirmRemoveLabel
=
Are You Sure?
confirmInitLabel
=
Are You Sure?
confirmInitLabel
=
Are You Sure?
src/main/webapp/skins/9IPHP/lang/lang_zh_CN.properties
View file @
a5960584
...
@@ -20,270 +20,265 @@
...
@@ -20,270 +20,265 @@
# Author: Liyuan Li
# Author: Liyuan Li
#
#
tocLabel
=
\u6587\u
7ae0
\u
76ee
\u
5f55
tocLabel
=
\u6587\u
7AE0
\u
76EE
\u
5F55
siteViewLabel
=
\u
7ad9
\u
70b9
\u6982\u
89c8
readLabel
=
\u9605\u
8BFB
\u5168\u6587
viewsLabel
=
\u
70ed
\u
5ea6
searchLabel
=
\u
641C
\u
7D22
cmtLabel
=
\u6761\u
8bc4
\u
8bba
subscribeLabel
=
\u
8BA2
\u9605
postTimeLabel
=
\u
53d1
\u8868\u
4e8e
dynamicLabel
=
\u
52A8
\u6001
readLabel
=
\u9605\u
8bfb
\u5168\u6587
adminConsoleLabel
=
\u
540E
\u
53F0
\u
7BA1
\u7406
fightLabel
=
\u
7bc7
\u
65e5
\u
5fd7
\u3002
\u
7ee7
\u
7eed
\u
52aa
\u
529b
\u3002
adminIndexLabel
=
\u
540E
\u
53F0
\u9996\u9875
ohLabel
=
\u
55ef
postArticleLabel
=
\u
53D1
\u
5E03
\u
65E5
\u
5FD7
searchLabel
=
\u
641c
\u
7d22
articleListLabel
=
\u
65E5
\u
5FD7
\u
7BA1
\u7406
subscribeLabel
=
\u
8ba2
\u9605
commentListLabel
=
\u
8BC4
\u
8BBA
\u
7BA1
\u7406
dynamicLabel
=
\u
52a8
\u6001
draftListLabel
=
\u8349\u
7A3F
\u5939
adminConsoleLabel
=
\u
540e
\u
53f0
\u
7ba1
\u7406
userManageLabel
=
\u7528\u6237\u
7BA1
\u7406
adminIndexLabel
=
\u
540e
\u
53f0
\u9996\u9875
commonUserLabel
=
\u
4E00
\u
822C
\u7528\u6237
postArticleLabel
=
\u
53d1
\u
5e03
\u
65e5
\u
5fd7
addUserLabel
=
\u
6DFB
\u
52A0
\u7528\u6237
articleListLabel
=
\u
65e5
\u
5fd7
\u
7ba1
\u7406
updateUserLabel
=
\u
66F4
\u
65B0
\u7528\u6237
commentListLabel
=
\u
8bc4
\u
8bba
\u
7ba1
\u7406
linkManagementLabel
=
\u
94FE
\u
63A5
\u
7BA1
\u7406
draftListLabel
=
\u8349\u
7a3f
\u5939
pluginMgmtLabel
=
\u
63D2
\u
4EF6
\u
7BA1
\u7406
userManageLabel
=
\u7528\u6237\u
7ba1
\u7406
pluginNameLabel
=
\u
63D2
\u
4EF6
\u
540D
commonUserLabel
=
\u
4e00
\u
822c
\u7528\u6237
versionLabel
=
\u7248\u
672C
addUserLabel
=
\u
6dfb
\u
52a0
\u7528\u6237
statusLabel
=
\u
72B6
\u6001
updateUserLabel
=
\u
66f4
\u
65b0
\u7528\u6237
enabledLabel
=
\u
5DF2
\u
542F
\u7528
linkManagementLabel
=
\u
94fe
\u
63a5
\u
7ba1
\u7406
disabledLabel
=
\u
5DF2
\u7981\u7528
pluginMgmtLabel
=
\u
63d2
\u
4ef6
\u
7ba1
\u7406
enableLabel
=
\u
542F
\u7528
pluginNameLabel
=
\u
63d2
\u
4ef6
\u
540d
versionLabel
=
\u7248\u
672c
statusLabel
=
\u
72b6
\u6001
enabledLabel
=
\u
5df2
\u
542f
\u7528
disabledLabel
=
\u
5df2
\u7981\u7528
enableLabel
=
\u
542f
\u7528
disableLabel
=
\u7981\u7528
disableLabel
=
\u7981\u7528
preferenceLabel
=
\u
504
f
\u
597d
\u
8bbe
\u
5b9a
preferenceLabel
=
\u
504
F
\u
597D
\u
8BBE
\u
5B9A
localeString1Label
=
\u
8
bed
\u
8a00
\u
ff1a
localeString1Label
=
\u
8
BED
\u
8A00
\u
FF1A
timeZoneId1Label
=
\u
65
f6
\u
533a
\u
ff1a
timeZoneId1Label
=
\u
65
F6
\u
533A
\u
FF1A
adminLabel
=
\u
7
ba
1
\u7406
adminLabel
=
\u
7
BA
1
\u7406
administratorLabel
=
\u
7
ba
1
\u7406\u5458
administratorLabel
=
\u
7
BA
1
\u7406\u5458
loginLabel
=
\u
767
b
\u
5f
55
loginLabel
=
\u
767
B
\u
5F
55
logoutLabel
=
\u
767
b
\u
51fa
logoutLabel
=
\u
767
B
\u
51FA
initLabel
=
\u
521
d
\u
59cb
\u5316
initLabel
=
\u
521
D
\u
59CB
\u5316
popTagsLabel
=
\u5206\u
7
c7b
\u6807\u
7b7e
popTagsLabel
=
\u5206\u
7
C7B
\u6807\u
7B7E
tag1Label
=
\u6807\u
7
b7e
\u
ff1a
tag1Label
=
\u6807\u
7
B7E
\u
FF1A
tags1Label
=
\u6807\u
7
b7e
\u
ff1a
tags1Label
=
\u6807\u
7
B7E
\u
FF1A
recentArticlesLabel
=
\u6700\u
65
b0
\u
65e5
\u
5fd
7
recentArticlesLabel
=
\u6700\u
65
B0
\u
65E5
\u
5FD
7
recentCommentsLabel
=
\u6700\u
65
b0
\u
8bc4
\u
8bba
recentCommentsLabel
=
\u6700\u
65
B0
\u
8BC4
\u
8BBA
postCommentsLabel
=
\u
53
d1
\u8868\u
8bc4
\u
8bba
postCommentsLabel
=
\u
53
D1
\u8868\u
8BC4
\u
8BBA
mostCommentArticlesLabel
=
\u
8
bc4
\u
8bba
\u6700\u
591a
\u7684\u
65e5
\u
5fd
7
mostCommentArticlesLabel
=
\u
8
BC4
\u
8BBA
\u6700\u
591A
\u7684\u
65E5
\u
5FD
7
mostViewCountArticlesLabel
=
\u
8
bbf
\u
95ee
\u6700\u
591a
\u7684\u
65e5
\u
5fd
7
mostViewCountArticlesLabel
=
\u
8
BBF
\u
95EE
\u6700\u
591A
\u7684\u
65E5
\u
5FD
7
em00Label
=
\u
5
fae
\u
7b
11
em00Label
=
\u
5
FAE
\u
7B
11
em01Label
=
\u5927\u
7
b
11
em01Label
=
\u5927\u
7
B
11
em02Label
=
\u
9
ad
8
\u5174
em02Label
=
\u
9
AD
8
\u5174
em03Label
=
\u
60
b2
\u
4f
24
em03Label
=
\u
60
B2
\u
4F
24
em04Label
=
\u
54
ed
\u
6ce
3
em04Label
=
\u
54
ED
\u
6CE
3
em05Label
=
\u
65
e0
\u
8bed
em05Label
=
\u
65
E0
\u
8BED
em06Label
=
\u
70
e6
\u
8e
81
em06Label
=
\u
70
E6
\u
8E
81
em07Label
=
\u
751
f
\u
6c
14
em07Label
=
\u
751
F
\u
6C
14
em08Label
=
\u6211\u7785
em08Label
=
\u6211\u7785
em09Label
=
\u
60
ca
\u
8bb
6
em09Label
=
\u
60
CA
\u
8BB
6
em10Label
=
\u9177
em10Label
=
\u9177
em11Label
=
\u
987
d
\u
76ae
em11Label
=
\u
987
D
\u
76AE
em12Label
=
\u7231\u
5
fc
3
em12Label
=
\u7231\u
5
FC
3
em13Label
=
\u
5
fc3
\u
788e
em13Label
=
\u
5
FC3
\u
788E
em14Label
=
\u
9
b54
\u
9b3c
em14Label
=
\u
9
B54
\u
9B3C
linkLabel
=
\u
53
cb
\u
60c5
\u
94fe
\u
63a
5
linkLabel
=
\u
53
CB
\u
60C5
\u
94FE
\u
63A
5
sumLabel
=
\u5171
sumLabel
=
\u5171
pageLabel
=
\u9875
pageLabel
=
\u9875
commentLabel
=
\u
8
bc4
\u
8bba
commentLabel
=
\u
8
BC4
\u
8BBA
linkTitleLabel
=
\u
94
fe
\u
63a
5
\u6807\u9898
linkTitleLabel
=
\u
94
FE
\u
63A
5
\u6807\u9898
linkTitle1Label
=
\u6807\u9898\u
ff1a
linkTitle1Label
=
\u6807\u9898\u
FF1A
updateLabel
=
\u
66
f4
\u
65b
0
updateLabel
=
\u
66
F4
\u
65B
0
removeLabel
=
\u5220\u9664
removeLabel
=
\u5220\u9664
putTopLabel
=
\u
7
f6e
\u9876
putTopLabel
=
\u
7
F6E
\u9876
cancelPutTopLabel
=
\u
53
d6
\u
6d88
\u
7f6e
\u9876
cancelPutTopLabel
=
\u
53
D6
\u
6D88
\u
7F6E
\u9876
downloadCountLabel
=
\u
4
e0b
\u
8f7d
\u
6b
21
\u6570
downloadCountLabel
=
\u
4
E0B
\u
8F7D
\u
6B
21
\u6570
sizeLabel
=
\u5927\u
5
c0f
sizeLabel
=
\u5927\u
5
C0F
uploadDateLabel
=
\u
4
e0a
\u
4f20
\u
65e5
\u
671f
uploadDateLabel
=
\u
4
E0A
\u
4F20
\u
65E5
\u
671F
downloadURLLabel
=
\u
4
e0b
\u
8f7d
\u5730\u5740
downloadURLLabel
=
\u
4
E0B
\u
8F7D
\u5730\u5740
downloadLabel
=
\u
4
e0b
\u
8f7d
downloadLabel
=
\u
4
E0B
\u
8F7D
createDateLabel
=
\u
521
b
\u
5efa
\u
65e5
\u
671f
createDateLabel
=
\u
521
B
\u
5EFA
\u
65E5
\u
671F
updateDateLabel
=
\u
66
f4
\u
65b0
\u
65e5
\u
671f
updateDateLabel
=
\u
66
F4
\u
65B0
\u
65E5
\u
671F
titleLabel
=
\u6807\u9898
titleLabel
=
\u6807\u9898
title1Label
=
\u6807\u9898\u
ff1a
title1Label
=
\u6807\u9898\u
FF1A
content1Label
=
\u
6
b63
\u6587\u
ff1a
content1Label
=
\u
6
B63
\u6587\u
FF1A
abstract1Label
=
\u6458\u8981\u
ff1a
abstract1Label
=
\u6458\u8981\u
FF1A
publishLabel
=
\u
53
d1
\u
5e
03
publishLabel
=
\u
53
D1
\u
5E
03
unPublishLabel
=
\u
53
d6
\u
6d88
\u
53d1
\u
5e
03
unPublishLabel
=
\u
53
D6
\u
6D88
\u
53D1
\u
5E
03
urlLabel
=
URL
urlLabel
=
URL
url1Label
=
URL (
\u
8
bf7
\u
4ee5
\u
534f
\u
8bae
\u
5f00
\u5934\u
ff0c
\u5982
: http://)
\u
ff1a
url1Label
=
URL (
\u
8
BF7
\u
4EE5
\u
534F
\u
8BAE
\u
5F00
\u5934\u
FF0C
\u5982
: http://)
\u
FF1A
addLinkLabel
=
\u
6
dfb
\u
52a0
\u
94fe
\u
63a
5
addLinkLabel
=
\u
6
DFB
\u
52A0
\u
94FE
\u
63A
5
updateLinkLabel
=
\u
66
f4
\u
65b0
\u
94fe
\u
63a
5
updateLinkLabel
=
\u
66
F4
\u
65B0
\u
94FE
\u
63A
5
archiveLabel
=
\u
5
b
58
\u6863
archiveLabel
=
\u
5
B
58
\u6863
archive1Label
=
\u
5
b58
\u6863\u
ff1a
archive1Label
=
\u
5
B58
\u6863\u
FF1A
yearLabel
=
\u
5
e
74
yearLabel
=
\u
5
E
74
monthLabel
=
\u6708
monthLabel
=
\u6708
blogSyncLabel
=
\u
535
a
\u
5ba2
\u
540c
\u
6b
65
blogSyncLabel
=
\u
535
A
\u
5BA2
\u
540C
\u
6B
65
pageLabel
=
\u9875\u9762
pageLabel
=
\u9875\u9762
pageMgmtLabel
=
\u9875\u9762\u
7ba1
\u7406
pageMgmtLabel
=
\u9875\u9762\u
7BA1
\u7406
othersLabel
=
\u5176\u
4ed6
othersLabel
=
\u5176\u
4ED6
fileListLabel
=
\u6587\u
4ef6
\u
7ba1
\u7406
fileListLabel
=
\u6587\u
4EF6
\u
7BA1
\u7406
submitUploadLabel
=
\u
4e0a
\u
4f20
submitUploadLabel
=
\u
4E0A
\u
4F20
fileNameLabel
=
\u6587\u
4ef6
\u
540d
fileNameLabel
=
\u6587\u
4EF6
\u
540D
paramSettingsLabel
=
\u
53c2
\u6570\u
8bbe
\u
7f6e
paramSettingsLabel
=
\u
53C2
\u6570\u
8BBE
\u
7F6E
skinLabel
=
\u
76ae
\u
80a4
skinLabel
=
\u
76AE
\u
80A4
signLabel
=
\u
7b7e
\u
540d
\u6863
signLabel
=
\u
7B7E
\u
540D
\u6863
sign1Label
=
\u
7b7e
\u
540d
\u6863\u
ff1a
sign1Label
=
\u
7B7E
\u
540D
\u6863\u
FF1A
noSignLabel
=
\u
4e0d
\u
4f7f
\u7528\u
7b7e
\u
540d
\u6863
noSignLabel
=
\u
4E0D
\u
4F7F
\u7528\u
7B7E
\u
540D
\u6863
signIsNullLabel
=
\u
8be5
\u
7b7e
\u
540d
\u6863\u
4e3a
\u
7a7a
signIsNullLabel
=
\u
8BE5
\u
7B7E
\u
540D
\u6863\u
4E3A
\u
7A7A
statisticLabel
=
\u
535a
\u
5ba2
\u
7edf
\u
8ba1
statisticLabel
=
\u
535A
\u
5BA2
\u
7EDF
\u
8BA1
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
viewCountLabel
=
\u
6D4F
\u
89C8
\u6570
articleCount1Label
=
\u
65e5
\u
5fd7
\u
603b
\u6570\u
ff1a
viewCount1Label
=
\u
6D4F
\u
89C8
\u
6B21
\u6570\u
FF1A
commentCountLabel
=
\u
8bc4
\u
8bba
\u6570
articleCount1Label
=
\u
65E5
\u
5FD7
\u
603B
\u6570\u
FF1A
commentCount1Label
=
\u
8bc4
\u
8bba
\u
603b
\u6570\u
ff1a
commentCountLabel
=
\u
8BC4
\u
8BBA
\u6570
commentEmotions1Label
=
\u8868\u
60c5
\u
ff1a
commentCount1Label
=
\u
8BC4
\u
8BBA
\u
603B
\u6570\u
FF1A
commentEmotionsLabel
=
\u8868\u
60c5
commentEmotions1Label
=
\u8868\u
60C5
\u
FF1A
commentName1Label
=
\u
59d3
\u
540d
\u
ff1a
commentEmotionsLabel
=
\u8868\u
60C5
commentNameLabel
=
\u
59d3
\u
540d
commentName1Label
=
\u
59D3
\u
540D
\u
FF1A
commentEmail1Label
=
\u
90ae
\u
7bb1
\u
ff1a
commentNameLabel
=
\u
59D3
\u
540D
commentEmailLabel
=
\u
90ae
\u
7bb1
commentEmail1Label
=
\u
90AE
\u
7BB1
\u
FF1A
commentURL1Label
=
URL
\u
ff1a
commentEmailLabel
=
\u
90AE
\u
7BB1
commentURL1Label
=
URL
\u
FF1A
commentURLLabel
=
URL
commentURLLabel
=
URL
commentContent1Label
=
\u
8
bc4
\u
8bba
\u5185\u
5bb9
\u
ff1a
commentContent1Label
=
\u
8
BC4
\u
8BBA
\u5185\u
5BB9
\u
FF1A
commentContentLabel
=
\u
8
bc4
\u
8bba
\u5185\u
5bb
9
commentContentLabel
=
\u
8
BC4
\u
8BBA
\u5185\u
5BB
9
getDateLabel
=
\u
83
b7
\u
53d6
\u
65e5
\u
671f
getDateLabel
=
\u
83
B7
\u
53D6
\u
65E5
\u
671F
getArticleLabel
=
\u
83
b7
\u
53d6
\u
65e5
\u
5fd
7
getArticleLabel
=
\u
83
B7
\u
53D6
\u
65E5
\u
5FD
7
selectDateLabel
=
\u9009\u
62
e9
\u
65e5
\u
671f
selectDateLabel
=
\u9009\u
62
E9
\u
65E5
\u
671F
selectDate1Label
=
\u9009\u
62
e9
\u
65e5
\u
671f
\u
ff1a
selectDate1Label
=
\u9009\u
62
E9
\u
65E5
\u
671F
\u
FF1A
importLabel
=
\u
5
bfc
\u5165
importLabel
=
\u
5
BFC
\u5165
chooseBlog1Label
=
\u
8
bf7
\u9009\u
62e9
\u9700\u8981\u
7ba1
\u7406\u7684\u
535a
\u
5ba2
\u
ff1a
chooseBlog1Label
=
\u
8
BF7
\u9009\u
62E9
\u9700\u8981\u
7BA1
\u7406\u7684\u
535A
\u
5BA2
\u
FF1A
blogArticleImportLabel
=
\u
65
e5
\u
5fd7
\u
5bfc
\u5165
blogArticleImportLabel
=
\u
65
E5
\u
5FD7
\u
5BFC
\u5165
blogSyncMgmtLabel
=
\u
535
a
\u
5ba2
\u
540c
\u
6b65
\u
7ba
1
\u7406
blogSyncMgmtLabel
=
\u
535
A
\u
5BA2
\u
540C
\u
6B65
\u
7BA
1
\u7406
syncMgmtLabel
=
\u
540
c
\u
6b65
\u
7ba1
\u7406\u
535a
\u
5ba
2
syncMgmtLabel
=
\u
540
C
\u
6B65
\u
7BA1
\u7406\u
535A
\u
5BA
2
userName1Label
=
\u7528\u6237\u
540
d
\u
ff1a
userName1Label
=
\u7528\u6237\u
540
D
\u
FF1A
userPassword1Label
=
\u
5
bc6
\u7801\u
ff1a
userPassword1Label
=
\u
5
BC6
\u7801\u
FF1A
syncPostLabel
=
\u
540
c
\u
6b65
\u
53d1
\u
5e
03
syncPostLabel
=
\u
540
C
\u
6B65
\u
53D1
\u
5E
03
syncUpdateLabel
=
\u
540
c
\u
6b65
\u
66f4
\u
65b
0
syncUpdateLabel
=
\u
540
C
\u
6B65
\u
66F4
\u
65B
0
syncRemoveLabel
=
\u
540
c
\u
6b
65
\u5220\u9664
syncRemoveLabel
=
\u
540
C
\u
6B
65
\u5220\u9664
categoryLabel
=
\u5206\u
7
c7b
categoryLabel
=
\u5206\u
7
C7B
noticeBoard1Label
=
\u
516
c
\u
544a
\u
ff1a
noticeBoard1Label
=
\u
516
C
\u
544A
\u
FF1A
noticeBoardLabel
=
\u
516
c
\u
544a
noticeBoardLabel
=
\u
516
C
\u
544A
htmlhead1Label
=
HTML head
\u
ff1a
htmlhead1Label
=
HTML head
\u
FF1A
indexTagDisplayCnt1Label
=
\u9996\u9875\u6807\u
7
b7e
\u
663e
\u
793a
\u6570\u
ff1a
indexTagDisplayCnt1Label
=
\u9996\u9875\u6807\u
7
B7E
\u
663E
\u
793A
\u6570\u
FF1A
indexRecentArticleDisplayCnt1Label
=
\u6700\u
65
b0
\u
65e5
\u
5fd7
\u
663e
\u
793a
\u6570\u
76ee
\u
ff1a
indexRecentArticleDisplayCnt1Label
=
\u6700\u
65
B0
\u
65E5
\u
5FD7
\u
663E
\u
793A
\u6570\u
76EE
\u
FF1A
indexRecentCommentDisplayCnt1Label
=
\u6700\u
65
b0
\u
8bc4
\u
8bba
\u
663e
\u
793a
\u6570\u
76ee
\u
ff1a
indexRecentCommentDisplayCnt1Label
=
\u6700\u
65
B0
\u
8BC4
\u
8BBA
\u
663E
\u
793A
\u6570\u
76EE
\u
FF1A
indexMostCommentArticleDisplayCnt1Label
=
\u
8
bc4
\u
8bba
\u6700\u
591a
\u
65e5
\u
5fd7
\u
663e
\u
793a
\u6570\u
76ee
\u
ff1a
indexMostCommentArticleDisplayCnt1Label
=
\u
8
BC4
\u
8BBA
\u6700\u
591A
\u
65E5
\u
5FD7
\u
663E
\u
793A
\u6570\u
76EE
\u
FF1A
indexMostViewArticleDisplayCnt1Label
=
\u
8
bbf
\u
95ee
\u6700\u
591a
\u6700\u
591a
\u
65e5
\u
5fd7
\u
663e
\u
793a
\u6570\u
76ee
\u
ff1a
indexMostViewArticleDisplayCnt1Label
=
\u
8
BBF
\u
95EE
\u6700\u
591A
\u6700\u
591A
\u
65E5
\u
5FD7
\u
663E
\u
793A
\u6570\u
76EE
\u
FF1A
relevantArticlesDisplayCnt1Label
=
\u
76
f8
\u5173\u9605\u
8bfb
\u
663e
\u
793a
\u6570\u
76ee
\u
ff1a
relevantArticlesDisplayCnt1Label
=
\u
76
F8
\u5173\u9605\u
8BFB
\u
663E
\u
793A
\u6570\u
76EE
\u
FF1A
randomArticlesDisplayCnt1Label
=
\u
968
f
\u
673a
\u9605\u
8bfb
\u
663e
\u
793a
\u6570\u
76ee
\u
ff1a
randomArticlesDisplayCnt1Label
=
\u
968
F
\u
673A
\u9605\u
8BFB
\u
663E
\u
793A
\u6570\u
76EE
\u
FF1A
externalRelevantArticlesDisplayCnt1Label
=
\u
7
ad9
\u5916\u
76f8
\u5173\u9605\u
8bfb
\u
663e
\u
793a
\u6570\u
76ee
\u
ff1a
externalRelevantArticlesDisplayCnt1Label
=
\u
7
AD9
\u5916\u
76F8
\u5173\u9605\u
8BFB
\u
663E
\u
793A
\u6570\u
76EE
\u
FF1A
windowSize1Label
=
\u5206\u9875\u9875\u7801\u6700\u5927\u
5
bbd
\u
5ea6
\u
ff1a
windowSize1Label
=
\u5206\u9875\u9875\u7801\u6700\u5927\u
5
BBD
\u
5EA6
\u
FF1A
pageSize1Label
=
\u5206\u9875\u
6
bcf
\u9875\u
663e
\u
793a
\u
65e5
\u
5fd7
\u6570\u
ff1a
pageSize1Label
=
\u5206\u9875\u
6
BCF
\u9875\u
663E
\u
793A
\u
65E5
\u
5FD7
\u6570\u
FF1A
blogTitle1Label
=
\u
535
a
\u
5ba2
\u6807\u9898\u
ff1a
blogTitle1Label
=
\u
535
A
\u
5BA2
\u6807\u9898\u
FF1A
blogSubtitle1Label
=
\u
535
a
\u
5ba2
\u
5b50
\u6807\u9898\u
ff1a
blogSubtitle1Label
=
\u
535
A
\u
5BA2
\u
5B50
\u6807\u9898\u
FF1A
blogHost1Label
=
\u
535
a
\u
5ba2
\u5730\u5740\u
ff1a
blogHost1Label
=
\u
535
A
\u
5BA2
\u5730\u5740\u
FF1A
submmitCommentLabel
=
\u
63
d0
\u
4ea4
\u
8bc4
\u
8bba
submmitCommentLabel
=
\u
63
D0
\u
4EA4
\u
8BC4
\u
8BBA
saveLabel
=
\u
4
fdd
\u
5b
58
saveLabel
=
\u
4
FDD
\u
5B
58
tagLabel
=
\u6807\u
7
b7e
tagLabel
=
\u6807\u
7
B7E
tagsLabel
=
\u6807\u
7
b7e
tagsLabel
=
\u6807\u
7
B7E
importedLabel
=
\u
5
df2
\u
5bfc
\u5165
importedLabel
=
\u
5
DF2
\u
5BFC
\u5165
captcha1Label
=
\u
9
a8c
\u
8bc1
\u7801\u
ff1a
captcha1Label
=
\u
9
A8C
\u
8BC1
\u7801\u
FF1A
captchaLabel
=
\u
9
a8c
\u
8bc
1
\u7801
captchaLabel
=
\u
9
A8C
\u
8BC
1
\u7801
indexLabel
=
\u9996\u9875
indexLabel
=
\u9996\u9875
nextArticle1Label
=
\u
65
b0
\u
4e00
\u
7bc7
\u
ff1a
nextArticle1Label
=
\u
65
B0
\u
4E00
\u
7BC7
\u
FF1A
previousArticle1Label
=
\u
65
e7
\u
4e00
\u
7bc7
\u
ff1a
previousArticle1Label
=
\u
65
E7
\u
4E00
\u
7BC7
\u
FF1A
updatedLabel
=
\u6709\u
66
f4
\u
65b0
\u
ff
01
updatedLabel
=
\u6709\u
66
F4
\u
65B0
\u
FF
01
topArticleLabel
=
\u
7
f6e
\u9876\u
ff
01
topArticleLabel
=
\u
7
F6E
\u9876\u
FF
01
CSDNBlogLabel
=
CSDN
\u
535
a
\u
5ba
2
CSDNBlogLabel
=
CSDN
\u
535
A
\u
5BA
2
BlogJavaLabel
=
BlogJava
BlogJavaLabel
=
BlogJava
CnBlogsLabel
=
\u
535
a
\u
5ba2
\u
56ed
CnBlogsLabel
=
\u
535
A
\u
5BA2
\u
56ED
previousPageLabel
=
\u
4
e0a
\u
4e
00
\u9875
previousPageLabel
=
\u
4
E0A
\u
4E
00
\u9875
nextPagePabel
=
\u
4
e0b
\u
4e
00
\u9875
nextPagePabel
=
\u
4
E0B
\u
4E
00
\u9875
firstPageLabel
=
\u
7
b2c
\u
4e
00
\u9875
firstPageLabel
=
\u
7
B2C
\u
4E
00
\u9875
lastPageLabel
=
\u6700\u
540
e
\u
4e
00
\u9875
lastPageLabel
=
\u6700\u
540
E
\u
4E
00
\u9875
returnTo1Label
=
\u
8
fd4
\u
56de
\u
ff1a
returnTo1Label
=
\u
8
FD4
\u
56DE
\u
FF1A
tencentLabel
=
\u
817
e
\u
8baf
tencentLabel
=
\u
817
E
\u
8BAF
appKey1Label
=
App Key:
appKey1Label
=
App Key:
appSecret1Label
=
App Secret:
appSecret1Label
=
App Secret:
postToTencentMicroblogWhilePublishArticleLabel
=
\u
53
d1
\u
65e5
\u
5fd7
\u
65f6
\u
540c
\u
6b65
\u5230\u
817e
\u
8baf
\u
5fae
\u
535a
\u
ff1a
postToTencentMicroblogWhilePublishArticleLabel
=
\u
53
D1
\u
65E5
\u
5FD7
\u
65F6
\u
540C
\u
6B65
\u5230\u
817E
\u
8BAF
\u
5FAE
\u
535A
\u
FF1A
postToCommunityLabel
=
\u
53
d1
\u
5e03
\u5230\u
793e
\u
533a
\u
ff1a
postToCommunityLabel
=
\u
53
D1
\u
5E03
\u5230\u
793E
\u
533A
\u
FF1A
authorizeTencentMicroblog1Label
=
\u
70
b9
\u
51fb
\u
56fe
\u6807\u
8fdb
\u
884c
\u6388\u6743
:
authorizeTencentMicroblog1Label
=
\u
70
B9
\u
51FB
\u
56FE
\u6807\u
8FDB
\u
884C
\u6388\u6743
:
googleLabel
=
Google
googleLabel
=
Google
OAuthConsumerSecret1Label
=
OAuth Consumer Secret
\u
ff1a
OAuthConsumerSecret1Label
=
OAuth Consumer Secret
\u
FF1A
atomLabel
=
Atom
atomLabel
=
Atom
relevantArticles1Label
=
\u
76
f8
\u5173\u9605\u
8bfb
\u
ff1a
relevantArticles1Label
=
\u
76
F8
\u5173\u9605\u
8BFB
\u
FF1A
randomArticles1Label
=
\u
968
f
\u
673a
\u9605\u
8bfb
\u
ff1a
randomArticles1Label
=
\u
968
F
\u
673A
\u9605\u
8BFB
\u
FF1A
externalRelevantArticles1Label
=
\u
7
ad9
\u5916\u
76f8
\u5173\u9605\u
8bfb
\u
ff1a
externalRelevantArticles1Label
=
\u
7
AD9
\u5916\u
76F8
\u5173\u9605\u
8BFB
\u
FF1A
metaKeywords1Label
=
Meta Keywords:
metaKeywords1Label
=
Meta Keywords:
metaDescription1Label
=
Meta Description:
metaDescription1Label
=
Meta Description:
removeUnusedTagsLabel
=
\u
79
fb
\u9664\u
672a
\u
4f7f
\u7528\u6807\u
7b7e
removeUnusedTagsLabel
=
\u
79
FB
\u9664\u
672A
\u
4F7F
\u7528\u6807\u
7B7E
goTopLabel
=
\u9876\u
90
e
8
goTopLabel
=
\u9876\u
90
E
8
permalink1Label
=
\u
94
fe
\u
63a5
\u
ff1a
permalink1Label
=
\u
94
FE
\u
63A5
\u
FF1A
permalinkLabel
=
\u
94
fe
\u
63a
5
permalinkLabel
=
\u
94
FE
\u
63A
5
b3logLabel
=
<span style="color: orange;">B</span><span style="color: blue;"><sup>3</sup></span><span style="color: green;">L</span><span style="color: red;">O</span><span style="color: blue;">G</span>
b3logLabel
=
<span style="color: orange;">B</span><span style="color: blue;"><sup>3</sup></span><span style="color: green;">L</span><span style="color: red;">O</span><span style="color: blue;">G</span>
killBrowserLabel
=
<h2>
\u
8
ba9
\u6211\u
4eec
\u
653e
\u
5f03
\u
4f7f
\u7528\u
90a3
\u
4e9b
\u
8fc7
\u
65f6
\u3001\u
4e0d
\u
5b89
\u5168\u7684\u
6d4f
\u
89c8
\u5668\u5427\u
ff01</h2><p>
\u
4e3a
\u
4e86
\u
8ba9
\u
6d4f
\u
89c8
\u5668\u
66f4
\u
597d
\u7684\u
53d1
\u
5c55
\u
ff0c
\u
4eba
\u
7c7b
\u
66f4
\u
52a0
\u7684\u
8fdb
\u
6b65
\u
ff0c
\u
62e5
\u6709\u
66f4
\u
597d
\u7684\u
4f53
\u
9a8c
\u
ff0c
\u
8ba9
\u6211\u
4eec
\u
653e
\u
5f03
\u
4f7f
\u7528\u
90a3
\u
4e9b
\u
8fc7
\u
65f6
\u3001\u
4e0d
\u
5b89
\u5168\u7684\u
6d4f
\u
89c8
\u5668\u3002
</p>
\u
60a8
\u
53ef
\u
4ee5
\u
4e0b
\u
8f7d<ul><li><a href="http://www.mozilla.com/" target="_blank">
\u
706b
\u
72d0</a></li><li><a href="http://www.google.com/chrome" target="_blank">
\u
8c37
\u
6b4c
\u
6d4f
\u
89c8
\u5668
</a></li><li><a href="http://windows.microsoft.com/en-US/internet-explorer/downloads/ie" target="_blank">IE8 / IE9</a></li><li><a href="http://www.maxthon.com/" target="_blank">
\u9068\u
6e38</a>
\u6216\u8005
<a href="http://www.google.com" target="_blank">
\u5176\u
5b83
\u
6d4f
\u
89c
8
\u5668
</a>.</li></ul>
killBrowserLabel
=
<h2>
\u
8
BA9
\u6211\u
4EEC
\u
653E
\u
5F03
\u
4F7F
\u7528\u
90A3
\u
4E9B
\u
8FC7
\u
65F6
\u3001\u
4E0D
\u
5B89
\u5168\u7684\u
6D4F
\u
89C8
\u5668\u5427\u
FF01</h2><p>
\u
4E3A
\u
4E86
\u
8BA9
\u
6D4F
\u
89C8
\u5668\u
66F4
\u
597D
\u7684\u
53D1
\u
5C55
\u
FF0C
\u
4EBA
\u
7C7B
\u
66F4
\u
52A0
\u7684\u
8FDB
\u
6B65
\u
FF0C
\u
62E5
\u6709\u
66F4
\u
597D
\u7684\u
4F53
\u
9A8C
\u
FF0C
\u
8BA9
\u6211\u
4EEC
\u
653E
\u
5F03
\u
4F7F
\u7528\u
90A3
\u
4E9B
\u
8FC7
\u
65F6
\u3001\u
4E0D
\u
5B89
\u5168\u7684\u
6D4F
\u
89C8
\u5668\u3002
</p>
\u
60A8
\u
53EF
\u
4EE5
\u
4E0B
\u
8F7D<ul><li><a href="http://www.mozilla.com/" target="_blank">
\u
706B
\u
72D0</a></li><li><a href="http://www.google.com/chrome" target="_blank">
\u
8C37
\u
6B4C
\u
6D4F
\u
89C8
\u5668
</a></li><li><a href="http://windows.microsoft.com/en-US/internet-explorer/downloads/ie" target="_blank">IE8 / IE9</a></li><li><a href="http://www.maxthon.com/" target="_blank">
\u9068\u
6E38</a>
\u6216\u8005
<a href="http://www.google.com" target="_blank">
\u5176\u
5B83
\u
6D4F
\u
89C
8
\u5668
</a>.</li></ul>
readmoreLabel
=
\u9605\u
8
bfb
\u
66f4
\u
591a
\u
00bb
readmoreLabel
=
\u9605\u
8
BFB
\u
66F4
\u
591A
\u
00BB
readmore2Label
=
\u9605\u
8
bfb
\u
66f4
\u
591a
readmore2Label
=
\u9605\u
8
BFB
\u
66F4
\u
591A
replyLabel
=
\u
56
de
\u
590d
\u
00bb
replyLabel
=
\u
56
DE
\u
590D
\u
00BB
homeLabel
=
\u9996\u9875
homeLabel
=
\u9996\u9875
enableArticleUpdateHint1Label
=
\u
542
f
\u7528\u
65e5
\u
5fd7
\u
66f4
\u
65b0
\u
63d0
\u
793a
\u
ff1a
enableArticleUpdateHint1Label
=
\u
542
F
\u7528\u
65E5
\u
5FD7
\u
66F4
\u
65B0
\u
63D0
\u
793A
\u
FF1A
allowVisitDraftViaPermalink1Label
=
\u5141\u
8
bb8
\u
901a
\u
8fc7
\u
94fe
\u
63a5
\u
8bbf
\u
95ee
\u8349\u
7a3f
\u
ff1a
allowVisitDraftViaPermalink1Label
=
\u5141\u
8
BB8
\u
901A
\u
8FC7
\u
94FE
\u
63A5
\u
8BBF
\u
95EE
\u8349\u
7A3F
\u
FF1A
author1Label
=
\u
4
f5c
\u8005\u
ff1a
author1Label
=
\u
4
F5C
\u8005\u
FF1A
authorLabel
=
\u
4
f5c
\u8005
authorLabel
=
\u
4
F5C
\u8005
keyOfSolo1Label
=
Solo Key
\u
ff1a
keyOfSolo1Label
=
Solo Key
\u
FF1A
articleLabel
=
\u
65
e5
\u
5fd
7
articleLabel
=
\u
65
E5
\u
5FD
7
tagArticlesLabel
=
\u6807\u
7
b7e
\u
65e5
\u
5fd
7
\u5217\u8868
tagArticlesLabel
=
\u6807\u
7
B7E
\u
65E5
\u
5FD
7
\u5217\u8868
dateArticlesLabel
=
\u
5
b58
\u6863\u
65e5
\u
5fd
7
\u5217\u8868
dateArticlesLabel
=
\u
5
B58
\u6863\u
65E5
\u
5FD
7
\u5217\u8868
authorArticlesLabel
=
\u
4
f5c
\u8005\u
65e5
\u
5fd
7
\u5217\u8868
authorArticlesLabel
=
\u
4
F5C
\u8005\u
65E5
\u
5FD
7
\u5217\u8868
indexArticleLabel
=
\u9996\u9875\u
65
e5
\u
5fd
7
\u5217\u8868
indexArticleLabel
=
\u9996\u9875\u
65
E5
\u
5FD
7
\u5217\u8868
allTagsLabel
=
\u6807\u
7
b7e
\u5899
allTagsLabel
=
\u6807\u
7
B7E
\u5899
customizedPageLabel
=
\u
81
ea
\u
5b9a
\u
4e
49
\u9875\u9762
customizedPageLabel
=
\u
81
EA
\u
5B9A
\u
4E
49
\u9875\u9762
killBrowserPageLabel
=
Kill Browser Page
killBrowserPageLabel
=
Kill Browser Page
pageNumLabel
=
\u9875\u
53
f
7
pageNumLabel
=
\u9875\u
53
F
7
####
####
forbiddenLabel
=
\u
64
cd
\u
4f5c
\u
88ab
\u7981\u
6b62
\u
ff
01
forbiddenLabel
=
\u
64
CD
\u
4F5C
\u
88AB
\u7981\u
6B62
\u
FF
01
sorryLabel
=
\u
5
bf9
\u
4e0d
\u
8d77
\u
ff
01
sorryLabel
=
\u
5
BF9
\u
4E0D
\u
8D77
\u
FF
01
notFoundLabel
=
\u
627
e
\u
4e0d
\u5230\u
ff
01
notFoundLabel
=
\u
627
E
\u
4E0D
\u5230\u
FF
01
unPulbishSuccLabel
=
\u
53
d6
\u
6d88
\u
53d1
\u
5e03
\u6210\u
529f
unPulbishSuccLabel
=
\u
53
D6
\u
6D88
\u
53D1
\u
5E03
\u6210\u
529F
unPulbishFailLabel
=
\u
53
d6
\u
6d88
\u
53d1
\u
5e03
\u5931\u
8d
25
unPulbishFailLabel
=
\u
53
D6
\u
6D88
\u
53D1
\u
5E03
\u5931\u
8D
25
removeSuccLabel
=
\u5220\u9664\u6210\u
529
f
removeSuccLabel
=
\u5220\u9664\u6210\u
529
F
removeFailLabel
=
\u5220\u9664\u5931\u
8
d
25
removeFailLabel
=
\u5220\u9664\u5931\u
8
D
25
removeUserFailSkinNeedMulUsersLabel
=
\u5220\u9664\u5931\u
8
d25
\u
ff0c
\u
5f53
\u
524d
\u
4f7f
\u7528\u7684\u
76ae
\u
80a4
\u9700\u8981\u
591a
\u7528\u6237\u
652f
\u6301
removeUserFailSkinNeedMulUsersLabel
=
\u5220\u9664\u5931\u
8
D25
\u
FF0C
\u
5F53
\u
524D
\u
4F7F
\u7528\u7684\u
76AE
\u
80A4
\u9700\u8981\u
591A
\u7528\u6237\u
652F
\u6301
putTopSuccLabel
=
\u
7
f6e
\u9876\u6210\u
529f
putTopSuccLabel
=
\u
7
F6E
\u9876\u6210\u
529F
putTopFailLabel
=
\u
7
f6e
\u9876\u5931\u
8d
25
putTopFailLabel
=
\u
7
F6E
\u9876\u5931\u
8D
25
cancelTopSuccLabel
=
\u
53
d6
\u
6d88
\u
7f6e
\u9876\u6210\u
529f
cancelTopSuccLabel
=
\u
53
D6
\u
6D88
\u
7F6E
\u9876\u6210\u
529F
cancelTopFailLabel
=
\u
53
d6
\u
6d88
\u
7f6e
\u9876\u5931\u
8d
25
cancelTopFailLabel
=
\u
53
D6
\u
6D88
\u
7F6E
\u9876\u5931\u
8D
25
addSuccLabel
=
\u
6
dfb
\u
52a0
\u6210\u
529f
addSuccLabel
=
\u
6
DFB
\u
52A0
\u6210\u
529F
addFailLabel
=
\u
6
dfb
\u
52a0
\u5931\u
8d
25
addFailLabel
=
\u
6
DFB
\u
52A0
\u5931\u
8D
25
updateSuccLabel
=
\u
66
f4
\u
65b0
\u6210\u
529f
updateSuccLabel
=
\u
66
F4
\u
65B0
\u6210\u
529F
updateFailLabel
=
\u
66
f4
\u
65b0
\u5931\u
8d
25
updateFailLabel
=
\u
66
F4
\u
65B0
\u5931\u
8D
25
updatePreferenceFailNeedMulUsersLabel
=
\u
66
f4
\u
65b0
\u5931\u
8d25
\u
ff0c
\u9700\u8981\u
591a
\u7528\u6237\u
624d
\u
80fd
\u
4f7f
\u7528\u9009\u
62e9
\u7684\u
76ae
\u
80a
4
updatePreferenceFailNeedMulUsersLabel
=
\u
66
F4
\u
65B0
\u5931\u
8D25
\u
FF0C
\u9700\u8981\u
591A
\u7528\u6237\u
624D
\u
80FD
\u
4F7F
\u7528\u9009\u
62E9
\u7684\u
76AE
\u
80A
4
setFailLabel
=
\u
8
bbe
\u
7f6e
\u5931\u
8d
25
setFailLabel
=
\u
8
BBE
\u
7F6E
\u5931\u
8D
25
setSuccLabel
=
\u
8
bbe
\u
7f6e
\u6210\u
529f
setSuccLabel
=
\u
8
BBE
\u
7F6E
\u6210\u
529F
getFailLabel
=
\u
83
b7
\u
53d6
\u5931\u
8d
25
getFailLabel
=
\u
83
B7
\u
53D6
\u5931\u
8D
25
noSettingLabel
=
\u
8
be5
\u
535a
\u
5ba2
\u
65e0
\u
8d26
\u
53f7
\u
ff0c
\u
8bf7
\u
6dfb
\u
52a
0
noSettingLabel
=
\u
8
BE5
\u
535A
\u
5BA2
\u
65E0
\u
8D26
\u
53F7
\u
FF0C
\u
8BF7
\u
6DFB
\u
52A
0
getSuccLabel
=
\u
83
b7
\u
53d6
\u6210\u
529f
getSuccLabel
=
\u
83
B7
\u
53D6
\u6210\u
529F
importSuccLabel
=
\u
5
bfc
\u5165\u6210\u
529f
:-)
importSuccLabel
=
\u
5
BFC
\u5165\u6210\u
529F
:-)
importFailLabel
=
\u
90
e8
\u5206\u
5bfc
\u5165\u5931\u
8d
25 %>_<%
importFailLabel
=
\u
90
E8
\u5206\u
5BFC
\u5165\u5931\u
8D
25 %>_<%
noCommentLabel
=
\u6682\u
65
e0
\u
8bc4
\u
8bba
noCommentLabel
=
\u6682\u
65
E0
\u
8BC4
\u
8BBA
captchaErrorLabel
=
\u
9
a8c
\u
8bc1
\u7801\u9519\u
8bef
captchaErrorLabel
=
\u
9
A8C
\u
8BC1
\u7801\u9519\u
8BEF
inputErrorLabel
=
\u
8
f93
\u5165\u9519\u
8bef
\u
ff
01
inputErrorLabel
=
\u
8
F93
\u5165\u9519\u
8BEF
\u
FF
01
gotoLabel
=
\u
8
df3
\u
8f6c
gotoLabel
=
\u
8
DF3
\u
8F6C
nameEmptyLabel
=
\u
59
d3
\u
540d
\u
4e0d
\u
80fd
\u
4e3a
\u
7a7a
\u
ff
01
nameEmptyLabel
=
\u
59
D3
\u
540D
\u
4E0D
\u
80FD
\u
4E3A
\u
7A7A
\u
FF
01
passwordEmptyLabel
=
\u
5
bc6
\u7801\u
4e0d
\u
80fd
\u
4e3a
\u
7a7a
\u
ff
01
passwordEmptyLabel
=
\u
5
BC6
\u7801\u
4E0D
\u
80FD
\u
4E3A
\u
7A7A
\u
FF
01
blogEmptyLabel
=
\u
8
bf7
\u9009\u
62e9
\u
535a
\u
5ba2
\u
670d
\u
52a1
\u
ff
01
blogEmptyLabel
=
\u
8
BF7
\u9009\u
62E9
\u
535A
\u
5BA2
\u
670D
\u
52A1
\u
FF
01
blogArticleEmptyLabel
=
\u
8
bf7
\u9009\u
62e9
\u9700\u8981\u
5bfc
\u5165\u7684\u
65e5
\u
5fd
7
blogArticleEmptyLabel
=
\u
8
BF7
\u9009\u
62E9
\u9700\u8981\u
5BFC
\u5165\u7684\u
65E5
\u
5FD
7
nameTooLongLabel
=
\u
59
d3
\u
540d
\u
53ea
\u
80fd
\u
4e3a 2
\u5230
20
\u
4e2a
\u
5b57
\u
7b26
\u
ff
01
nameTooLongLabel
=
\u
59
D3
\u
540D
\u
53EA
\u
80FD
\u
4E3A 2
\u5230
20
\u
4E2A
\u
5B57
\u
7B26
\u
FF
01
mailCannotEmptyLabel
=
\u
90
ae
\u
7bb1
\u
4e0d
\u
80fd
\u
4e3a
\u
7a7a
\u
ff
01
mailCannotEmptyLabel
=
\u
90
AE
\u
7BB1
\u
4E0D
\u
80FD
\u
4E3A
\u
7A7A
\u
FF
01
mailInvalidLabel
=
\u
90
ae
\u
7bb1
\u
683c
\u
5f0f
\u
4e0d
\u
6b63
\u
786e
\u
ff
01
mailInvalidLabel
=
\u
90
AE
\u
7BB1
\u
683C
\u
5F0F
\u
4E0D
\u
6B63
\u
786E
\u
FF
01
commentContentCannotEmptyLabel
=
\u
8
bc4
\u
8bba
\u5185\u
5bb9
\u
53ea
\u
80fd
\u
4e3a 2
\u5230
500
\u
4e2a
\u
5b57
\u
7b26
\u
ff
01
commentContentCannotEmptyLabel
=
\u
8
BC4
\u
8BBA
\u5185\u
5BB9
\u
53EA
\u
80FD
\u
4E3A 2
\u5230
500
\u
4E2A
\u
5B57
\u
7B26
\u
FF
01
captchaCannotEmptyLabel
=
\u
9
a8c
\u
8bc1
\u7801\u
4e0d
\u
80fd
\u
4e3a
\u
7a7a
\u
ff
01
captchaCannotEmptyLabel
=
\u
9
A8C
\u
8BC1
\u7801\u
4E0D
\u
80FD
\u
4E3A
\u
7A7A
\u
FF
01
loadingLabel
=
\u
8
f7d
\u5165\u
4e2d
....
loadingLabel
=
\u
8
F7D
\u5165\u
4E2D
....
titleEmptyLabel
=
\u6807\u9898\u
4
e0d
\u
80fd
\u
4e3a
\u
7a7a
\u
ff
01
titleEmptyLabel
=
\u6807\u9898\u
4
E0D
\u
80FD
\u
4E3A
\u
7A7A
\u
FF
01
contentEmptyLabel
=
\u5185\u
5
bb9
\u
4e0d
\u
80fd
\u
4e3a
\u
7a7a
\u
ff
01
contentEmptyLabel
=
\u5185\u
5
BB9
\u
4E0D
\u
80FD
\u
4E3A
\u
7A7A
\u
FF
01
orderEmptyLabel
=
\u
5
e8f
\u
53f7
\u
4e0d
\u
80fd
\u
4e3a
\u
7a7a
\u
ff
01
orderEmptyLabel
=
\u
5
E8F
\u
53F7
\u
4E0D
\u
80FD
\u
4E3A
\u
7A7A
\u
FF
01
abstractEmptyLabel
=
\u6458\u8981\u
4
e0d
\u
80fd
\u
4e3a
\u
7a7a
\u
ff
01
abstractEmptyLabel
=
\u6458\u8981\u
4
E0D
\u
80FD
\u
4E3A
\u
7A7A
\u
FF
01
tagsEmptyLabel
=
\u6807\u
7
b7e
\u
4e0d
\u
80fd
\u
4e3a
\u
7a7a
\u
ff
01
tagsEmptyLabel
=
\u6807\u
7
B7E
\u
4E0D
\u
80FD
\u
4E3A
\u
7A7A
\u
FF
01
addressEmptyLabel
=
\u5730\u5740\u
4
e0d
\u
80fd
\u
4e3a
\u
7a7a
\u
ff
01
addressEmptyLabel
=
\u5730\u5740\u
4
E0D
\u
80FD
\u
4E3A
\u
7A7A
\u
FF
01
noAuthorizationURLLabel
=
\u
4
ece Google
\u
83b7
\u
53d6
\u6388\u6743\u5730\u5740\u5931\u
8d25
\u
ff0c
\u
8bf7
\u
786e
\u
8ba4
\u
60a8
\u
8f
93
\u5165\u7684
\
noAuthorizationURLLabel
=
\u
4
ECE Google
\u
83B7
\u
53D6
\u6388\u6743\u5730\u5740\u5931\u
8D25
\u
FF0C
\u
8BF7
\u
786E
\u
8BA4
\u
60A8
\u
8F
93
\u5165\u7684
\
<em>Consumer Secret</em>
\u
662
f
\u
6b63
\u
786e
\u7684\u
ff0c
\u7136\u
540e
\u
8fdb
\u
884c
\u
91cd
\u
8bd
5
\u3002
<em>Consumer Secret</em>
\u
662
F
\u
6B63
\u
786E
\u7684\u
FF0C
\u7136\u
540E
\u
8FDB
\u
884C
\u
91CD
\u
8BD
5
\u3002
duplicatedPermalinkLabel
=
\u
94
fe
\u
63a5
\u
91cd
\u
590d
\u
ff
01
duplicatedPermalinkLabel
=
\u
94
FE
\u
63A5
\u
91CD
\u
590D
\u
FF
01
invalidPermalinkFormatLabel
=
\u
975
e
\u
6cd5
\u7684\u
94fe
\u
63a5
\u
683c
\u
5f0f
\u
ff
01
invalidPermalinkFormatLabel
=
\u
975
E
\u
6CD5
\u7684\u
94FE
\u
63A5
\u
683C
\u
5F0F
\u
FF
01
duplicatedEmailLabel
=
\u
90
ae
\u
4ef6
\u5730\u5740\u
91cd
\u
590d
\u
ff
01
duplicatedEmailLabel
=
\u
90
AE
\u
4EF6
\u5730\u5740\u
91CD
\u
590D
\u
FF
01
refreshAndRetryLabel
=
\u
8
bf7
\u5237\u
65b0
\u
91cd
\u
8bd5
\u
ff
01
refreshAndRetryLabel
=
\u
8
BF7
\u5237\u
65B0
\u
91CD
\u
8BD5
\u
FF
01
editorLeaveLabel
=
\u
7
f16
\u
8f91
\u5668\u
4e2d
\u
8fd8
\u6709\u5185\u
5bb9
\u
ff0c
\u
662f
\u5426\u
79bb
\u
5f00
\u
ff1f
editorLeaveLabel
=
\u
7
F16
\u
8F91
\u5668\u
4E2D
\u
8FD8
\u6709\u5185\u
5BB9
\u
FF0C
\u
662F
\u5426\u
79BB
\u
5F00
\u
FF1F
editorPostLabel
=
\u
7
f16
\u
8f91
\u5668\u
4e2d
\u
8fd8
\u6709\u5185\u
5bb9
\u
ff0c
\u
662f
\u5426\u
6e05
\u
7a7a
\u
ff1f
editorPostLabel
=
\u
7
F16
\u
8F91
\u5668\u
4E2D
\u
8FD8
\u6709\u5185\u
5BB9
\u
FF0C
\u
662F
\u5426\u
6E05
\u
7A7A
\u
FF1F
####
####
confirmRemoveLabel
=
\u
786
e
\u
5b9a
\u5220\u9664\u
ff1f
confirmRemoveLabel
=
\u
786
E
\u
5B9A
\u5220\u9664\u
FF1F
confirmInitLabel
=
\u
786
e
\u
5b9a
\u
8fdb
\u
884c
\u
521d
\u
59cb
\u5316\u5417\u
ff1f
confirmInitLabel
=
\u
786
E
\u
5B9A
\u
8FDB
\u
884C
\u
521D
\u
59CB
\u5316\u5417\u
FF1F
src/main/webapp/skins/9IPHP/side.ftl
View file @
a5960584
<div class="sidebar-toggle">
<aside>
<span class="sidebar-toggle-line sidebar-toggle-line-first"></span>
<span class="sidebar-toggle-line sidebar-toggle-line-middle"></span>
<span class="sidebar-toggle-line sidebar-toggle-line-last"></span>
</div>
<aside class="sidebar">
<section>
<section>
<img class="site-author-image" src="${adminUser.userAvatar}" title="${userName}"/>
<img class="site-author-image" src="${adminUser.userAvatar}" title="${userName}"/>
<p class="site-author-name">${userName}</p>
<p class="site-author-name">${userName}</p>
...
...
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