Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
solo-1
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-1
Commits
3d6c9704
Unverified
Commit
3d6c9704
authored
May 23, 2018
by
Liang Ding
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
📄
https://github.com/b3log/solo/issues/12454
parent
d4299148
Changes
64
Show whitespace changes
Inline
Side-by-side
Showing
64 changed files
with
1198 additions
and
0 deletions
+1198
-0
pom.xml
pom.xml
+1
-0
src/main/webapp/admin-about.ftl
src/main/webapp/admin-about.ftl
+19
-0
src/main/webapp/admin-article-list.ftl
src/main/webapp/admin-article-list.ftl
+19
-0
src/main/webapp/admin-article.ftl
src/main/webapp/admin-article.ftl
+19
-0
src/main/webapp/admin-category-list.ftl
src/main/webapp/admin-category-list.ftl
+19
-0
src/main/webapp/admin-comment-list.ftl
src/main/webapp/admin-comment-list.ftl
+19
-0
src/main/webapp/admin-draft-list.ftl
src/main/webapp/admin-draft-list.ftl
+19
-0
src/main/webapp/admin-index.ftl
src/main/webapp/admin-index.ftl
+19
-0
src/main/webapp/admin-label.ftl
src/main/webapp/admin-label.ftl
+19
-0
src/main/webapp/admin-link-list.ftl
src/main/webapp/admin-link-list.ftl
+19
-0
src/main/webapp/admin-main.ftl
src/main/webapp/admin-main.ftl
+19
-0
src/main/webapp/admin-others.ftl
src/main/webapp/admin-others.ftl
+19
-0
src/main/webapp/admin-page-list.ftl
src/main/webapp/admin-page-list.ftl
+19
-0
src/main/webapp/admin-plugin-list.ftl
src/main/webapp/admin-plugin-list.ftl
+19
-0
src/main/webapp/admin-plugin-setting.ftl
src/main/webapp/admin-plugin-setting.ftl
+19
-0
src/main/webapp/admin-preference.ftl
src/main/webapp/admin-preference.ftl
+19
-0
src/main/webapp/admin-user-list.ftl
src/main/webapp/admin-user-list.ftl
+19
-0
src/main/webapp/article-pwd.ftl
src/main/webapp/article-pwd.ftl
+19
-0
src/main/webapp/error/403.ftl
src/main/webapp/error/403.ftl
+19
-0
src/main/webapp/error/404.ftl
src/main/webapp/error/404.ftl
+19
-0
src/main/webapp/error/500.ftl
src/main/webapp/error/500.ftl
+19
-0
src/main/webapp/init.ftl
src/main/webapp/init.ftl
+19
-0
src/main/webapp/kill-browser.ftl
src/main/webapp/kill-browser.ftl
+19
-0
src/main/webapp/login.ftl
src/main/webapp/login.ftl
+19
-0
src/main/webapp/macro-common-page.ftl
src/main/webapp/macro-common-page.ftl
+19
-0
src/main/webapp/plugins/fancybox/plugin.ftl
src/main/webapp/plugins/fancybox/plugin.ftl
+19
-0
src/main/webapp/plugins/symphony-interest/plugin.ftl
src/main/webapp/plugins/symphony-interest/plugin.ftl
+19
-0
src/main/webapp/register.ftl
src/main/webapp/register.ftl
+19
-0
src/main/webapp/reset-pwd.ftl
src/main/webapp/reset-pwd.ftl
+19
-0
src/main/webapp/search.ftl
src/main/webapp/search.ftl
+19
-0
src/main/webapp/skins/Medium/archive-articles.ftl
src/main/webapp/skins/Medium/archive-articles.ftl
+19
-0
src/main/webapp/skins/Medium/archives.ftl
src/main/webapp/skins/Medium/archives.ftl
+19
-0
src/main/webapp/skins/Medium/article-list.ftl
src/main/webapp/skins/Medium/article-list.ftl
+19
-0
src/main/webapp/skins/Medium/article.ftl
src/main/webapp/skins/Medium/article.ftl
+19
-0
src/main/webapp/skins/Medium/bottom.ftl
src/main/webapp/skins/Medium/bottom.ftl
+19
-0
src/main/webapp/skins/Medium/bottom2.ftl
src/main/webapp/skins/Medium/bottom2.ftl
+19
-0
src/main/webapp/skins/Medium/category-articles.ftl
src/main/webapp/skins/Medium/category-articles.ftl
+19
-0
src/main/webapp/skins/Medium/common-comment.ftl
src/main/webapp/skins/Medium/common-comment.ftl
+19
-0
src/main/webapp/skins/Medium/footer.ftl
src/main/webapp/skins/Medium/footer.ftl
+19
-0
src/main/webapp/skins/Medium/header.ftl
src/main/webapp/skins/Medium/header.ftl
+19
-0
src/main/webapp/skins/Medium/index.ftl
src/main/webapp/skins/Medium/index.ftl
+19
-0
src/main/webapp/skins/Medium/links.ftl
src/main/webapp/skins/Medium/links.ftl
+19
-0
src/main/webapp/skins/Medium/macro-comments.ftl
src/main/webapp/skins/Medium/macro-comments.ftl
+19
-0
src/main/webapp/skins/Medium/macro-head.ftl
src/main/webapp/skins/Medium/macro-head.ftl
+19
-0
src/main/webapp/skins/Medium/nav.ftl
src/main/webapp/skins/Medium/nav.ftl
+19
-0
src/main/webapp/skins/Medium/page.ftl
src/main/webapp/skins/Medium/page.ftl
+19
-0
src/main/webapp/skins/Medium/tag-articles.ftl
src/main/webapp/skins/Medium/tag-articles.ftl
+19
-0
src/main/webapp/skins/Medium/tags.ftl
src/main/webapp/skins/Medium/tags.ftl
+19
-0
src/main/webapp/skins/mobile/archive-articles.ftl
src/main/webapp/skins/mobile/archive-articles.ftl
+19
-0
src/main/webapp/skins/mobile/article-list.ftl
src/main/webapp/skins/mobile/article-list.ftl
+19
-0
src/main/webapp/skins/mobile/article.ftl
src/main/webapp/skins/mobile/article.ftl
+19
-0
src/main/webapp/skins/mobile/author-articles.ftl
src/main/webapp/skins/mobile/author-articles.ftl
+19
-0
src/main/webapp/skins/mobile/category-articles.ftl
src/main/webapp/skins/mobile/category-articles.ftl
+19
-0
src/main/webapp/skins/mobile/common-comment.ftl
src/main/webapp/skins/mobile/common-comment.ftl
+19
-0
src/main/webapp/skins/mobile/footer.ftl
src/main/webapp/skins/mobile/footer.ftl
+19
-0
src/main/webapp/skins/mobile/header.ftl
src/main/webapp/skins/mobile/header.ftl
+19
-0
src/main/webapp/skins/mobile/index.ftl
src/main/webapp/skins/mobile/index.ftl
+19
-0
src/main/webapp/skins/mobile/macro-comments.ftl
src/main/webapp/skins/mobile/macro-comments.ftl
+19
-0
src/main/webapp/skins/mobile/macro-head.ftl
src/main/webapp/skins/mobile/macro-head.ftl
+19
-0
src/main/webapp/skins/mobile/page.ftl
src/main/webapp/skins/mobile/page.ftl
+19
-0
src/main/webapp/skins/mobile/side.ftl
src/main/webapp/skins/mobile/side.ftl
+19
-0
src/main/webapp/skins/mobile/tag-articles.ftl
src/main/webapp/skins/mobile/tag-articles.ftl
+19
-0
src/main/webapp/skins/mobile/tags.ftl
src/main/webapp/skins/mobile/tags.ftl
+19
-0
src/main/webapp/top-bar.ftl
src/main/webapp/top-bar.ftl
+19
-0
No files found.
pom.xml
View file @
3d6c9704
...
@@ -331,6 +331,7 @@
...
@@ -331,6 +331,7 @@
<include>
**/src/*/webapp/js/*.js
</include>
<include>
**/src/*/webapp/js/*.js
</include>
<include>
**/src/*/webapp/js/marked/*.js
</include>
<include>
**/src/*/webapp/js/marked/*.js
</include>
<include>
**/src/*/webapp/css/*.css
</include>
<include>
**/src/*/webapp/css/*.css
</include>
<include>
**/src/*/webapp/**/*.ftl
</include>
<include>
**/src/*/webapp/skins/*/js/*.js
</include>
<include>
**/src/*/webapp/skins/*/js/*.js
</include>
<include>
**/src/*/webapp/skins/*/css/*.css
</include>
<include>
**/src/*/webapp/skins/*/css/*.css
</include>
<include>
**/src/*/webapp/skins/**/*.properties
</include>
<include>
**/src/*/webapp/skins/**/*.properties
</include>
...
...
src/main/webapp/admin-about.ftl
View file @
3d6c9704
<#--
Solo - A beautiful, simple, stable, fast Java blogging system.
Copyright (c) 2010-2018, b3log.org & hacpai.com
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<div class="module-panel">
<div class="module-panel">
<div class="module-header">
<div class="module-header">
<h2>${aboutLabel}</h2>
<h2>${aboutLabel}</h2>
...
...
src/main/webapp/admin-article-list.ftl
View file @
3d6c9704
<#--
Solo - A beautiful, simple, stable, fast Java blogging system.
Copyright (c) 2010-2018, b3log.org & hacpai.com
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<div class="form margin12">
<div class="form margin12">
<input type="text" id="articleListInput">
<input type="text" id="articleListInput">
<button class="search-btn" id="articleListBtn">${searchLabel}</button>
<button class="search-btn" id="articleListBtn">${searchLabel}</button>
...
...
src/main/webapp/admin-article.ftl
View file @
3d6c9704
<#--
Solo - A beautiful, simple, stable, fast Java blogging system.
Copyright (c) 2010-2018, b3log.org & hacpai.com
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<div class="form">
<div class="form">
<div>
<div>
<label>${title1Label}</label>
<label>${title1Label}</label>
...
...
src/main/webapp/admin-category-list.ftl
View file @
3d6c9704
<#--
Solo - A beautiful, simple, stable, fast Java blogging system.
Copyright (c) 2010-2018, b3log.org & hacpai.com
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<div>
<div>
<div id="categoryTable"></div>
<div id="categoryTable"></div>
<div id="categoryPagination" class="margin12 right"></div>
<div id="categoryPagination" class="margin12 right"></div>
...
...
src/main/webapp/admin-comment-list.ftl
View file @
3d6c9704
<#--
Solo - A beautiful, simple, stable, fast Java blogging system.
Copyright (c) 2010-2018, b3log.org & hacpai.com
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<div id="commentTable">
<div id="commentTable">
</div>
</div>
<div id="commentPagination" class="right margin12">
<div id="commentPagination" class="right margin12">
...
...
src/main/webapp/admin-draft-list.ftl
View file @
3d6c9704
<#--
Solo - A beautiful, simple, stable, fast Java blogging system.
Copyright (c) 2010-2018, b3log.org & hacpai.com
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<div id="draftTable">
<div id="draftTable">
</div>
</div>
<div id="draftPagination" class="right margin12">
<div id="draftPagination" class="right margin12">
...
...
src/main/webapp/admin-index.ftl
View file @
3d6c9704
<
#--
Solo
-
A
beautiful
,
simple
,
stable
,
fast
Java
blogging
system
.
Copyright
(
c
)
2010-2018
,
b3log
.
org
&
hacpai
.
com
This
program
is
free
software:
you
can
redistribute
it
and
/
or
modify
it
under
the
terms
of
the
GNU
Affero
General
Public
License
as
published
by
the
Free
Software
Foundation
,
either
version
3
of
the
License
,
or
(
at
your
option
)
any
later
version
.
This
program
is
distributed
in
the
hope
that
it
will
be
useful
,
but
WITHOUT
ANY
WARRANTY
;
without
even
the
implied
warranty
of
MERCHANTABILITY
or
FITNESS
FOR
A
PARTICULAR
PURPOSE
.
See
the
GNU
Affero
General
Public
License
for
more
details
.
You
should
have
received
a
copy
of
the
GNU
Affero
General
Public
License
along
with
this
program
.
If
not
,
see
<
https:
//
www
.
gnu
.
org
/
licenses
/>
.
-->
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<html>
<head>
<head>
...
...
src/main/webapp/admin-label.ftl
View file @
3d6c9704
<#--
Solo - A beautiful, simple, stable, fast Java blogging system.
Copyright (c) 2010-2018, b3log.org & hacpai.com
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<script type="text/javascript">
<script type="text/javascript">
var latkeConfig = {
var latkeConfig = {
"staticServePath": "${staticServePath}",
"staticServePath": "${staticServePath}",
...
...
src/main/webapp/admin-link-list.ftl
View file @
3d6c9704
<#--
Solo - A beautiful, simple, stable, fast Java blogging system.
Copyright (c) 2010-2018, b3log.org & hacpai.com
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<div>
<div>
<div id="linkTable"></div>
<div id="linkTable"></div>
<div id="linkPagination" class="margin12 right"></div>
<div id="linkPagination" class="margin12 right"></div>
...
...
src/main/webapp/admin-main.ftl
View file @
3d6c9704
<#--
Solo - A beautiful, simple, stable, fast Java blogging system.
Copyright (c) 2010-2018, b3log.org & hacpai.com
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<div id="mainPanel1"></div>
<div id="mainPanel1"></div>
<div id="mainPanel2"></div>
<div id="mainPanel2"></div>
${plugins}
${plugins}
src/main/webapp/admin-others.ftl
View file @
3d6c9704
<#--
Solo - A beautiful, simple, stable, fast Java blogging system.
Copyright (c) 2010-2018, b3log.org & hacpai.com
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<div id="tabOthers" class="sub-tabs">
<div id="tabOthers" class="sub-tabs">
<ul>
<ul>
<li>
<li>
...
...
src/main/webapp/admin-page-list.ftl
View file @
3d6c9704
<#--
Solo - A beautiful, simple, stable, fast Java blogging system.
Copyright (c) 2010-2018, b3log.org & hacpai.com
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<div>
<div>
<div id="pageTable">
<div id="pageTable">
</div>
</div>
...
...
src/main/webapp/admin-plugin-list.ftl
View file @
3d6c9704
<#--
Solo - A beautiful, simple, stable, fast Java blogging system.
Copyright (c) 2010-2018, b3log.org & hacpai.com
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<div id="pluginTable">
<div id="pluginTable">
</div>
</div>
<div id="pluginPagination" class="margin12 right">
<div id="pluginPagination" class="margin12 right">
...
...
src/main/webapp/admin-plugin-setting.ftl
View file @
3d6c9704
<#--
Solo - A beautiful, simple, stable, fast Java blogging system.
Copyright (c) 2010-2018, b3log.org & hacpai.com
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<textarea id="jsoneditor" rows="10" cols="110">
<textarea id="jsoneditor" rows="10" cols="110">
...
...
src/main/webapp/admin-preference.ftl
View file @
3d6c9704
<#--
Solo - A beautiful, simple, stable, fast Java blogging system.
Copyright (c) 2010-2018, b3log.org & hacpai.com
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<div id="tabPreference" class="sub-tabs fn-clear">
<div id="tabPreference" class="sub-tabs fn-clear">
<ul>
<ul>
<li>
<li>
...
...
src/main/webapp/admin-user-list.ftl
View file @
3d6c9704
<#--
Solo - A beautiful, simple, stable, fast Java blogging system.
Copyright (c) 2010-2018, b3log.org & hacpai.com
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<div>
<div>
<div id="userTable"></div>
<div id="userTable"></div>
<div id="userPagination" class="margin12 right"></div>
<div id="userPagination" class="margin12 right"></div>
...
...
src/main/webapp/article-pwd.ftl
View file @
3d6c9704
<#--
Solo - A beautiful, simple, stable, fast Java blogging system.
Copyright (c) 2010-2018, b3log.org & hacpai.com
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<#include "macro-common-page.ftl">
<#include "macro-common-page.ftl">
<@commonPage "${articleViewPwdLabel}">
<@commonPage "${articleViewPwdLabel}">
...
...
src/main/webapp/error/403.ftl
View file @
3d6c9704
<#--
Solo - A beautiful, simple, stable, fast Java blogging system.
Copyright (c) 2010-2018, b3log.org & hacpai.com
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<#include "../macro-common-page.ftl">
<#include "../macro-common-page.ftl">
<@commonPage "403 Forbidden!">
<@commonPage "403 Forbidden!">
...
...
src/main/webapp/error/404.ftl
View file @
3d6c9704
<#--
Solo - A beautiful, simple, stable, fast Java blogging system.
Copyright (c) 2010-2018, b3log.org & hacpai.com
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<#include "../macro-common-page.ftl">
<#include "../macro-common-page.ftl">
<@commonPage "404 Not Found!">
<@commonPage "404 Not Found!">
...
...
src/main/webapp/error/500.ftl
View file @
3d6c9704
<#--
Solo - A beautiful, simple, stable, fast Java blogging system.
Copyright (c) 2010-2018, b3log.org & hacpai.com
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<#include "../macro-common-page.ftl">
<#include "../macro-common-page.ftl">
<@commonPage "500 Internal Server Error!">
<@commonPage "500 Internal Server Error!">
...
...
src/main/webapp/init.ftl
View file @
3d6c9704
<#--
Solo - A beautiful, simple, stable, fast Java blogging system.
Copyright (c) 2010-2018, b3log.org & hacpai.com
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<#include "macro-common-page.ftl">
<#include "macro-common-page.ftl">
<@commonPage "${welcomeToSoloLabel}!">
<@commonPage "${welcomeToSoloLabel}!">
...
...
src/main/webapp/kill-browser.ftl
View file @
3d6c9704
<#--
Solo - A beautiful, simple, stable, fast Java blogging system.
Copyright (c) 2010-2018, b3log.org & hacpai.com
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<#include "macro-common-page.ftl">
<#include "macro-common-page.ftl">
<@commonPage "403 Forbidden!">
<@commonPage "403 Forbidden!">
...
...
src/main/webapp/login.ftl
View file @
3d6c9704
<#--
Solo - A beautiful, simple, stable, fast Java blogging system.
Copyright (c) 2010-2018, b3log.org & hacpai.com
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<#include "macro-common-page.ftl">
<#include "macro-common-page.ftl">
<@commonPage "${welcomeToSoloLabel}!">
<@commonPage "${welcomeToSoloLabel}!">
...
...
src/main/webapp/macro-common-page.ftl
View file @
3d6c9704
<
#--
Solo
-
A
beautiful
,
simple
,
stable
,
fast
Java
blogging
system
.
Copyright
(
c
)
2010-2018
,
b3log
.
org
&
hacpai
.
com
This
program
is
free
software:
you
can
redistribute
it
and
/
or
modify
it
under
the
terms
of
the
GNU
Affero
General
Public
License
as
published
by
the
Free
Software
Foundation
,
either
version
3
of
the
License
,
or
(
at
your
option
)
any
later
version
.
This
program
is
distributed
in
the
hope
that
it
will
be
useful
,
but
WITHOUT
ANY
WARRANTY
;
without
even
the
implied
warranty
of
MERCHANTABILITY
or
FITNESS
FOR
A
PARTICULAR
PURPOSE
.
See
the
GNU
Affero
General
Public
License
for
more
details
.
You
should
have
received
a
copy
of
the
GNU
Affero
General
Public
License
along
with
this
program
.
If
not
,
see
<
https:
//
www
.
gnu
.
org
/
licenses
/>
.
-->
<
#macro
commonPage
title
>
<
#macro
commonPage
title
>
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<html>
...
...
src/main/webapp/plugins/fancybox/plugin.ftl
View file @
3d6c9704
<#--
Solo - A beautiful, simple, stable, fast Java blogging system.
Copyright (c) 2010-2018, b3log.org & hacpai.com
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<script type="text/javascript">
<script type="text/javascript">
(function () {
(function () {
var $groups = $("a[rel=group]"),
var $groups = $("a[rel=group]"),
...
...
src/main/webapp/plugins/symphony-interest/plugin.ftl
View file @
3d6c9704
<#--
Solo - A beautiful, simple, stable, fast Java blogging system.
Copyright (c) 2010-2018, b3log.org & hacpai.com
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<link type="text/css" rel="stylesheet" href="${staticServePath}/plugins/symphony-interest/style.css"/>
<link type="text/css" rel="stylesheet" href="${staticServePath}/plugins/symphony-interest/style.css"/>
<div id="symphonyInterestPanel">
<div id="symphonyInterestPanel">
<div class="module-panel">
<div class="module-panel">
...
...
src/main/webapp/register.ftl
View file @
3d6c9704
<#--
Solo - A beautiful, simple, stable, fast Java blogging system.
Copyright (c) 2010-2018, b3log.org & hacpai.com
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<#include "macro-common-page.ftl">
<#include "macro-common-page.ftl">
<@commonPage "${registerSoloUserLabel}!">
<@commonPage "${registerSoloUserLabel}!">
...
...
src/main/webapp/reset-pwd.ftl
View file @
3d6c9704
<#--
Solo - A beautiful, simple, stable, fast Java blogging system.
Copyright (c) 2010-2018, b3log.org & hacpai.com
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<#include "macro-common-page.ftl">
<#include "macro-common-page.ftl">
<@commonPage "${forgotLabel}!">
<@commonPage "${forgotLabel}!">
...
...
src/main/webapp/search.ftl
View file @
3d6c9704
<
#--
Solo
-
A
beautiful
,
simple
,
stable
,
fast
Java
blogging
system
.
Copyright
(
c
)
2010-2018
,
b3log
.
org
&
hacpai
.
com
This
program
is
free
software:
you
can
redistribute
it
and
/
or
modify
it
under
the
terms
of
the
GNU
Affero
General
Public
License
as
published
by
the
Free
Software
Foundation
,
either
version
3
of
the
License
,
or
(
at
your
option
)
any
later
version
.
This
program
is
distributed
in
the
hope
that
it
will
be
useful
,
but
WITHOUT
ANY
WARRANTY
;
without
even
the
implied
warranty
of
MERCHANTABILITY
or
FITNESS
FOR
A
PARTICULAR
PURPOSE
.
See
the
GNU
Affero
General
Public
License
for
more
details
.
You
should
have
received
a
copy
of
the
GNU
Affero
General
Public
License
along
with
this
program
.
If
not
,
see
<
https:
//
www
.
gnu
.
org
/
licenses
/>
.
-->
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<html>
<head>
<head>
...
...
src/main/webapp/skins/Medium/archive-articles.ftl
View file @
3d6c9704
<
#--
Solo
-
A
beautiful
,
simple
,
stable
,
fast
Java
blogging
system
.
Copyright
(
c
)
2010-2018
,
b3log
.
org
&
hacpai
.
com
This
program
is
free
software:
you
can
redistribute
it
and
/
or
modify
it
under
the
terms
of
the
GNU
Affero
General
Public
License
as
published
by
the
Free
Software
Foundation
,
either
version
3
of
the
License
,
or
(
at
your
option
)
any
later
version
.
This
program
is
distributed
in
the
hope
that
it
will
be
useful
,
but
WITHOUT
ANY
WARRANTY
;
without
even
the
implied
warranty
of
MERCHANTABILITY
or
FITNESS
FOR
A
PARTICULAR
PURPOSE
.
See
the
GNU
Affero
General
Public
License
for
more
details
.
You
should
have
received
a
copy
of
the
GNU
Affero
General
Public
License
along
with
this
program
.
If
not
,
see
<
https:
//
www
.
gnu
.
org
/
licenses
/>
.
-->
<
#include
"
macro-head
.
ftl
"
>
<
#include
"
macro-head
.
ftl
"
>
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<html>
...
...
src/main/webapp/skins/Medium/archives.ftl
View file @
3d6c9704
<
#--
Solo
-
A
beautiful
,
simple
,
stable
,
fast
Java
blogging
system
.
Copyright
(
c
)
2010-2018
,
b3log
.
org
&
hacpai
.
com
This
program
is
free
software:
you
can
redistribute
it
and
/
or
modify
it
under
the
terms
of
the
GNU
Affero
General
Public
License
as
published
by
the
Free
Software
Foundation
,
either
version
3
of
the
License
,
or
(
at
your
option
)
any
later
version
.
This
program
is
distributed
in
the
hope
that
it
will
be
useful
,
but
WITHOUT
ANY
WARRANTY
;
without
even
the
implied
warranty
of
MERCHANTABILITY
or
FITNESS
FOR
A
PARTICULAR
PURPOSE
.
See
the
GNU
Affero
General
Public
License
for
more
details
.
You
should
have
received
a
copy
of
the
GNU
Affero
General
Public
License
along
with
this
program
.
If
not
,
see
<
https:
//
www
.
gnu
.
org
/
licenses
/>
.
-->
<
#include
"
macro-head
.
ftl
"
>
<
#include
"
macro-head
.
ftl
"
>
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<html>
...
...
src/main/webapp/skins/Medium/article-list.ftl
View file @
3d6c9704
<#--
Solo - A beautiful, simple, stable, fast Java blogging system.
Copyright (c) 2010-2018, b3log.org & hacpai.com
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<div class="fn-clear article__wrap">
<div class="fn-clear article__wrap">
<#list articles as article>
<#list articles as article>
<article class="article__item
<article class="article__item
...
...
src/main/webapp/skins/Medium/article.ftl
View file @
3d6c9704
<
#--
Solo
-
A
beautiful
,
simple
,
stable
,
fast
Java
blogging
system
.
Copyright
(
c
)
2010-2018
,
b3log
.
org
&
hacpai
.
com
This
program
is
free
software:
you
can
redistribute
it
and
/
or
modify
it
under
the
terms
of
the
GNU
Affero
General
Public
License
as
published
by
the
Free
Software
Foundation
,
either
version
3
of
the
License
,
or
(
at
your
option
)
any
later
version
.
This
program
is
distributed
in
the
hope
that
it
will
be
useful
,
but
WITHOUT
ANY
WARRANTY
;
without
even
the
implied
warranty
of
MERCHANTABILITY
or
FITNESS
FOR
A
PARTICULAR
PURPOSE
.
See
the
GNU
Affero
General
Public
License
for
more
details
.
You
should
have
received
a
copy
of
the
GNU
Affero
General
Public
License
along
with
this
program
.
If
not
,
see
<
https:
//
www
.
gnu
.
org
/
licenses
/>
.
-->
<
#include
"
macro-head
.
ftl
"
>
<
#include
"
macro-head
.
ftl
"
>
<
#include
"
macro-comments
.
ftl
"
>
<
#include
"
macro-comments
.
ftl
"
>
<!DOCTYPE html>
<!DOCTYPE html>
...
...
src/main/webapp/skins/Medium/bottom.ftl
View file @
3d6c9704
<#--
Solo - A beautiful, simple, stable, fast Java blogging system.
Copyright (c) 2010-2018, b3log.org & hacpai.com
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<div class="footer__tag wrapper fn-flex">
<div class="footer__tag wrapper fn-flex">
<#if 0 != mostUsedCategories?size>
<#if 0 != mostUsedCategories?size>
<div class="fn-flex-1">
<div class="fn-flex-1">
...
...
src/main/webapp/skins/Medium/bottom2.ftl
View file @
3d6c9704
<#--
Solo - A beautiful, simple, stable, fast Java blogging system.
Copyright (c) 2010-2018, b3log.org & hacpai.com
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<div class="footer__tag wrapper">
<div class="footer__tag wrapper">
<#if 0 != mostUsedCategories?size>
<#if 0 != mostUsedCategories?size>
<#list mostUsedCategories as category>
<#list mostUsedCategories as category>
...
...
src/main/webapp/skins/Medium/category-articles.ftl
View file @
3d6c9704
<
#--
Solo
-
A
beautiful
,
simple
,
stable
,
fast
Java
blogging
system
.
Copyright
(
c
)
2010-2018
,
b3log
.
org
&
hacpai
.
com
This
program
is
free
software:
you
can
redistribute
it
and
/
or
modify
it
under
the
terms
of
the
GNU
Affero
General
Public
License
as
published
by
the
Free
Software
Foundation
,
either
version
3
of
the
License
,
or
(
at
your
option
)
any
later
version
.
This
program
is
distributed
in
the
hope
that
it
will
be
useful
,
but
WITHOUT
ANY
WARRANTY
;
without
even
the
implied
warranty
of
MERCHANTABILITY
or
FITNESS
FOR
A
PARTICULAR
PURPOSE
.
See
the
GNU
Affero
General
Public
License
for
more
details
.
You
should
have
received
a
copy
of
the
GNU
Affero
General
Public
License
along
with
this
program
.
If
not
,
see
<
https:
//
www
.
gnu
.
org
/
licenses
/>
.
-->
<
#include
"
macro-head
.
ftl
"
>
<
#include
"
macro-head
.
ftl
"
>
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<html>
...
...
src/main/webapp/skins/Medium/common-comment.ftl
View file @
3d6c9704
<#--
Solo - A beautiful, simple, stable, fast Java blogging system.
Copyright (c) 2010-2018, b3log.org & hacpai.com
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<div id="${comment.oId}" class="comment__item">
<div id="${comment.oId}" class="comment__item">
<img class="comment__avatar" src="${comment.commentThumbnailURL}"/>
<img class="comment__avatar" src="${comment.commentThumbnailURL}"/>
<main class="comment__body">
<main class="comment__body">
...
...
src/main/webapp/skins/Medium/footer.ftl
View file @
3d6c9704
<#--
Solo - A beautiful, simple, stable, fast Java blogging system.
Copyright (c) 2010-2018, b3log.org & hacpai.com
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<div class="wrapper">
<div class="wrapper">
<footer class="footer">
<footer class="footer">
<div class="fn-clear">
<div class="fn-clear">
...
...
src/main/webapp/skins/Medium/header.ftl
View file @
3d6c9704
<#--
Solo - A beautiful, simple, stable, fast Java blogging system.
Copyright (c) 2010-2018, b3log.org & hacpai.com
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<svg style="position: absolute; width: 0; height: 0; overflow: hidden;" version="1.1"
<svg style="position: absolute; width: 0; height: 0; overflow: hidden;" version="1.1"
xmlns="http://www.w3.org/2000/svg">
xmlns="http://www.w3.org/2000/svg">
<defs>
<defs>
...
...
src/main/webapp/skins/Medium/index.ftl
View file @
3d6c9704
<
#--
Solo
-
A
beautiful
,
simple
,
stable
,
fast
Java
blogging
system
.
Copyright
(
c
)
2010-2018
,
b3log
.
org
&
hacpai
.
com
This
program
is
free
software:
you
can
redistribute
it
and
/
or
modify
it
under
the
terms
of
the
GNU
Affero
General
Public
License
as
published
by
the
Free
Software
Foundation
,
either
version
3
of
the
License
,
or
(
at
your
option
)
any
later
version
.
This
program
is
distributed
in
the
hope
that
it
will
be
useful
,
but
WITHOUT
ANY
WARRANTY
;
without
even
the
implied
warranty
of
MERCHANTABILITY
or
FITNESS
FOR
A
PARTICULAR
PURPOSE
.
See
the
GNU
Affero
General
Public
License
for
more
details
.
You
should
have
received
a
copy
of
the
GNU
Affero
General
Public
License
along
with
this
program
.
If
not
,
see
<
https:
//
www
.
gnu
.
org
/
licenses
/>
.
-->
<
#include
"
macro-head
.
ftl
"
>
<
#include
"
macro-head
.
ftl
"
>
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<html>
...
...
src/main/webapp/skins/Medium/links.ftl
View file @
3d6c9704
<
#--
Solo
-
A
beautiful
,
simple
,
stable
,
fast
Java
blogging
system
.
Copyright
(
c
)
2010-2018
,
b3log
.
org
&
hacpai
.
com
This
program
is
free
software:
you
can
redistribute
it
and
/
or
modify
it
under
the
terms
of
the
GNU
Affero
General
Public
License
as
published
by
the
Free
Software
Foundation
,
either
version
3
of
the
License
,
or
(
at
your
option
)
any
later
version
.
This
program
is
distributed
in
the
hope
that
it
will
be
useful
,
but
WITHOUT
ANY
WARRANTY
;
without
even
the
implied
warranty
of
MERCHANTABILITY
or
FITNESS
FOR
A
PARTICULAR
PURPOSE
.
See
the
GNU
Affero
General
Public
License
for
more
details
.
You
should
have
received
a
copy
of
the
GNU
Affero
General
Public
License
along
with
this
program
.
If
not
,
see
<
https:
//
www
.
gnu
.
org
/
licenses
/>
.
-->
<
#include
"
macro-head
.
ftl
"
>
<
#include
"
macro-head
.
ftl
"
>
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<html>
...
...
src/main/webapp/skins/Medium/macro-comments.ftl
View file @
3d6c9704
<#--
Solo - A beautiful, simple, stable, fast Java blogging system.
Copyright (c) 2010-2018, b3log.org & hacpai.com
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<#macro comments commentList article>
<#macro comments commentList article>
<div class="article__comment">
<div class="article__comment">
<div class="comment__title">${commentLabel}</div>
<div class="comment__title">${commentLabel}</div>
...
...
src/main/webapp/skins/Medium/macro-head.ftl
View file @
3d6c9704
<#--
Solo - A beautiful, simple, stable, fast Java blogging system.
Copyright (c) 2010-2018, b3log.org & hacpai.com
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<#macro head title>
<#macro head title>
<meta charset="utf-8" />
<meta charset="utf-8" />
<title>${title}</title>
<title>${title}</title>
...
...
src/main/webapp/skins/Medium/nav.ftl
View file @
3d6c9704
<#--
Solo - A beautiful, simple, stable, fast Java blogging system.
Copyright (c) 2010-2018, b3log.org & hacpai.com
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<nav id="headerNav" class="header__nav">
<nav id="headerNav" class="header__nav">
<div class="wrapper">
<div class="wrapper">
<a href="${servePath}">
<a href="${servePath}">
...
...
src/main/webapp/skins/Medium/page.ftl
View file @
3d6c9704
<
#--
Solo
-
A
beautiful
,
simple
,
stable
,
fast
Java
blogging
system
.
Copyright
(
c
)
2010-2018
,
b3log
.
org
&
hacpai
.
com
This
program
is
free
software:
you
can
redistribute
it
and
/
or
modify
it
under
the
terms
of
the
GNU
Affero
General
Public
License
as
published
by
the
Free
Software
Foundation
,
either
version
3
of
the
License
,
or
(
at
your
option
)
any
later
version
.
This
program
is
distributed
in
the
hope
that
it
will
be
useful
,
but
WITHOUT
ANY
WARRANTY
;
without
even
the
implied
warranty
of
MERCHANTABILITY
or
FITNESS
FOR
A
PARTICULAR
PURPOSE
.
See
the
GNU
Affero
General
Public
License
for
more
details
.
You
should
have
received
a
copy
of
the
GNU
Affero
General
Public
License
along
with
this
program
.
If
not
,
see
<
https:
//
www
.
gnu
.
org
/
licenses
/>
.
-->
<
#include
"
macro-head
.
ftl
"
>
<
#include
"
macro-head
.
ftl
"
>
<
#include
"
macro-comments
.
ftl
"
>
<
#include
"
macro-comments
.
ftl
"
>
<!DOCTYPE html>
<!DOCTYPE html>
...
...
src/main/webapp/skins/Medium/tag-articles.ftl
View file @
3d6c9704
<
#--
Solo
-
A
beautiful
,
simple
,
stable
,
fast
Java
blogging
system
.
Copyright
(
c
)
2010-2018
,
b3log
.
org
&
hacpai
.
com
This
program
is
free
software:
you
can
redistribute
it
and
/
or
modify
it
under
the
terms
of
the
GNU
Affero
General
Public
License
as
published
by
the
Free
Software
Foundation
,
either
version
3
of
the
License
,
or
(
at
your
option
)
any
later
version
.
This
program
is
distributed
in
the
hope
that
it
will
be
useful
,
but
WITHOUT
ANY
WARRANTY
;
without
even
the
implied
warranty
of
MERCHANTABILITY
or
FITNESS
FOR
A
PARTICULAR
PURPOSE
.
See
the
GNU
Affero
General
Public
License
for
more
details
.
You
should
have
received
a
copy
of
the
GNU
Affero
General
Public
License
along
with
this
program
.
If
not
,
see
<
https:
//
www
.
gnu
.
org
/
licenses
/>
.
-->
<
#include
"
macro-head
.
ftl
"
>
<
#include
"
macro-head
.
ftl
"
>
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<html>
...
...
src/main/webapp/skins/Medium/tags.ftl
View file @
3d6c9704
<
#--
Solo
-
A
beautiful
,
simple
,
stable
,
fast
Java
blogging
system
.
Copyright
(
c
)
2010-2018
,
b3log
.
org
&
hacpai
.
com
This
program
is
free
software:
you
can
redistribute
it
and
/
or
modify
it
under
the
terms
of
the
GNU
Affero
General
Public
License
as
published
by
the
Free
Software
Foundation
,
either
version
3
of
the
License
,
or
(
at
your
option
)
any
later
version
.
This
program
is
distributed
in
the
hope
that
it
will
be
useful
,
but
WITHOUT
ANY
WARRANTY
;
without
even
the
implied
warranty
of
MERCHANTABILITY
or
FITNESS
FOR
A
PARTICULAR
PURPOSE
.
See
the
GNU
Affero
General
Public
License
for
more
details
.
You
should
have
received
a
copy
of
the
GNU
Affero
General
Public
License
along
with
this
program
.
If
not
,
see
<
https:
//
www
.
gnu
.
org
/
licenses
/>
.
-->
<
#include
"
macro-head
.
ftl
"
>
<
#include
"
macro-head
.
ftl
"
>
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<html>
...
...
src/main/webapp/skins/mobile/archive-articles.ftl
View file @
3d6c9704
<
#--
Solo
-
A
beautiful
,
simple
,
stable
,
fast
Java
blogging
system
.
Copyright
(
c
)
2010-2018
,
b3log
.
org
&
hacpai
.
com
This
program
is
free
software:
you
can
redistribute
it
and
/
or
modify
it
under
the
terms
of
the
GNU
Affero
General
Public
License
as
published
by
the
Free
Software
Foundation
,
either
version
3
of
the
License
,
or
(
at
your
option
)
any
later
version
.
This
program
is
distributed
in
the
hope
that
it
will
be
useful
,
but
WITHOUT
ANY
WARRANTY
;
without
even
the
implied
warranty
of
MERCHANTABILITY
or
FITNESS
FOR
A
PARTICULAR
PURPOSE
.
See
the
GNU
Affero
General
Public
License
for
more
details
.
You
should
have
received
a
copy
of
the
GNU
Affero
General
Public
License
along
with
this
program
.
If
not
,
see
<
https:
//
www
.
gnu
.
org
/
licenses
/>
.
-->
<
#include
"
macro-head
.
ftl
"
>
<
#include
"
macro-head
.
ftl
"
>
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<html>
...
...
src/main/webapp/skins/mobile/article-list.ftl
View file @
3d6c9704
<#--
Solo - A beautiful, simple, stable, fast Java blogging system.
Copyright (c) 2010-2018, b3log.org & hacpai.com
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<div class="content">
<div class="content">
<div class="result-text"><!--TODO wptouch_core_body_result_text()--></div>
<div class="result-text"><!--TODO wptouch_core_body_result_text()--></div>
<#list articles as article>
<#list articles as article>
...
...
src/main/webapp/skins/mobile/article.ftl
View file @
3d6c9704
<
#--
Solo
-
A
beautiful
,
simple
,
stable
,
fast
Java
blogging
system
.
Copyright
(
c
)
2010-2018
,
b3log
.
org
&
hacpai
.
com
This
program
is
free
software:
you
can
redistribute
it
and
/
or
modify
it
under
the
terms
of
the
GNU
Affero
General
Public
License
as
published
by
the
Free
Software
Foundation
,
either
version
3
of
the
License
,
or
(
at
your
option
)
any
later
version
.
This
program
is
distributed
in
the
hope
that
it
will
be
useful
,
but
WITHOUT
ANY
WARRANTY
;
without
even
the
implied
warranty
of
MERCHANTABILITY
or
FITNESS
FOR
A
PARTICULAR
PURPOSE
.
See
the
GNU
Affero
General
Public
License
for
more
details
.
You
should
have
received
a
copy
of
the
GNU
Affero
General
Public
License
along
with
this
program
.
If
not
,
see
<
https:
//
www
.
gnu
.
org
/
licenses
/>
.
-->
<
#include
"
macro-head
.
ftl
"
>
<
#include
"
macro-head
.
ftl
"
>
<
#include
"
macro-comments
.
ftl
"
>
<
#include
"
macro-comments
.
ftl
"
>
<!DOCTYPE html>
<!DOCTYPE html>
...
...
src/main/webapp/skins/mobile/author-articles.ftl
View file @
3d6c9704
<
#--
Solo
-
A
beautiful
,
simple
,
stable
,
fast
Java
blogging
system
.
Copyright
(
c
)
2010-2018
,
b3log
.
org
&
hacpai
.
com
This
program
is
free
software:
you
can
redistribute
it
and
/
or
modify
it
under
the
terms
of
the
GNU
Affero
General
Public
License
as
published
by
the
Free
Software
Foundation
,
either
version
3
of
the
License
,
or
(
at
your
option
)
any
later
version
.
This
program
is
distributed
in
the
hope
that
it
will
be
useful
,
but
WITHOUT
ANY
WARRANTY
;
without
even
the
implied
warranty
of
MERCHANTABILITY
or
FITNESS
FOR
A
PARTICULAR
PURPOSE
.
See
the
GNU
Affero
General
Public
License
for
more
details
.
You
should
have
received
a
copy
of
the
GNU
Affero
General
Public
License
along
with
this
program
.
If
not
,
see
<
https:
//
www
.
gnu
.
org
/
licenses
/>
.
-->
<
#include
"
macro-head
.
ftl
"
>
<
#include
"
macro-head
.
ftl
"
>
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<html>
...
...
src/main/webapp/skins/mobile/category-articles.ftl
View file @
3d6c9704
<
#--
Solo
-
A
beautiful
,
simple
,
stable
,
fast
Java
blogging
system
.
Copyright
(
c
)
2010-2018
,
b3log
.
org
&
hacpai
.
com
This
program
is
free
software:
you
can
redistribute
it
and
/
or
modify
it
under
the
terms
of
the
GNU
Affero
General
Public
License
as
published
by
the
Free
Software
Foundation
,
either
version
3
of
the
License
,
or
(
at
your
option
)
any
later
version
.
This
program
is
distributed
in
the
hope
that
it
will
be
useful
,
but
WITHOUT
ANY
WARRANTY
;
without
even
the
implied
warranty
of
MERCHANTABILITY
or
FITNESS
FOR
A
PARTICULAR
PURPOSE
.
See
the
GNU
Affero
General
Public
License
for
more
details
.
You
should
have
received
a
copy
of
the
GNU
Affero
General
Public
License
along
with
this
program
.
If
not
,
see
<
https:
//
www
.
gnu
.
org
/
licenses
/>
.
-->
<
#include
"
macro-head
.
ftl
"
>
<
#include
"
macro-head
.
ftl
"
>
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<html>
...
...
src/main/webapp/skins/mobile/common-comment.ftl
View file @
3d6c9704
<#--
Solo - A beautiful, simple, stable, fast Java blogging system.
Copyright (c) 2010-2018, b3log.org & hacpai.com
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<li id="${comment.oId}">
<li id="${comment.oId}">
<div class="comwrap">
<div class="comwrap">
<div class="comtop"><!--TODO comment->comment_approved == '0') : comtop preview;-->
<div class="comtop"><!--TODO comment->comment_approved == '0') : comtop preview;-->
...
...
src/main/webapp/skins/mobile/footer.ftl
View file @
3d6c9704
<#--
Solo - A beautiful, simple, stable, fast Java blogging system.
Copyright (c) 2010-2018, b3log.org & hacpai.com
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<!-- Here we're establishing whether the page was loaded via Ajax or not, for dynamic purposes. If it's ajax, we're not bringing in footer.php -->
<!-- Here we're establishing whether the page was loaded via Ajax or not, for dynamic purposes. If it's ajax, we're not bringing in footer.php -->
<div id="footer">
<div id="footer">
<center>
<center>
...
...
src/main/webapp/skins/mobile/header.ftl
View file @
3d6c9704
<#--
Solo - A beautiful, simple, stable, fast Java blogging system.
Copyright (c) 2010-2018, b3log.org & hacpai.com
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<!--TODO i18n-->
<!--TODO i18n-->
<!-- New noscript check, we need js on now folks -->
<!-- New noscript check, we need js on now folks -->
<noscript>
<noscript>
...
...
src/main/webapp/skins/mobile/index.ftl
View file @
3d6c9704
<
#--
Solo
-
A
beautiful
,
simple
,
stable
,
fast
Java
blogging
system
.
Copyright
(
c
)
2010-2018
,
b3log
.
org
&
hacpai
.
com
This
program
is
free
software:
you
can
redistribute
it
and
/
or
modify
it
under
the
terms
of
the
GNU
Affero
General
Public
License
as
published
by
the
Free
Software
Foundation
,
either
version
3
of
the
License
,
or
(
at
your
option
)
any
later
version
.
This
program
is
distributed
in
the
hope
that
it
will
be
useful
,
but
WITHOUT
ANY
WARRANTY
;
without
even
the
implied
warranty
of
MERCHANTABILITY
or
FITNESS
FOR
A
PARTICULAR
PURPOSE
.
See
the
GNU
Affero
General
Public
License
for
more
details
.
You
should
have
received
a
copy
of
the
GNU
Affero
General
Public
License
along
with
this
program
.
If
not
,
see
<
https:
//
www
.
gnu
.
org
/
licenses
/>
.
-->
<
#include
"
macro-head
.
ftl
"
>
<
#include
"
macro-head
.
ftl
"
>
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<html>
...
...
src/main/webapp/skins/mobile/macro-comments.ftl
View file @
3d6c9704
<#--
Solo - A beautiful, simple, stable, fast Java blogging system.
Copyright (c) 2010-2018, b3log.org & hacpai.com
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<#macro comments commentList article>
<#macro comments commentList article>
<!-- Let's rock the comments -->
<!-- Let's rock the comments -->
<!-- You can start editing below here... but make a backup first! -->
<!-- You can start editing below here... but make a backup first! -->
...
...
src/main/webapp/skins/mobile/macro-head.ftl
View file @
3d6c9704
<#--
Solo - A beautiful, simple, stable, fast Java blogging system.
Copyright (c) 2010-2018, b3log.org & hacpai.com
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<#macro head title>
<#macro head title>
<meta charset="utf-8" />
<meta charset="utf-8" />
<title>${title}</title>
<title>${title}</title>
...
...
src/main/webapp/skins/mobile/page.ftl
View file @
3d6c9704
<
#--
Solo
-
A
beautiful
,
simple
,
stable
,
fast
Java
blogging
system
.
Copyright
(
c
)
2010-2018
,
b3log
.
org
&
hacpai
.
com
This
program
is
free
software:
you
can
redistribute
it
and
/
or
modify
it
under
the
terms
of
the
GNU
Affero
General
Public
License
as
published
by
the
Free
Software
Foundation
,
either
version
3
of
the
License
,
or
(
at
your
option
)
any
later
version
.
This
program
is
distributed
in
the
hope
that
it
will
be
useful
,
but
WITHOUT
ANY
WARRANTY
;
without
even
the
implied
warranty
of
MERCHANTABILITY
or
FITNESS
FOR
A
PARTICULAR
PURPOSE
.
See
the
GNU
Affero
General
Public
License
for
more
details
.
You
should
have
received
a
copy
of
the
GNU
Affero
General
Public
License
along
with
this
program
.
If
not
,
see
<
https:
//
www
.
gnu
.
org
/
licenses
/>
.
-->
<
#include
"
macro-head
.
ftl
"
>
<
#include
"
macro-head
.
ftl
"
>
<
#include
"
macro-comments
.
ftl
"
>
<
#include
"
macro-comments
.
ftl
"
>
<!DOCTYPE html>
<!DOCTYPE html>
...
...
src/main/webapp/skins/mobile/side.ftl
View file @
3d6c9704
<#--
Solo - A beautiful, simple, stable, fast Java blogging system.
Copyright (c) 2010-2018, b3log.org & hacpai.com
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<div id="sideNavi" class="side-navi">
<div id="sideNavi" class="side-navi">
<#if "" != noticeBoard>
<#if "" != noticeBoard>
<ul class="marginTop12">
<ul class="marginTop12">
...
...
src/main/webapp/skins/mobile/tag-articles.ftl
View file @
3d6c9704
<
#--
Solo
-
A
beautiful
,
simple
,
stable
,
fast
Java
blogging
system
.
Copyright
(
c
)
2010-2018
,
b3log
.
org
&
hacpai
.
com
This
program
is
free
software:
you
can
redistribute
it
and
/
or
modify
it
under
the
terms
of
the
GNU
Affero
General
Public
License
as
published
by
the
Free
Software
Foundation
,
either
version
3
of
the
License
,
or
(
at
your
option
)
any
later
version
.
This
program
is
distributed
in
the
hope
that
it
will
be
useful
,
but
WITHOUT
ANY
WARRANTY
;
without
even
the
implied
warranty
of
MERCHANTABILITY
or
FITNESS
FOR
A
PARTICULAR
PURPOSE
.
See
the
GNU
Affero
General
Public
License
for
more
details
.
You
should
have
received
a
copy
of
the
GNU
Affero
General
Public
License
along
with
this
program
.
If
not
,
see
<
https:
//
www
.
gnu
.
org
/
licenses
/>
.
-->
<
#include
"
macro-head
.
ftl
"
>
<
#include
"
macro-head
.
ftl
"
>
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<html>
...
...
src/main/webapp/skins/mobile/tags.ftl
View file @
3d6c9704
<
#--
Solo
-
A
beautiful
,
simple
,
stable
,
fast
Java
blogging
system
.
Copyright
(
c
)
2010-2018
,
b3log
.
org
&
hacpai
.
com
This
program
is
free
software:
you
can
redistribute
it
and
/
or
modify
it
under
the
terms
of
the
GNU
Affero
General
Public
License
as
published
by
the
Free
Software
Foundation
,
either
version
3
of
the
License
,
or
(
at
your
option
)
any
later
version
.
This
program
is
distributed
in
the
hope
that
it
will
be
useful
,
but
WITHOUT
ANY
WARRANTY
;
without
even
the
implied
warranty
of
MERCHANTABILITY
or
FITNESS
FOR
A
PARTICULAR
PURPOSE
.
See
the
GNU
Affero
General
Public
License
for
more
details
.
You
should
have
received
a
copy
of
the
GNU
Affero
General
Public
License
along
with
this
program
.
If
not
,
see
<
https:
//
www
.
gnu
.
org
/
licenses
/>
.
-->
<
#include
"
macro-head
.
ftl
"
>
<
#include
"
macro-head
.
ftl
"
>
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<html>
...
...
src/main/webapp/top-bar.ftl
View file @
3d6c9704
<#--
Solo - A beautiful, simple, stable, fast Java blogging system.
Copyright (c) 2010-2018, b3log.org & hacpai.com
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<style type="text/css">
<style type="text/css">
#top {
#top {
background-color: #FFF;
background-color: #FFF;
...
...
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