게시판 xe_default스킨의 내용 이이지 변동에 따른 특정 항목들의 위치가 잘못 표시되던 버그 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4820 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-11-09 12:07:18 +00:00
parent ac4039a9d7
commit 5b4588e42f
8 changed files with 71 additions and 78 deletions

View file

@ -25,7 +25,22 @@
<a href="#popup_menu_area" class="member_{$comment->member_srl}" onclick="return false">{$comment->getNickName()}</a>
<!--@end-->
</h4>
<dl class="time">
<dd>
{$comment->getRegdate('Y.m.d')}
</dd>
<dd>
{$comment->getRegdate('H:i:s')}
</dd>
<!--@if($grant->is_admin || $module_info->display_ip_address!='N')-->
<dd>
({$comment->getIpaddress()})
</dd>
<!--@end-->
</dl>
<div class="itemContent">
<!--@if(!$comment->isAccessible())-->
<!--%import("filter/input_password.xml")-->
<form action="./" method="get" onsubmit="return procFilter(this, input_password)" class="secretMessage">
@ -40,11 +55,13 @@
</dl>
</form>
<!--@else-->
<!--@if($comment->getProfileImage())-->
<img src="{$comment->getProfileImage()}" alt="profile" class="commentProfileImage" />
<!--@end-->
<!--@if($comment->getProfileImage())-->
<img src="{$comment->getProfileImage()}" alt="profile" class="commentProfileImage" />
<!--@end-->
{$comment->getContent(true)}
<!--@end-->
</div>
<!--@if($comment->hasUploadedFIles())-->
<dl class="attachedFile">
@ -56,17 +73,6 @@
</dl>
<!--@end-->
<dl class="time">
<dt>{$lang->regdate} :</dt>
<dd>
{$comment->getRegdate('Y.m.d')}
</dd>
<dd>
{$comment->getRegdate('H:i:s')}
<!--@if($grant->is_admin || $module_info->display_ip_address!='N')-->({$comment->getIpaddress()})<!--@end-->
</dd>
</dl>
<div class="option">
<!--@if($comment->isGranted() || !$comment->get('member_srl'))-->
<a href="{getUrl('act','dispBoardDeleteComment','comment_srl',$comment->comment_srl)}" class="button small"><span>{$lang->cmd_delete}</span></a>