mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-31 00:59:58 +09:00
XE시리즈 게시판/블로그의 수정버튼이 제목이 길 경우 이상하게 내려오던 문제 해결. 브라우저별 결과가 다른 부분도 해결
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1871 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
88e85d3262
commit
fde7372f43
8 changed files with 54 additions and 112 deletions
|
|
@ -18,43 +18,29 @@
|
|||
</div>
|
||||
|
||||
<div class="dateAndModify">
|
||||
<span class="num">
|
||||
{$lang->readed_count}:
|
||||
<strong>{$oDocument->get('readed_count')}</strong>
|
||||
,
|
||||
</span>
|
||||
{$lang->readed_count}:
|
||||
<strong>{$oDocument->get('readed_count')}</strong>,
|
||||
|
||||
<!--@if($oDocument->get('voted_count')>0)-->
|
||||
<span class="num">
|
||||
{$lang->voted_count}:
|
||||
<strong>{$oDocument->get('voted_count')}</strong>
|
||||
,
|
||||
</span>
|
||||
<strong>{$oDocument->get('voted_count')}</strong>,
|
||||
<!--@end-->
|
||||
|
||||
<span class="num">
|
||||
<strong>{$oDocument->getRegdate('Y.m.d')}</strong> {$oDocument->getRegdate('H:i:s')}
|
||||
</span>
|
||||
|
||||
<strong>{$oDocument->getRegdate('Y.m.d')}</strong> {$oDocument->getRegdate('H:i:s')}
|
||||
|
||||
<!--@if($oDocument->isEditable())-->
|
||||
<ul>
|
||||
<li><a href="{getUrl('act','dispBoardWrite','document_srl',$oDocument->document_srl)}" class="button"><span>{$lang->cmd_modify}</span></a></li>
|
||||
<li><a href="{getUrl('act','dispBoardDelete','document_srl',$oDocument->document_srl)}" class="button"><span>{$lang->cmd_delete}</span></a></li>
|
||||
</ul>
|
||||
<a href="{getUrl('act','dispBoardWrite','document_srl',$oDocument->document_srl)}" class="button"><span>{$lang->cmd_modify}</span></a>
|
||||
<a href="{getUrl('act','dispBoardDelete','document_srl',$oDocument->document_srl)}" class="button"><span>{$lang->cmd_delete}</span></a>
|
||||
<!--@end-->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<dl class="uri">
|
||||
<dt>{$lang->document_url} :</dt>
|
||||
<dd>{$oDocument->getPermanentUrl()}</dd>
|
||||
|
||||
<ul class="uri">
|
||||
<li>{$lang->document_url} : {$oDocument->getPermanentUrl()}</li>
|
||||
<!--@if($oDocument->allowTrackback())-->
|
||||
<dt>{$lang->trackback_url} :</dt>
|
||||
<dd>{$oDocument->getTrackbackUrl()}</dd>
|
||||
<li>{$lang->trackback_url} : {$oDocument->getTrackbackUrl()}</li>
|
||||
<!--@end-->
|
||||
</dl>
|
||||
</ul>
|
||||
|
||||
<div class="userInfo">
|
||||
<div class="author member_{$oDocument->get('member_srl')}">{$oDocument->getNickName()}</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue