From 3ee3d63cb7df7d523575204fcd539ba65d9e4e9a Mon Sep 17 00:00:00 2001 From: bnu Date: Fri, 8 Sep 2017 15:21:14 +0900 Subject: [PATCH] =?UTF-8?q?fix=20#2142=20onclick=EC=9D=B4=20=EC=82=AC?= =?UTF-8?q?=EC=9A=A9=EB=90=9C=20=EC=83=88=20=EC=B0=BD=20=EC=97=B4=EA=B8=B0?= =?UTF-8?q?=EB=A5=BC=20target=20=EC=86=8D=EC=84=B1=EC=9C=BC=EB=A1=9C=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 통합검색 모듈 misol_town 스킨도 마찬가지로 수정 --- modules/addon/tpl/addon_info.html | 4 ++-- modules/board/skins/default/_read.html | 2 +- modules/board/skins/xedition/_read.html | 2 +- modules/comment/tpl/declared_list.html | 4 ++-- modules/document/document.controller.php | 2 +- modules/editor/components/image_link/image_link.class.php | 2 +- modules/editor/tpl/setup_component.html | 2 +- modules/editor/tpl/view_component.html | 6 +++--- modules/integration_search/skins/default/comment.html | 4 ++-- modules/integration_search/skins/default/document.html | 4 ++-- modules/integration_search/skins/default/file.html | 2 +- modules/integration_search/skins/default/multimedia.html | 2 +- modules/integration_search/skins/default/trackback.html | 3 +-- modules/integration_search/skins/misol_town/comment.html | 2 +- modules/integration_search/skins/misol_town/document.html | 2 +- modules/integration_search/skins/misol_town/file.html | 2 +- modules/integration_search/skins/misol_town/multimedia.html | 2 +- modules/integration_search/skins/misol_town/trackback.html | 2 +- modules/layout/faceoff/layout.html | 2 +- modules/member/skins/default/document_list.html | 2 +- modules/member/skins/default/scrapped_list.html | 2 +- modules/module/tpl/module_info.html | 4 ++-- modules/module/tpl/skin_info.html | 4 ++-- modules/widget/tpl/skin_info.html | 4 ++-- modules/widget/tpl/widget_detail_info.html | 4 ++-- widgets/content/content.class.php | 6 +++--- widgets/content/skins/default/normal.html | 4 ++-- widgets/content/skins/default/title_content.html | 4 ++-- widgets/login_info/skins/xe_global/login_info.html | 2 +- widgets/login_info/skins/xe_globalTwo/login_info.html | 2 +- .../skins/xe_solid_enterprise_login/login_info.html | 2 +- widgets/mcontent/mcontent.class.php | 6 +++--- 32 files changed, 48 insertions(+), 49 deletions(-) diff --git a/modules/addon/tpl/addon_info.html b/modules/addon/tpl/addon_info.html index 0bd50cd8e..5f40e0beb 100644 --- a/modules/addon/tpl/addon_info.html +++ b/modules/addon/tpl/addon_info.html @@ -8,14 +8,14 @@ {$lang->author} - {$author->name} ({$author->homepage}, {$author->email_address})
+ {$author->name} ({$author->homepage}, {$author->email_address})
{$lang->homepage} - {$addon_info->homepage} + {$addon_info->homepage} {$lang->regdate} diff --git a/modules/board/skins/default/_read.html b/modules/board/skins/default/_read.html index f99b11ab1..7615cf8c8 100644 --- a/modules/board/skins/default/_read.html +++ b/modules/board/skins/default/_read.html @@ -9,7 +9,7 @@ {$oDocument->getRegdate('Y.m.d H:i')}

- {$oDocument->getNickName()} + {$oDocument->getNickName()} {$oDocument->getNickName()} {$oDocument->getNickName()} diff --git a/modules/board/skins/xedition/_read.html b/modules/board/skins/xedition/_read.html index a95d2d16c..0bf162b84 100644 --- a/modules/board/skins/xedition/_read.html +++ b/modules/board/skins/xedition/_read.html @@ -7,7 +7,7 @@

