From c922dc5b209b5c20cd350bf1605cfc9c4a1dfd41 Mon Sep 17 00:00:00 2001 From: zero Date: Wed, 10 Oct 2007 06:41:24 +0000 Subject: [PATCH] =?UTF-8?q?=EB=B8=94=EB=A1=9C=EA=B7=B8/=EA=B2=8C=EC=8B=9C?= =?UTF-8?q?=ED=8C=90=EC=9D=98=20=EA=B8=B0=EB=B3=B8=20=EC=8A=A4=ED=82=A8?= =?UTF-8?q?=EC=97=90=20=EC=9E=91=EC=84=B1=EC=9E=90(=EA=B8=80,=EB=8C=93?= =?UTF-8?q?=EA=B8=80)=EA=B0=80=20=EB=B9=84=ED=9A=8C=EC=9B=90=EC=9D=BC=20?= =?UTF-8?q?=EA=B2=BD=EC=9A=B0=20=ED=99=88=ED=8E=98=EC=9D=B4=EC=A7=80=20?= =?UTF-8?q?=EB=A7=81=ED=81=AC=20=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2719 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/blog/skins/xe_blog/comment.html | 12 +++++++++++- modules/blog/skins/xe_blog/css/common.css | 2 +- modules/board/skins/xe_gallery/comment.html | 12 +++++++++++- modules/board/skins/xe_gallery/css/common.css | 13 +++++++------ .../board/skins/xe_gallery/view_document.html | 13 ++++++++++++- modules/board/skins/xe_list/comment.html | 12 +++++++++++- modules/board/skins/xe_list/css/common.css | 15 ++++++++------- modules/board/skins/xe_list/view_document.html | 13 ++++++++++++- modules/board/skins/xe_webzine/comment.html | 12 +++++++++++- modules/board/skins/xe_webzine/css/common.css | 13 +++++++------ .../board/skins/xe_webzine/view_document.html | 13 ++++++++++++- modules/document/document.item.php | 18 ++++++++++++++++++ 12 files changed, 121 insertions(+), 27 deletions(-) diff --git a/modules/blog/skins/xe_blog/comment.html b/modules/blog/skins/xe_blog/comment.html index c1843601e..18bd4435e 100644 --- a/modules/blog/skins/xe_blog/comment.html +++ b/modules/blog/skins/xe_blog/comment.html @@ -27,7 +27,17 @@ -
{htmlspecialchars($val->nick_name)}
+
+ + + {htmlspecialchars($val->nick_name)} + + {htmlspecialchars($val->nick_name)} + + +
{htmlspecialchars($val->nick_name)}
+ +
{$val->content} diff --git a/modules/blog/skins/xe_blog/css/common.css b/modules/blog/skins/xe_blog/css/common.css index b4b3931c8..5af0f2eec 100644 --- a/modules/blog/skins/xe_blog/css/common.css +++ b/modules/blog/skins/xe_blog/css/common.css @@ -219,7 +219,7 @@ ul.replyZone .replyIndent { background:url(../images/common/iconReplyArrow.gif) #reply li { padding:.6em .8em .6em .6em; line-height:1.25em; clear:both; border-bottom:1px dotted #EEEEEE; list-style:none;} #reply p { display:inline; margin-bottom:1em;} #reply .author { float:left; padding:0 .3em 0 0; font-size:.9em; color:#3074a5; margin:0 .3em .5em 0;} -#reply .author a { font-size:.9em; color:#3074a5; margin-right:.3em;} +#reply .author a { color:#3074a5; margin-right:.3em; text-decoration:none;} #reply .date { float:right; font:.8em Tahoma; color:#cccccc; margin:.3em 0 .5em 0;} #reply .replyOption { float:right; white-space:nowrap; margin-left:.2em;} diff --git a/modules/board/skins/xe_gallery/comment.html b/modules/board/skins/xe_gallery/comment.html index 8b5cad416..cd417315e 100644 --- a/modules/board/skins/xe_gallery/comment.html +++ b/modules/board/skins/xe_gallery/comment.html @@ -25,7 +25,17 @@
-
{htmlspecialchars($val->nick_name)}
+
+ + + {htmlspecialchars($val->nick_name)} + + {htmlspecialchars($val->nick_name)} + + +
{htmlspecialchars($val->nick_name)}
+ +
{$val->content} diff --git a/modules/board/skins/xe_gallery/css/common.css b/modules/board/skins/xe_gallery/css/common.css index aff79c616..d391c537d 100644 --- a/modules/board/skins/xe_gallery/css/common.css +++ b/modules/board/skins/xe_gallery/css/common.css @@ -102,7 +102,7 @@ Jeong, Chan Myeong 070601~070630 .pageNavigation a.goToLast img { display:inline-block; padding:2px 0; position:relative; top:2px; _top:1px;} /* extraVars list */ -.extraVarsList { width:100%; border:1px solid #e0e1db; clear:both; margin-bottom:1em;} +.extraVarsList { width:100%; border:1px solid #e0e1db; clear:both; margin-bottom:1em; margin-top:1em;} .extraVarsList tr.notice { background:#f8f8f8;} .extraVarsList tr.notice .num { font-size:.9em; font-weight:bold;} .extraVarsList tr.bg1 { background:#ffffff} @@ -138,12 +138,13 @@ Jeong, Chan Myeong 070601~070630 .boardRead ul.uri { overflow:hidden; margin:0 0 2em .3em; float:right; clear:left;} .boardRead ul.uri li { font-size:8pt; color:#c5c7c0; } -.boardRead .userInfo { float:left; white-space:nowrap;} -.boardRead .userInfo .author { padding:0 .3em 0 0; color:#3074a5; margin-right:.3em;} -.boardRead .userInfo .ipaddress { font-size:.9em; font-family:Tahoma; color:#888888; margin-right:.5em; } +.boardRead .userInfo { float:left; white-space:nowrap; } +.boardRead .userInfo .author { color:#3074a5; } +.boardRead .userInfo .author a { font-size:.9em; color:#3074a5; text-decoration:none; } +.boardRead .userInfo .ipaddress { font-size:.9em; color:#AAAAAA; margin-top:.3em;} .boardRead .contentBody { width:100%; overflow:hidden; } -.boardRead .readBody { padding:0 .3em; color:#555555; overflow:hidden; margin-bottom:2em; clear:both; } +.boardRead .readBody { padding:0 .3em; color:#555555; overflow:hidden; margin-bottom:2em; clear:both; margin-top:2em;} .boardRead .readBody p { margin:1em 0; line-height:1.5em;} .boardRead .readBody .alignLeft { float:left; margin:0 1em 1em 0; } .boardRead .readBody .alignRight { float:right; margin:0 0 1em 1em; } @@ -191,7 +192,7 @@ Jeong, Chan Myeong 070601~070630 #reply li { padding:.6em .8em .6em .6em; line-height:1.25em; clear:both; border-bottom:1px dotted #EEEEEE; list-style:none;} #reply p { display:inline; margin-bottom:1em;} #reply .author { float:left; padding:0 .3em 0 0; font-size:.9em; color:#3074a5; margin:0 .3em .5em 0;} -#reply .author a { font-size:.9em; color:#3074a5; margin-right:.3em;} +#reply .author a { color:#3074a5; margin-right:.3em; text-decoration:none; } #reply .date { float:right; font:.8em Tahoma; color:#cccccc; margin:.3em 0 .5em 0;} #reply .replyOption { float:right; white-space:nowrap; margin-left:.2em;} diff --git a/modules/board/skins/xe_gallery/view_document.html b/modules/board/skins/xe_gallery/view_document.html index 9d75a65f7..950536cc2 100644 --- a/modules/board/skins/xe_gallery/view_document.html +++ b/modules/board/skins/xe_gallery/view_document.html @@ -44,7 +44,18 @@
-
{$oDocument->getNickName()}
+ +
+ + {$oDocument->getNickName()} + + {$oDocument->getNickName()} + +
+ +
{$oDocument->getNickName()}
+ +
{$oDocument->get('ipaddress')}
diff --git a/modules/board/skins/xe_list/comment.html b/modules/board/skins/xe_list/comment.html index 8b5cad416..cd417315e 100644 --- a/modules/board/skins/xe_list/comment.html +++ b/modules/board/skins/xe_list/comment.html @@ -25,7 +25,17 @@
-
{htmlspecialchars($val->nick_name)}
+
+ + + {htmlspecialchars($val->nick_name)} + + {htmlspecialchars($val->nick_name)} + + +
{htmlspecialchars($val->nick_name)}
+ +
{$val->content} diff --git a/modules/board/skins/xe_list/css/common.css b/modules/board/skins/xe_list/css/common.css index ba6fe9d05..2b2068fb6 100644 --- a/modules/board/skins/xe_list/css/common.css +++ b/modules/board/skins/xe_list/css/common.css @@ -102,7 +102,7 @@ Jeong, Chan Myeong 070601~070630 .pageNavigation a.goToLast img { display:inline-block; padding:2px 0; position:relative; top:2px; _top:1px;} /* extraVars list */ -.extraVarsList { width:100%; border:1px solid #e0e1db; clear:both; margin-bottom:1em;} +.extraVarsList { width:100%; border:1px solid #e0e1db; clear:both; margin-bottom:1em; margin-top:1em;} .extraVarsList tr.notice { background:#f8f8f8;} .extraVarsList tr.notice .num { font-size:.9em; font-weight:bold;} .extraVarsList tr.bg1 { background:#ffffff} @@ -135,15 +135,16 @@ Jeong, Chan Myeong 070601~070630 .boardRead .dateAndModify { float:right; white-space:nowrap; font-size:.8em; color:#999999; position:relative;} .boardRead .dateAndModify strong { font-size:1em; font-family:Tahoma;} -.boardRead ul.uri { overflow:hidden; margin:0 0 2em .3em; float:right; clear:left;} +.boardRead ul.uri { overflow:hidden; margin:0 0 2em .3em; float:right; clear:left; } .boardRead ul.uri li { font-size:8pt; color:#c5c7c0; } -.boardRead .userInfo { float:left; white-space:nowrap;} -.boardRead .userInfo .author { padding:0 .3em 0 0; color:#3074a5; margin-right:.3em;} -.boardRead .userInfo .ipaddress { font-size:.9em; font-family:Tahoma; color:#888888; margin-right:.5em; } +.boardRead .userInfo { float:left; white-space:nowrap; } +.boardRead .userInfo .author { color:#3074a5; } +.boardRead .userInfo .author a { font-size:.9em; color:#3074a5; text-decoration:none; } +.boardRead .userInfo .ipaddress { font-size:.9em; color:#AAAAAA; margin-top:.3em;} .boardRead .contentBody { width:100%; overflow:hidden; } -.boardRead .readBody { padding:0 .3em; color:#555555; overflow:hidden; margin-bottom:2em; clear:both; } +.boardRead .readBody { padding:0 .3em; color:#555555; overflow:hidden; margin-bottom:2em; clear:both; margin-top:2em;} .boardRead .readBody p { margin:1em 0; line-height:1.5em;} .boardRead .readBody .alignLeft { float:left; margin:0 1em 1em 0; } .boardRead .readBody .alignRight { float:right; margin:0 0 1em 1em; } @@ -191,7 +192,7 @@ Jeong, Chan Myeong 070601~070630 #reply li { padding:.6em .8em .6em .6em; line-height:1.25em; clear:both; border-bottom:1px dotted #EEEEEE; list-style:none;} #reply p { display:inline; margin-bottom:1em;} #reply .author { float:left; padding:0 .3em 0 0; font-size:.9em; color:#3074a5; margin:0 .3em .5em 0;} -#reply .author a { font-size:.9em; color:#3074a5; margin-right:.3em;} +#reply .author a { color:#3074a5; margin-right:.3em; text-decoration:none; } #reply .date { float:right; font:.8em Tahoma; color:#cccccc; margin:.3em 0 .5em 0;} #reply .replyOption { float:right; white-space:nowrap; margin-left:.2em;} diff --git a/modules/board/skins/xe_list/view_document.html b/modules/board/skins/xe_list/view_document.html index 9d75a65f7..950536cc2 100644 --- a/modules/board/skins/xe_list/view_document.html +++ b/modules/board/skins/xe_list/view_document.html @@ -44,7 +44,18 @@
-
{$oDocument->getNickName()}
+ +
+ + {$oDocument->getNickName()} + + {$oDocument->getNickName()} + +
+ +
{$oDocument->getNickName()}
+ +
{$oDocument->get('ipaddress')}
diff --git a/modules/board/skins/xe_webzine/comment.html b/modules/board/skins/xe_webzine/comment.html index 8b5cad416..cd417315e 100644 --- a/modules/board/skins/xe_webzine/comment.html +++ b/modules/board/skins/xe_webzine/comment.html @@ -25,7 +25,17 @@
-
{htmlspecialchars($val->nick_name)}
+
+ + + {htmlspecialchars($val->nick_name)} + + {htmlspecialchars($val->nick_name)} + + +
{htmlspecialchars($val->nick_name)}
+ +
{$val->content} diff --git a/modules/board/skins/xe_webzine/css/common.css b/modules/board/skins/xe_webzine/css/common.css index c21f59c63..e5488c79b 100644 --- a/modules/board/skins/xe_webzine/css/common.css +++ b/modules/board/skins/xe_webzine/css/common.css @@ -109,7 +109,7 @@ Jeong, Chan Myeong 070601~070630 .pageNavigation a.goToLast img { display:inline-block; padding:2px 0; position:relative; top:2px; _top:1px;} /* extraVars list */ -.extraVarsList { width:100%; border:1px solid #e0e1db; clear:both; margin-bottom:1em;} +.extraVarsList { width:100%; border:1px solid #e0e1db; clear:both; margin-bottom:1em; margin-top:1em;} .extraVarsList tr.notice { background:#f8f8f8;} .extraVarsList tr.notice .num { font-size:.9em; font-weight:bold;} .extraVarsList tr.bg1 { background:#ffffff} @@ -145,12 +145,13 @@ Jeong, Chan Myeong 070601~070630 .boardRead ul.uri { overflow:hidden; margin:0 0 2em .3em; float:right; clear:left;} .boardRead ul.uri li { font-size:8pt; color:#c5c7c0; } -.boardRead .userInfo { float:left; white-space:nowrap;} -.boardRead .userInfo .author { padding:0 .3em 0 0; color:#3074a5; margin-right:.3em;} -.boardRead .userInfo .ipaddress { font-size:.9em; font-family:Tahoma; color:#888888; margin-right:.5em; } +.boardRead .userInfo { float:left; white-space:nowrap; } +.boardRead .userInfo .author { color:#3074a5; } +.boardRead .userInfo .author a { font-size:.9em; color:#3074a5; text-decoration:none; } +.boardRead .userInfo .ipaddress { font-size:.9em; color:#AAAAAA; margin-top:.3em;} .boardRead .contentBody { width:100%; overflow:hidden; } -.boardRead .readBody { padding:0 .3em; color:#555555; overflow:hidden; margin-bottom:2em; clear:both; } +.boardRead .readBody { padding:0 .3em; color:#555555; overflow:hidden; margin-bottom:2em; clear:both; margin-top:2em;} .boardRead .readBody p { margin:1em 0; line-height:1.5em;} .boardRead .readBody .alignLeft { float:left; margin:0 1em 1em 0; } .boardRead .readBody .alignRight { float:right; margin:0 0 1em 1em; } @@ -198,7 +199,7 @@ Jeong, Chan Myeong 070601~070630 #reply li { padding:.6em .8em .6em .6em; line-height:1.25em; clear:both; border-bottom:1px dotted #EEEEEE; list-style:none;} #reply p { display:inline; margin-bottom:1em;} #reply .author { float:left; padding:0 .3em 0 0; font-size:.9em; color:#3074a5; margin:0 .3em .5em 0;} -#reply .author a { font-size:.9em; color:#3074a5; margin-right:.3em;} +#reply .author a { color:#3074a5; margin-right:.3em; text-decoration:none; } #reply .date { float:right; font:.8em Tahoma; color:#cccccc; margin:.3em 0 .5em 0;} #reply .replyOption { float:right; white-space:nowrap; margin-left:.2em;} diff --git a/modules/board/skins/xe_webzine/view_document.html b/modules/board/skins/xe_webzine/view_document.html index 9d75a65f7..950536cc2 100644 --- a/modules/board/skins/xe_webzine/view_document.html +++ b/modules/board/skins/xe_webzine/view_document.html @@ -44,7 +44,18 @@
-
{$oDocument->getNickName()}
+ +
+ + {$oDocument->getNickName()} + + {$oDocument->getNickName()} + +
+ +
{$oDocument->getNickName()}
+ +
{$oDocument->get('ipaddress')}
diff --git a/modules/document/document.item.php b/modules/document/document.item.php index 79acc18ea..1b2315ce8 100644 --- a/modules/document/document.item.php +++ b/modules/document/document.item.php @@ -122,6 +122,24 @@ $oMemberController = &getController('member'); $oMemberController->sendMessage($sender_member_srl, $receiver_srl, $title, $content, false); } + + function isExistsHomepage() { + if(trim($this->get('homepage'))) return true; + return false; + } + + function getHomepageUrl() { + $url = trim($this->get('homepage')); + if(!$url) return; + + if(!eregi("^http:\/\/",$url)) $url = "http://".$url; + + return $url; + } + + function getMemberSrl() { + return $this->get('member_srl'); + } function getUserID() { return htmlspecialchars($this->get('user_id'));