From c699f2ff8542bf20f1660b9f981f139745406529 Mon Sep 17 00:00:00 2001 From: Van Date: Thu, 18 Apr 2019 17:36:32 +0800 Subject: [PATCH] https://github.com/b3log/solo/issues/12764 --- 9IPHP/page.ftl | 48 ------------------------------- Andrea/page.ftl | 62 --------------------------------------- Bruce/page.ftl | 52 --------------------------------- Casper/page.ftl | 49 ------------------------------- Community/page.ftl | 49 ------------------------------- Finding/page.ftl | 63 ---------------------------------------- Jane/page.ftl | 53 ---------------------------------- Medium/page.ftl | 62 --------------------------------------- NeoEase/page.ftl | 48 ------------------------------- Pinghsu/page.ftl | 70 --------------------------------------------- favourite/page.ftl | 65 ----------------------------------------- i-nove/page.ftl | 58 ------------------------------------- metro-hot/page.ftl | 61 --------------------------------------- next/page.ftl | 46 ----------------------------- nijigen/page.ftl | 54 ---------------------------------- owmx-3.0/page.ftl | 48 ------------------------------- timeline/page.ftl | 46 ----------------------------- tree-house/page.ftl | 61 --------------------------------------- yilia/page.ftl | 60 -------------------------------------- 19 files changed, 1055 deletions(-) delete mode 100644 9IPHP/page.ftl delete mode 100644 Andrea/page.ftl delete mode 100644 Bruce/page.ftl delete mode 100644 Casper/page.ftl delete mode 100644 Community/page.ftl delete mode 100644 Finding/page.ftl delete mode 100644 Jane/page.ftl delete mode 100644 Medium/page.ftl delete mode 100644 NeoEase/page.ftl delete mode 100644 Pinghsu/page.ftl delete mode 100644 favourite/page.ftl delete mode 100644 i-nove/page.ftl delete mode 100644 metro-hot/page.ftl delete mode 100644 next/page.ftl delete mode 100644 nijigen/page.ftl delete mode 100644 owmx-3.0/page.ftl delete mode 100644 timeline/page.ftl delete mode 100644 tree-house/page.ftl delete mode 100644 yilia/page.ftl diff --git a/9IPHP/page.ftl b/9IPHP/page.ftl deleted file mode 100644 index d151fde..0000000 --- a/9IPHP/page.ftl +++ /dev/null @@ -1,48 +0,0 @@ -<#-- - - Solo - A small and beautiful blogging system written in Java. - Copyright (c) 2010-present, b3log.org - - 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 . - ---> -<#include "../../common-template/macro-common_head.ftl"> -<#include "macro-comments.ftl"> -<#include "../../common-template/macro-comment_script.ftl"> - - - - <@head title="${page.pageTitle} - ${blogTitle}"> - - - - - <#include "header.ftl"> -
-
-
-
-
- ${page.pageContent} -
- <@comments commentList=pageComments article=page> -
-
- <#include "side.ftl"> -
-
- <#include "footer.ftl"> - <@comment_script oId=page.oId commentable=page.commentable> - - diff --git a/Andrea/page.ftl b/Andrea/page.ftl deleted file mode 100644 index e47aa33..0000000 --- a/Andrea/page.ftl +++ /dev/null @@ -1,62 +0,0 @@ -<#-- - - Solo - A small and beautiful blogging system written in Java. - Copyright (c) 2010-present, b3log.org - - 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 . - ---> -<#include "../../common-template/macro-common_head.ftl"> -<#include "macro-comments.ftl"> -<#include "../../common-template/macro-comment_script.ftl"> - - - - <@head title="${page.pageTitle} - ${blogTitle}"> - - - - - ${topBarReplacement} - <#include "side-tool.ftl"> -
- <#include "header.ftl"> -
-
-
-
-
- ${page.pageContent} -
-
- <@comments commentList=pageComments article=page> -
- -
-
- <#include "side.ftl"> -
-
-
-
-
-
- -
-
- <@comment_script oId=page.oId commentable=page.commentable> - - diff --git a/Bruce/page.ftl b/Bruce/page.ftl deleted file mode 100644 index eb9b3e6..0000000 --- a/Bruce/page.ftl +++ /dev/null @@ -1,52 +0,0 @@ -<#-- - - Solo - A small and beautiful blogging system written in Java. - Copyright (c) 2010-present, b3log.org - - 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 . - ---> -<#include "../../common-template/macro-common_head.ftl"> -<#include "macro-comments.ftl"> -<#include "../../common-template/macro-comment_script.ftl"> - - - - <@head title="${page.pageTitle} - ${blogTitle}"> - - - - - <#include "header.ftl"> - -
-
-
- -
-
- ${page.pageContent} -
- - <@comments commentList=pageComments article=page> -
- -
-
-
- - <#include "footer.ftl"> - <@comment_script oId=page.oId commentable=page.commentable> - - diff --git a/Casper/page.ftl b/Casper/page.ftl deleted file mode 100644 index ed1a323..0000000 --- a/Casper/page.ftl +++ /dev/null @@ -1,49 +0,0 @@ -<#-- - - Solo - A small and beautiful blogging system written in Java. - Copyright (c) 2010-present, b3log.org - - 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 . - ---> -<#include "../../common-template/macro-common_head.ftl"> -<#include "macro-comments.ftl"> -<#include "../../common-template/macro-comment_script.ftl"> - - - -<@head title="${page.pageTitle} - ${blogTitle}"> - - - - -
- <#if pjax> - <#include "marcr-header.ftl"> - <@header type='article'> -
-
- ${page.pageContent} -
-
- - <@comments commentList=pageComments article=page> - <#if pjax> -
-<#include "footer.ftl"> -<#if pjax> -<@comment_script oId=page.oId commentable=page.commentable> -<#if pjax> - - diff --git a/Community/page.ftl b/Community/page.ftl deleted file mode 100644 index a11e264..0000000 --- a/Community/page.ftl +++ /dev/null @@ -1,49 +0,0 @@ -<#-- - - Solo - A small and beautiful blogging system written in Java. - Copyright (c) 2010-present, b3log.org - - 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 . - ---> -<#include "../../common-template/macro-common_head.ftl"> -<#include "macro-comments.ftl"> -<#include "../../common-template/macro-comment_script.ftl"> - - - - <@head title="${page.pageTitle} - ${blogTitle}"> - - - - - ${topBarReplacement} -
- <#include "header.ftl"> -
-
-
- ${page.pageContent} -
- <@comments commentList=pageComments article=page> -
-
- <#include "side.ftl"> -
- - <@comment_script oId=page.oId commentable=page.commentable> - - diff --git a/Finding/page.ftl b/Finding/page.ftl deleted file mode 100644 index 27bb7fb..0000000 --- a/Finding/page.ftl +++ /dev/null @@ -1,63 +0,0 @@ -<#-- - - Solo - A small and beautiful blogging system written in Java. - Copyright (c) 2010-present, b3log.org - - 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 . - ---> -<#include "../../common-template/macro-common_head.ftl"> -<#include "macro-comments.ftl"> -<#include "../../common-template/macro-comment_script.ftl"> - - - - <@head title="${page.pageTitle} - ${blogTitle}"> - - - - - -
- <#include "header.ftl"> -
-
-
- ${page.pageContent} -
-
- -
-
- <@comments commentList=pageComments article=page> -
- - <#include "footer.ftl"> - - <@comment_script oId=page.oId commentable=page.commentable> -
- - diff --git a/Jane/page.ftl b/Jane/page.ftl deleted file mode 100644 index 824f9b4..0000000 --- a/Jane/page.ftl +++ /dev/null @@ -1,53 +0,0 @@ -<#-- - - Solo - A small and beautiful blogging system written in Java. - Copyright (c) 2010-present, b3log.org - - 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 . - ---> -<#include "../../common-template/macro-common_head.ftl"> -<#include "macro-comments.ftl"> -<#include "../../common-template/macro-comment_script.ftl"> - - - -<@head title="${page.pageTitle} - ${blogTitle}"> - - - - -<#include "header.ftl"> -
- <#if pjax> - - <@comments commentList=pageComments article=page> - <#if pjax> -
-<#include "footer.ftl"> -<#if pjax> -<@comment_script oId=page.oId commentable=page.commentable> -<#if pjax> - - diff --git a/Medium/page.ftl b/Medium/page.ftl deleted file mode 100644 index 1364884..0000000 --- a/Medium/page.ftl +++ /dev/null @@ -1,62 +0,0 @@ -<#-- - - Solo - A small and beautiful blogging system written in Java. - Copyright (c) 2010-present, b3log.org - - 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 . - ---> -<#include "../../common-template/macro-common_head.ftl"> -<#include "macro-comments.ftl"> -<#include "../../common-template/macro-comment_script.ftl"> - - - -<@head title="${page.pageTitle} - ${blogTitle}"> - - - - -<#include "header.ftl"> -
- <#if pjax> -<#include "nav.ftl"> -
-<#if noticeBoard??> -
- ${noticeBoard} -
- -
-
-
- ${page.pageContent} -
-
-
-
-
-<@comments commentList=pageComments article=page> -
-
- <#include "bottom.ftl"> -
- <#if pjax> -
-<#include "footer.ftl"> -<#if pjax> -<@comment_script oId=page.oId commentable=page.commentable> - <#if pjax> - - diff --git a/NeoEase/page.ftl b/NeoEase/page.ftl deleted file mode 100644 index 6c7e27d..0000000 --- a/NeoEase/page.ftl +++ /dev/null @@ -1,48 +0,0 @@ -<#-- - - Solo - A small and beautiful blogging system written in Java. - Copyright (c) 2010-present, b3log.org - - 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 . - ---> -<#include "../../common-template/macro-common_head.ftl"> -<#include "macro-comments.ftl"> -<#include "../../common-template/macro-comment_script.ftl"> - - - - <@head title="${page.pageTitle} - ${blogTitle}"> - - - - - ${topBarReplacement} - <#include "header.ftl"> -
-
-
-
- ${page.pageContent} -
- <@comments commentList=pageComments article=page> -
- <#include "side.ftl"> -
-
-
- <#include "footer.ftl"> - <@comment_script oId=page.oId commentable=page.commentable> - - diff --git a/Pinghsu/page.ftl b/Pinghsu/page.ftl deleted file mode 100644 index efe4a89..0000000 --- a/Pinghsu/page.ftl +++ /dev/null @@ -1,70 +0,0 @@ -<#-- - - Solo - A small and beautiful blogging system written in Java. - Copyright (c) 2010-present, b3log.org - - 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 . - ---> -<#include "../../common-template/macro-common_head.ftl"> -<#include "macro-comments.ftl"> -<#include "../../common-template/macro-comment_script.ftl"> - - - -<@head title="${page.pageTitle} - ${blogTitle}"> - - - - -<#include "header.ftl"> -
- <#if pjax> -
-
- ${page.pageContent} -
-
-
-
- <@comments commentList=pageComments article=page> -
-
-
-
-
- -
-
- <#if pjax> -
-<#include "footer.ftl"> -<#if pjax> -<@comment_script oId=page.oId commentable=page.commentable> - Skin.initArticle() - -<#if pjax> - - diff --git a/favourite/page.ftl b/favourite/page.ftl deleted file mode 100644 index 9579ccb..0000000 --- a/favourite/page.ftl +++ /dev/null @@ -1,65 +0,0 @@ -<#-- - - Solo - A small and beautiful blogging system written in Java. - Copyright (c) 2010-present, b3log.org - - 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 . - ---> -<#include "../../common-template/macro-common_head.ftl"> -<#include "macro-comments.ftl"> -<#include "../../common-template/macro-comment_script.ftl"> - - - - <@head title="${page.pageTitle} - ${blogTitle}"> - - - - - ${topBarReplacement} - <#include "nav.ftl"> -
-
- <#include "header.ftl"> -
-
-
-
-
-
-
-
- ${page.pageContent} -
-
-
-
- <@comments commentList=pageComments article=page> -
-
- <#include "side.ftl"> -
-
-
-
-
-
- - <@comment_script oId=page.oId commentable=page.commentable> - - diff --git a/i-nove/page.ftl b/i-nove/page.ftl deleted file mode 100644 index fdf3c6d..0000000 --- a/i-nove/page.ftl +++ /dev/null @@ -1,58 +0,0 @@ -<#-- - - Solo - A small and beautiful blogging system written in Java. - Copyright (c) 2010-present, b3log.org - - 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 . - ---> -<#include "../../common-template/macro-common_head.ftl"> -<#include "macro-comments.ftl"> -<#include "../../common-template/macro-comment_script.ftl"> - - - - <@head title="${page.pageTitle} - ${blogTitle}"> - - - - - ${topBarReplacement} -
-
-
- <#include "header.ftl"> -
-
-
-
- ${page.pageContent} -
-
- <@comments commentList=pageComments article=page> -
-
- <#include "side.ftl"> -
-
-
- -
-
- <@comment_script oId=page.oId commentable=page.commentable> -
- - diff --git a/metro-hot/page.ftl b/metro-hot/page.ftl deleted file mode 100644 index 9f058c3..0000000 --- a/metro-hot/page.ftl +++ /dev/null @@ -1,61 +0,0 @@ -<#-- - - Solo - A small and beautiful blogging system written in Java. - Copyright (c) 2010-present, b3log.org - - 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 . - ---> -<#include "../../common-template/macro-common_head.ftl"> -<#include "macro-side.ftl"> -<#include "macro-comments.ftl"> -<#include "../../common-template/macro-comment_script.ftl"> - - - - <@head title="${page.pageTitle} - ${blogTitle}"> - - - - - ${topBarReplacement} -
- -
-
-
- ${page.pageContent} -
- <@comments commentList=pageComments article=page> - <#include "copyright.ftl"/> -
- <@side isArticle=true /> -
-
- <#include "footer.ftl"> - <@comment_script oId=page.oId commentable=page.commentable> - - diff --git a/next/page.ftl b/next/page.ftl deleted file mode 100644 index e9907d0..0000000 --- a/next/page.ftl +++ /dev/null @@ -1,46 +0,0 @@ -<#-- - - Solo - A small and beautiful blogging system written in Java. - Copyright (c) 2010-present, b3log.org - - 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 . - ---> -<#include "../../common-template/macro-common_head.ftl"> -<#include "macro-comments.ftl"> -<#include "../../common-template/macro-comment_script.ftl"> - - - - <@head title="${page.pageTitle} - ${blogTitle}"> - - - - - <#include "header.ftl"> -
-
-
-
- ${page.pageContent} -
- <@comments commentList=pageComments article=page> -
- <#include "side.ftl"> -
-
- <#include "footer.ftl"> - <@comment_script oId=page.oId commentable=page.commentable> - - diff --git a/nijigen/page.ftl b/nijigen/page.ftl deleted file mode 100644 index ed3f6a1..0000000 --- a/nijigen/page.ftl +++ /dev/null @@ -1,54 +0,0 @@ -<#-- - - Solo - A small and beautiful blogging system written in Java. - Copyright (c) 2010-present, b3log.org - - 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 . - ---> -<#include "../../common-template/macro-common_head.ftl"> -<#include "macro-comments.ftl"> -<#include "../../common-template/macro-comment_script.ftl"> - - - -<@head title="${page.pageTitle} - ${blogTitle}"> - - - - -<#include "header.ftl"> -
- <#if pjax> -
-
-
-
-
- ${page.pageContent} -
-
-
- <@comments commentList=pageComments article=page> -
-
- <#include "side.ftl"> - <#if pjax> -
-<#include "footer.ftl"> -<#if pjax> -<@comment_script oId=page.oId commentable=page.commentable> -<#if pjax> - - diff --git a/owmx-3.0/page.ftl b/owmx-3.0/page.ftl deleted file mode 100644 index 0ba6390..0000000 --- a/owmx-3.0/page.ftl +++ /dev/null @@ -1,48 +0,0 @@ -<#-- - - Solo - A small and beautiful blogging system written in Java. - Copyright (c) 2010-present, b3log.org - - 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 . - ---> -<#include "../../common-template/macro-common_head.ftl"> -<#include "macro-comments.ftl"> -<#include "../../common-template/macro-comment_script.ftl"> - - - - <@head title="${page.pageTitle} - ${blogTitle}"> - - - - - ${topBarReplacement} -
- <#include "header.ftl"> -
-
-
- ${page.pageContent} -
- <@comments commentList=pageComments article=page> -
- <#include "side.ftl"> -
-
- <#include "footer.ftl"> -
- <@comment_script oId=page.oId commentable=page.commentable> - - diff --git a/timeline/page.ftl b/timeline/page.ftl deleted file mode 100644 index 2ad241a..0000000 --- a/timeline/page.ftl +++ /dev/null @@ -1,46 +0,0 @@ -<#-- - - Solo - A small and beautiful blogging system written in Java. - Copyright (c) 2010-present, b3log.org - - 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 . - ---> -<#include "../../common-template/macro-common_head.ftl"> -<#include "macro-comments.ftl"> -<#include "../../common-template/macro-comment_script.ftl"> - - - - <@head title="${page.pageTitle} - ${blogTitle}"> - - - - - ${topBarReplacement} - <#include "header.ftl"> -
-
-
-
- ${page.pageContent} -
- <@comments commentList=pageComments article=page> -
-
-
- <#include "footer.ftl"> - <@comment_script oId=page.oId commentable=page.commentable> - - diff --git a/tree-house/page.ftl b/tree-house/page.ftl deleted file mode 100644 index 64c9b97..0000000 --- a/tree-house/page.ftl +++ /dev/null @@ -1,61 +0,0 @@ -<#-- - - Solo - A small and beautiful blogging system written in Java. - Copyright (c) 2010-present, b3log.org - - 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 . - ---> -<#include "../../common-template/macro-common_head.ftl"> -<#include "macro-comments.ftl"> -<#include "../../common-template/macro-comment_script.ftl"> - - - - <@head title="${page.pageTitle} - ${blogTitle}"> - - - - -
-
- ${topBarReplacement} -
-
- <#include "header.ftl"> -
-
-
-
-
- ${page.pageContent} -
-
-
- <@comments commentList=pageComments article=page> -
-
- <#include "side.ftl"> -
-
-
- -
-
-
- <@comment_script oId=page.oId commentable=page.commentable> - - diff --git a/yilia/page.ftl b/yilia/page.ftl deleted file mode 100644 index 20e7beb..0000000 --- a/yilia/page.ftl +++ /dev/null @@ -1,60 +0,0 @@ -<#-- - - Solo - A small and beautiful blogging system written in Java. - Copyright (c) 2010-present, b3log.org - - 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 . - ---> -<#include "../../common-template/macro-common_head.ftl"> -<#include "macro-comments.ftl"> -<#include "../../common-template/macro-comment_script.ftl"> - - - - <@head title="${page.pageTitle} - ${blogTitle}"> - - - - - <#include "side.ftl"> -
-
-
- ${page.pageContent} -
-
-
- - - - -
-
-
- <@comments commentList=pageComments article=page> - - <#include "footer.ftl"> - - <@comment_script oId=page.oId commentable=page.commentable> - Yilia.share() - -
- -