mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-18 02:39:56 +09:00
cozy_simple 스킨의 댓글 부분을 table로 일단 처리. (div중첩시 IE6에서 다운되는 현상 발견..)
git-svn-id: http://xe-core.googlecode.com/svn/trunk@2169 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
cd30ec4085
commit
c47db285b2
4 changed files with 164 additions and 124 deletions
|
|
@ -6,43 +6,53 @@
|
|||
<div class="contentBox <!--@if($val->depth>0)-->indent_box<!--@end--> <!--@if($idx>0)-->top_border<!--@end-->">
|
||||
|
||||
<!--@if($val->depth>0)-->
|
||||
<div style="padding-left:{($val->depth*1.5)}em;">
|
||||
<div class="indent">
|
||||
<div style="margin-left:{($val->depth*1.5)}em;">
|
||||
<div class="indent">
|
||||
<!--@end-->
|
||||
|
||||
<div class="content">
|
||||
{$val->content}
|
||||
</div>
|
||||
|
||||
<div class="author member_{$val->member_srl}">{htmlspecialchars($val->nick_name)}</div>
|
||||
<div class="replyOption">
|
||||
<!--@if($val->is_granted || !$val->member_srl || $grant->is_admin)-->
|
||||
<a href="{getUrl('act','dispBlogDeleteComment','comment_srl',$val->comment_srl)}"><img src="./images/common/btn_delete.gif" alt="{$lang->cmd_delete}" /></a>
|
||||
<a href="{getUrl('act','dispBlogModifyComment','comment_srl',$val->comment_srl)}"><img src="./images/common/btn_edit.gif" alt="{$lang->cmd_modify}" /></a>
|
||||
<!--@end-->
|
||||
<a href="{getUrl('act','dispBlogReplyComment','comment_srl',$val->comment_srl)}"><img src="./images/common/btn_reply.gif" alt="{$lang->cmd_reply}" /></a>
|
||||
</div>
|
||||
<span class="date">
|
||||
{zdate($val->regdate, "Y.m.d H:i")}
|
||||
<!--@if($grant->is_admin)-->
|
||||
({$val->ipaddress})
|
||||
<!--@end-->
|
||||
</span>
|
||||
|
||||
<table cellspacing="0" width="100%">
|
||||
<col />
|
||||
<col width="120" />
|
||||
<tr>
|
||||
<td>{$val->content}</td>
|
||||
<td class="tRight" valign="top">
|
||||
<!--@if($val->is_granted || !$val->member_srl || $grant->is_admin)-->
|
||||
<a href="{getUrl('act','dispBoardDeleteComment','comment_srl',$val->comment_srl)}"><img src="./images/common/btn_delete.gif" alt="{$lang->cmd_delete}" /></a>
|
||||
<a href="{getUrl('act','dispBoardModifyComment','comment_srl',$val->comment_srl)}"><img src="./images/common/btn_edit.gif" alt="{$lang->cmd_modify}" /></a>
|
||||
<!--@end-->
|
||||
<a href="{getUrl('act','dispBoardReplyComment','comment_srl',$val->comment_srl)}"><img src="./images/common/btn_reply.gif" alt="{$lang->cmd_reply}" /></a>
|
||||
</td>
|
||||
</tr>
|
||||
<!--@if($val->uploaded_count && $val->uploaded_list)-->
|
||||
<div class="fileAttached">
|
||||
<ul>
|
||||
<!--@foreach($val->uploaded_list as $key => $file)-->
|
||||
<li><img src="./images/common/iconFile.gif" alt="attached file" /><a href="{getUrl('')}{$file->download_url}">{$file->source_filename} ({FileHandler::filesize($file->file_size)})({number_format($file->download_count)})</a></li>
|
||||
<!--@end-->
|
||||
</ul>
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<div class="fileAttached">
|
||||
<ul>
|
||||
<!--@foreach($val->uploaded_list as $key => $file)-->
|
||||
<li><img src="./images/common/iconFile.gif" alt="attached file" /><a href="{getUrl('')}{$file->download_url}">{$file->source_filename} ({FileHandler::filesize($file->file_size)})({number_format($file->download_count)})</a></li>
|
||||
<!--@end-->
|
||||
</ul>
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
</td>
|
||||
</tr>
|
||||
<!--@end-->
|
||||
<tr>
|
||||
<td><div class="author member_{$val->member_srl}">{htmlspecialchars($val->nick_name)}</div></td>
|
||||
<td>
|
||||
<span class="date">
|
||||
{zdate($val->regdate, "Y.m.d H:i")}
|
||||
<!--@if($grant->is_admin)-->
|
||||
({$val->ipaddress})
|
||||
<!--@end-->
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!--@if($val->depth>0)-->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--@end-->
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -6,43 +6,53 @@
|
|||
<div class="contentBox <!--@if($val->depth>0)-->indent_box<!--@end--> <!--@if($idx>0)-->top_border<!--@end-->">
|
||||
|
||||
<!--@if($val->depth>0)-->
|
||||
<div style="padding-left:{($val->depth*1.5)}em;">
|
||||
<div class="indent">
|
||||
<div style="margin-left:{($val->depth*1.5)}em;">
|
||||
<div class="indent">
|
||||
<!--@end-->
|
||||
|
||||
<div class="content">
|
||||
{$val->content}
|
||||
</div>
|
||||
|
||||
<div class="author member_{$val->member_srl}">{htmlspecialchars($val->nick_name)}</div>
|
||||
<div class="replyOption">
|
||||
<!--@if($val->is_granted || !$val->member_srl || $grant->is_admin)-->
|
||||
<a href="{getUrl('act','dispBoardDeleteComment','comment_srl',$val->comment_srl)}"><img src="./images/common/btn_delete.gif" alt="{$lang->cmd_delete}" /></a>
|
||||
<a href="{getUrl('act','dispBoardModifyComment','comment_srl',$val->comment_srl)}"><img src="./images/common/btn_edit.gif" alt="{$lang->cmd_modify}" /></a>
|
||||
<!--@end-->
|
||||
<a href="{getUrl('act','dispBoardReplyComment','comment_srl',$val->comment_srl)}"><img src="./images/common/btn_reply.gif" alt="{$lang->cmd_reply}" /></a>
|
||||
</div>
|
||||
<span class="date">
|
||||
{zdate($val->regdate, "Y.m.d H:i")}
|
||||
<!--@if($grant->is_admin)-->
|
||||
({$val->ipaddress})
|
||||
<!--@end-->
|
||||
</span>
|
||||
|
||||
<table cellspacing="0" width="100%">
|
||||
<col />
|
||||
<col width="120" />
|
||||
<tr>
|
||||
<td>{$val->content}</td>
|
||||
<td class="tRight" valign="top">
|
||||
<!--@if($val->is_granted || !$val->member_srl || $grant->is_admin)-->
|
||||
<a href="{getUrl('act','dispBoardDeleteComment','comment_srl',$val->comment_srl)}"><img src="./images/common/btn_delete.gif" alt="{$lang->cmd_delete}" /></a>
|
||||
<a href="{getUrl('act','dispBoardModifyComment','comment_srl',$val->comment_srl)}"><img src="./images/common/btn_edit.gif" alt="{$lang->cmd_modify}" /></a>
|
||||
<!--@end-->
|
||||
<a href="{getUrl('act','dispBoardReplyComment','comment_srl',$val->comment_srl)}"><img src="./images/common/btn_reply.gif" alt="{$lang->cmd_reply}" /></a>
|
||||
</td>
|
||||
</tr>
|
||||
<!--@if($val->uploaded_count && $val->uploaded_list)-->
|
||||
<div class="fileAttached">
|
||||
<ul>
|
||||
<!--@foreach($val->uploaded_list as $key => $file)-->
|
||||
<li><img src="./images/common/iconFile.gif" alt="attached file" /><a href="{getUrl('')}{$file->download_url}">{$file->source_filename} ({FileHandler::filesize($file->file_size)})({number_format($file->download_count)})</a></li>
|
||||
<!--@end-->
|
||||
</ul>
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<div class="fileAttached">
|
||||
<ul>
|
||||
<!--@foreach($val->uploaded_list as $key => $file)-->
|
||||
<li><img src="./images/common/iconFile.gif" alt="attached file" /><a href="{getUrl('')}{$file->download_url}">{$file->source_filename} ({FileHandler::filesize($file->file_size)})({number_format($file->download_count)})</a></li>
|
||||
<!--@end-->
|
||||
</ul>
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
</td>
|
||||
</tr>
|
||||
<!--@end-->
|
||||
<tr>
|
||||
<td><div class="author member_{$val->member_srl}">{htmlspecialchars($val->nick_name)}</div></td>
|
||||
<td>
|
||||
<span class="date">
|
||||
{zdate($val->regdate, "Y.m.d H:i")}
|
||||
<!--@if($grant->is_admin)-->
|
||||
({$val->ipaddress})
|
||||
<!--@end-->
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!--@if($val->depth>0)-->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--@end-->
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -6,43 +6,53 @@
|
|||
<div class="contentBox <!--@if($val->depth>0)-->indent_box<!--@end--> <!--@if($idx>0)-->top_border<!--@end-->">
|
||||
|
||||
<!--@if($val->depth>0)-->
|
||||
<div style="padding-left:{($val->depth*1.5)}em;">
|
||||
<div class="indent">
|
||||
<div style="margin-left:{($val->depth*1.5)}em;">
|
||||
<div class="indent">
|
||||
<!--@end-->
|
||||
|
||||
<div class="content">
|
||||
{$val->content}
|
||||
</div>
|
||||
|
||||
<div class="author member_{$val->member_srl}">{htmlspecialchars($val->nick_name)}</div>
|
||||
<div class="replyOption">
|
||||
<!--@if($val->is_granted || !$val->member_srl || $grant->is_admin)-->
|
||||
<a href="{getUrl('act','dispBoardDeleteComment','comment_srl',$val->comment_srl)}"><img src="./images/common/btn_delete.gif" alt="{$lang->cmd_delete}" /></a>
|
||||
<a href="{getUrl('act','dispBoardModifyComment','comment_srl',$val->comment_srl)}"><img src="./images/common/btn_edit.gif" alt="{$lang->cmd_modify}" /></a>
|
||||
<!--@end-->
|
||||
<a href="{getUrl('act','dispBoardReplyComment','comment_srl',$val->comment_srl)}"><img src="./images/common/btn_reply.gif" alt="{$lang->cmd_reply}" /></a>
|
||||
</div>
|
||||
<span class="date">
|
||||
{zdate($val->regdate, "Y.m.d H:i")}
|
||||
<!--@if($grant->is_admin)-->
|
||||
({$val->ipaddress})
|
||||
<!--@end-->
|
||||
</span>
|
||||
|
||||
<table cellspacing="0" width="100%">
|
||||
<col />
|
||||
<col width="120" />
|
||||
<tr>
|
||||
<td>{$val->content}</td>
|
||||
<td class="tRight" valign="top">
|
||||
<!--@if($val->is_granted || !$val->member_srl || $grant->is_admin)-->
|
||||
<a href="{getUrl('act','dispBoardDeleteComment','comment_srl',$val->comment_srl)}"><img src="./images/common/btn_delete.gif" alt="{$lang->cmd_delete}" /></a>
|
||||
<a href="{getUrl('act','dispBoardModifyComment','comment_srl',$val->comment_srl)}"><img src="./images/common/btn_edit.gif" alt="{$lang->cmd_modify}" /></a>
|
||||
<!--@end-->
|
||||
<a href="{getUrl('act','dispBoardReplyComment','comment_srl',$val->comment_srl)}"><img src="./images/common/btn_reply.gif" alt="{$lang->cmd_reply}" /></a>
|
||||
</td>
|
||||
</tr>
|
||||
<!--@if($val->uploaded_count && $val->uploaded_list)-->
|
||||
<div class="fileAttached">
|
||||
<ul>
|
||||
<!--@foreach($val->uploaded_list as $key => $file)-->
|
||||
<li><img src="./images/common/iconFile.gif" alt="attached file" /><a href="{getUrl('')}{$file->download_url}">{$file->source_filename} ({FileHandler::filesize($file->file_size)})({number_format($file->download_count)})</a></li>
|
||||
<!--@end-->
|
||||
</ul>
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<div class="fileAttached">
|
||||
<ul>
|
||||
<!--@foreach($val->uploaded_list as $key => $file)-->
|
||||
<li><img src="./images/common/iconFile.gif" alt="attached file" /><a href="{getUrl('')}{$file->download_url}">{$file->source_filename} ({FileHandler::filesize($file->file_size)})({number_format($file->download_count)})</a></li>
|
||||
<!--@end-->
|
||||
</ul>
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
</td>
|
||||
</tr>
|
||||
<!--@end-->
|
||||
<tr>
|
||||
<td><div class="author member_{$val->member_srl}">{htmlspecialchars($val->nick_name)}</div></td>
|
||||
<td>
|
||||
<span class="date">
|
||||
{zdate($val->regdate, "Y.m.d H:i")}
|
||||
<!--@if($grant->is_admin)-->
|
||||
({$val->ipaddress})
|
||||
<!--@end-->
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!--@if($val->depth>0)-->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--@end-->
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -6,43 +6,53 @@
|
|||
<div class="contentBox <!--@if($val->depth>0)-->indent_box<!--@end--> <!--@if($idx>0)-->top_border<!--@end-->">
|
||||
|
||||
<!--@if($val->depth>0)-->
|
||||
<div style="padding-left:{($val->depth*1.5)}em;">
|
||||
<div class="indent">
|
||||
<div style="margin-left:{($val->depth*1.5)}em;">
|
||||
<div class="indent">
|
||||
<!--@end-->
|
||||
|
||||
<div class="content">
|
||||
{$val->content}
|
||||
</div>
|
||||
|
||||
<div class="author member_{$val->member_srl}">{htmlspecialchars($val->nick_name)}</div>
|
||||
<div class="replyOption">
|
||||
<!--@if($val->is_granted || !$val->member_srl || $grant->is_admin)-->
|
||||
<a href="{getUrl('act','dispBoardDeleteComment','comment_srl',$val->comment_srl)}"><img src="./images/common/btn_delete.gif" alt="{$lang->cmd_delete}" /></a>
|
||||
<a href="{getUrl('act','dispBoardModifyComment','comment_srl',$val->comment_srl)}"><img src="./images/common/btn_edit.gif" alt="{$lang->cmd_modify}" /></a>
|
||||
<!--@end-->
|
||||
<a href="{getUrl('act','dispBoardReplyComment','comment_srl',$val->comment_srl)}"><img src="./images/common/btn_reply.gif" alt="{$lang->cmd_reply}" /></a>
|
||||
</div>
|
||||
<span class="date">
|
||||
{zdate($val->regdate, "Y.m.d H:i")}
|
||||
<!--@if($grant->is_admin)-->
|
||||
({$val->ipaddress})
|
||||
<!--@end-->
|
||||
</span>
|
||||
|
||||
<table cellspacing="0" width="100%">
|
||||
<col />
|
||||
<col width="120" />
|
||||
<tr>
|
||||
<td>{$val->content}</td>
|
||||
<td class="tRight" valign="top">
|
||||
<!--@if($val->is_granted || !$val->member_srl || $grant->is_admin)-->
|
||||
<a href="{getUrl('act','dispBoardDeleteComment','comment_srl',$val->comment_srl)}"><img src="./images/common/btn_delete.gif" alt="{$lang->cmd_delete}" /></a>
|
||||
<a href="{getUrl('act','dispBoardModifyComment','comment_srl',$val->comment_srl)}"><img src="./images/common/btn_edit.gif" alt="{$lang->cmd_modify}" /></a>
|
||||
<!--@end-->
|
||||
<a href="{getUrl('act','dispBoardReplyComment','comment_srl',$val->comment_srl)}"><img src="./images/common/btn_reply.gif" alt="{$lang->cmd_reply}" /></a>
|
||||
</td>
|
||||
</tr>
|
||||
<!--@if($val->uploaded_count && $val->uploaded_list)-->
|
||||
<div class="fileAttached">
|
||||
<ul>
|
||||
<!--@foreach($val->uploaded_list as $key => $file)-->
|
||||
<li><img src="./images/common/iconFile.gif" alt="attached file" /><a href="{getUrl('')}{$file->download_url}">{$file->source_filename} ({FileHandler::filesize($file->file_size)})({number_format($file->download_count)})</a></li>
|
||||
<!--@end-->
|
||||
</ul>
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<div class="fileAttached">
|
||||
<ul>
|
||||
<!--@foreach($val->uploaded_list as $key => $file)-->
|
||||
<li><img src="./images/common/iconFile.gif" alt="attached file" /><a href="{getUrl('')}{$file->download_url}">{$file->source_filename} ({FileHandler::filesize($file->file_size)})({number_format($file->download_count)})</a></li>
|
||||
<!--@end-->
|
||||
</ul>
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
</td>
|
||||
</tr>
|
||||
<!--@end-->
|
||||
<tr>
|
||||
<td><div class="author member_{$val->member_srl}">{htmlspecialchars($val->nick_name)}</div></td>
|
||||
<td>
|
||||
<span class="date">
|
||||
{zdate($val->regdate, "Y.m.d H:i")}
|
||||
<!--@if($grant->is_admin)-->
|
||||
({$val->ipaddress})
|
||||
<!--@end-->
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!--@if($val->depth>0)-->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--@end-->
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue