diff --git a/app/common/tools/post_block/copyright.html b/app/common/tools/post_block/copyright.html index d60fdd8..b28513f 100644 --- a/app/common/tools/post_block/copyright.html +++ b/app/common/tools/post_block/copyright.html @@ -8,7 +8,5 @@

原文平台:{:get_system_config('site_name')}

-

- 版权声明:{:get_system_config('post_copyright')} -

+

版权声明:{:get_system_config('post_copyright')}

\ No newline at end of file diff --git a/view/admin/post/output.html b/view/admin/post/output.html index caca165..0823338 100644 --- a/view/admin/post/output.html +++ b/view/admin/post/output.html @@ -52,7 +52,13 @@
{$post.desc}
+
+ {notempty name='$post.poster'} +
+ +
+ {/notempty} {$post->content_html|raw} {:\\app\\common\\tools\\PostBlock::copyright($post)} @@ -65,8 +71,9 @@ 选中标题 选中描述 选中内容 - 插入声明 - 显示声明 + + +
代码转临时图片
@@ -131,6 +138,10 @@ }) }) + $('.remove-copyright').click(function () { + $('.copyright-inner').remove(); + }) + $('.show-copyright').click(function () { if ($('.article-body').hasClass('show-copyright-inner')) { $('.article-body').removeClass('show-copyright-inner')