기본 xe_board 게시판스킨의 댓글에 나오는 프로필 이미지를 댓글내용 왼쪽으로 표시되도록 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4083 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-04-08 09:25:32 +00:00
parent 0524c74a3a
commit 34afa37800
3 changed files with 8 additions and 7 deletions

View file

@ -64,7 +64,7 @@
</div> </div>
<!--@else--> <!--@else-->
<!--@if($comment->getProfileImage())--> <!--@if($comment->getProfileImage())-->
<div class="commentProfileImage"><img src="{$comment->getProfileImage()}" alt="profile" /></div> <img src="{$comment->getProfileImage()}" alt="profile" class="commentProfileImage" />
<!--@end--> <!--@end-->
{$comment->getContent(true)} {$comment->getContent(true)}
<!--@end--> <!--@end-->

View file

@ -91,7 +91,7 @@ Jeong, Chan Myeong 070601~070630
.boardRead .fileAttached { border:1px solid #EFEFEF; background-color:#F4F4F4; padding:5px; margin-top:10px; overflow:hidden;} .boardRead .fileAttached { border:1px solid #EFEFEF; background-color:#F4F4F4; padding:5px; margin-top:10px; overflow:hidden;}
.boardRead .fileAttached h5 { font-weight:normal; color:#999999; font-size:1em; line-height:22px; } .boardRead .fileAttached h5 { font-weight:normal; color:#999999; font-size:1em; line-height:22px; }
.boardRead .fileAttached ul { padding:0; margin:0; } .boardRead .fileAttached ul { padding:0; margin:0; }
.boardRead .fileAttached li { padding-left:15px; display:block; float:left; white-space:nowrap; list-style:none; margin-right:10px; height:18px;} .boardRead .fileAttached li { padding-left:15px; display:block; float:left; white-space:nowrap; list-style:none; margin-right:10px; }
.boardRead .fileAttached li a { text-decoration:none; font-size:.9em; white-space:nowrap; color:#444444; } .boardRead .fileAttached li a { text-decoration:none; font-size:.9em; white-space:nowrap; color:#444444; }
.boardRead .fileAttached li a:visited { color:#777777;} .boardRead .fileAttached li a:visited { color:#777777;}
@ -125,9 +125,9 @@ Jeong, Chan Myeong 070601~070630
.replyBox .replyIndent { background:url(../images/common/iconReplyArrow.gif) no-repeat .0em .3em; padding-left:1.3em;} .replyBox .replyIndent { background:url(../images/common/iconReplyArrow.gif) no-repeat .0em .3em; padding-left:1.3em;}
.replyBox .fileAttached { border:1px solid #EFEFEF; background-color:#F4F4F4; padding:5px; margin-top:10px; overflow:hidden;} .replyBox .fileAttached { border:1px solid #EFEFEF; background-color:#F4F4F4; padding:5px; margin-top:10px; overflow:hidden;}
.replyBox .fileAttached ul { border:0; margin:0; } .replyBox .fileAttached ul { border:0; margin:0; padding:0;}
.replyBox .fileAttached h5 { font-weight:normal; color:#999999; float:left; font-size:1em; line-height:22px;} .replyBox .fileAttached h5 { font-weight:normal; color:#999999; float:left; font-size:1em; }
.replyBox .fileAttached li { padding-left:15px; display:block; float:left; white-space:nowrap; list-style:none; margin-right:10px; height:18px;} .replyBox .fileAttached li { padding-left:15px; display:block; float:left; white-space:nowrap; list-style:none; margin-right:10px; }
.replyBox .fileAttached li a { text-decoration:none; font-size:.9em; white-space:nowrap; color:#444444; } .replyBox .fileAttached li a { text-decoration:none; font-size:.9em; white-space:nowrap; color:#444444; }
.replyBox .fileAttached li a:visited { color:#777777;} .replyBox .fileAttached li a:visited { color:#777777;}
@ -318,6 +318,7 @@ html:not([lang*=""]) .boardList th { height:33px; }
/* 회원 서명 및 프로필 이미지 출력 */ /* 회원 서명 및 프로필 이미지 출력 */
.memberSignature { border:1px solid #e0e1db; padding:10px; margin-top:20px;} .memberSignature { border:1px solid #e0e1db; padding:10px; margin-top:20px;}
.memberSignature .profile { float:left; margin-right:20px; } .memberSignature .profile { float:left; margin-right:20px; }
.commentProfileImage { margin:0 0 10px 0; } .commentProfileImage { margin:0 10px 10px 0; float:left; }
.replyBox .xe_content { display:inline; }
.display_date { cursor:pointer; width:80px; border:1px solid; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6; height:1em; padding:3px; margin-right:10px;} .display_date { cursor:pointer; width:80px; border:1px solid; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6; height:1em; padding:3px; margin-right:10px;}

View file

@ -174,7 +174,7 @@
$content = preg_replace('!([^>^"^\'^=])(http|https|ftp|mms):\/\/([^ ^<^"^\']*)!is','$1<a href="$2://$3" onclick="window.open(this.href);return false;">$2://$3</a>',' '.$content); $content = preg_replace('!([^>^"^\'^=])(http|https|ftp|mms):\/\/([^ ^<^"^\']*)!is','$1<a href="$2://$3" onclick="window.open(this.href);return false;">$2://$3</a>',' '.$content);
// 이 댓글을... 팝업메뉴를 출력할 경우 // 이 댓글을... 팝업메뉴를 출력할 경우
if($add_popup_menu) { if($add_popup_menu && Context::get('is_logged') ) {
$content = sprintf( $content = sprintf(
'%s<div class="comment_popup_menu"><span class="comment_%d">%s</span></div>', '%s<div class="comment_popup_menu"><span class="comment_%d">%s</span></div>',
$content, $content,