블로그/게시판의 기본 스킨에 작성자(글,댓글)가 비회원일 경우 홈페이지 링크 적용

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2719 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-10-10 06:41:24 +00:00
parent 6e3c2b4fb4
commit c922dc5b20
12 changed files with 121 additions and 27 deletions

View file

@ -27,7 +27,17 @@
<!--@end-->
</div>
<div class="member_{$val->member_srl} author">{htmlspecialchars($val->nick_name)}</div>
<div class="author">
<!--@if(!$val->member_srl)-->
<!--@if($val->homepage)-->
<a href="{$val->homepage}" onclick="window.open(this.href);return false;">{htmlspecialchars($val->nick_name)}</a>
<!--@else-->
{htmlspecialchars($val->nick_name)}
<!--@end-->
<!--@else-->
<div class="member_{$val->member_srl}">{htmlspecialchars($val->nick_name)}</div>
<!--@end-->
</div>
<div class="replyContent">
{$val->content}

View file

@ -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;}