- {$oDocument->getNickName()} + {$oDocument->getNickName()} {$oDocument->getNickName()} {$oDocument->getNickName()} diff --git a/modules/comment/tpl/declared_list.html b/modules/comment/tpl/declared_list.html index 14a3a0b2f..df28e4856 100644 --- a/modules/comment/tpl/declared_list.html +++ b/modules/comment/tpl/declared_list.html @@ -42,7 +42,7 @@ - {$oComment->getSummary(100)} + {$oComment->getSummary(100)} {$oComment->getNickName()} {$oComment->getRegdate("Y-m-d")} {$oComment->get('declared_count')} ({$lang->improper_comment_declare_reason}) @@ -115,4 +115,4 @@ jQuery(function($){ } }).change(); }); - \ No newline at end of file + diff --git a/modules/document/document.controller.php b/modules/document/document.controller.php index 6d5d7943c..8374c4844 100644 --- a/modules/document/document.controller.php +++ b/modules/document/document.controller.php @@ -2628,7 +2628,7 @@ class documentController extends document { if(!$oDocument->get('member_srl') || $oDocument->get('member_srl')==$sender_member_srl) continue; - if($type=='move') $purl = sprintf("%s


", $oDocument->getPermanentUrl(), $oDocument->getPermanentUrl()); + if($type=='move') $purl = sprintf("%s
", $oDocument->getPermanentUrl(), $oDocument->getPermanentUrl()); else $purl = ""; $content = sprintf("

%s


%s
%s
%s",$message_content, $purl, $oDocument->getTitleText(), $oDocument->getContent(false, false, false)); diff --git a/modules/editor/components/image_link/image_link.class.php b/modules/editor/components/image_link/image_link.class.php index c1167c36d..bdd56c935 100644 --- a/modules/editor/components/image_link/image_link.class.php +++ b/modules/editor/components/image_link/image_link.class.php @@ -101,7 +101,7 @@ class image_link extends EditorHandler if($link_url) { - if($open_window =='Y') $code = sprintf('%s', $link_url, $code); + if($open_window =='Y') $code = sprintf('%s', $link_url, $code); else $code = sprintf('%s', $link_url, $code); } return $code; diff --git a/modules/editor/tpl/setup_component.html b/modules/editor/tpl/setup_component.html index 897686903..2e293f37a 100644 --- a/modules/editor/tpl/setup_component.html +++ b/modules/editor/tpl/setup_component.html @@ -22,7 +22,7 @@
-{$author->name} ({$author->homepage}, {$author->email_address})
+{$author->name} ({$author->homepage}, {$author->email_address})
diff --git a/modules/editor/tpl/view_component.html b/modules/editor/tpl/view_component.html index 9918345f4..6d0dae34b 100644 --- a/modules/editor/tpl/view_component.html +++ b/modules/editor/tpl/view_component.html @@ -6,13 +6,13 @@

{$lang->component_author}

{$lang->homepage}

-

{$component->homepage}

+

{$component->homepage}

{$lang->component_version}

@@ -26,7 +26,7 @@

{$lang->component_license}

{nl2br(trim($component->license))} - {$component->license_link} + {$component->license_link}

diff --git a/modules/integration_search/skins/default/comment.html b/modules/integration_search/skins/default/comment.html index d66a6ba88..4fe0c3979 100644 --- a/modules/integration_search/skins/default/comment.html +++ b/modules/integration_search/skins/default/comment.html @@ -9,10 +9,10 @@
  • - +
    -
    {$comment->getSummary(400)}
    +
    {$comment->getSummary(400)}
    {$comment->getNickName()} | {$comment->getRegdate("Y-m-d H:i")}
  • diff --git a/modules/integration_search/skins/default/document.html b/modules/integration_search/skins/default/document.html index 9fcec435d..efe3d6278 100644 --- a/modules/integration_search/skins/default/document.html +++ b/modules/integration_search/skins/default/document.html @@ -22,10 +22,10 @@
  • - +
    -
    {$document->getTitle()} [{$document->getCommentCount()}]
    +
    {$document->getTitle()} [{$document->getCommentCount()}]
    {$document->getSummary(200)}
    diff --git a/modules/integration_search/skins/default/file.html b/modules/integration_search/skins/default/file.html index 648bdac07..366366687 100644 --- a/modules/integration_search/skins/default/file.html +++ b/modules/integration_search/skins/default/file.html @@ -9,7 +9,7 @@
  • -
    {$file->filename} ({FileHandler::filesize($file->file_size)})
    +
    {$file->filename} ({FileHandler::filesize($file->file_size)})
    {$file->nick_name} | {$file->regdate} | {number_format($file->download_count)}
  • diff --git a/modules/integration_search/skins/default/multimedia.html b/modules/integration_search/skins/default/multimedia.html index f9d85ea6a..de6843f23 100644 --- a/modules/integration_search/skins/default/multimedia.html +++ b/modules/integration_search/skins/default/multimedia.html @@ -8,7 +8,7 @@ diff --git a/modules/integration_search/skins/misol_town/comment.html b/modules/integration_search/skins/misol_town/comment.html index 55c9cbc8d..242cadb66 100644 --- a/modules/integration_search/skins/misol_town/comment.html +++ b/modules/integration_search/skins/misol_town/comment.html @@ -14,7 +14,7 @@