mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-21 12:19:56 +09:00
Zeroboard 1.0.7 Front-end Debugging.
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4766 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9cfaaddba0
commit
ac24ac91cb
2 changed files with 11 additions and 12 deletions
|
|
@ -2,20 +2,19 @@
|
|||
|
||||
<!--// 만약 댓글의 답을 다는 것이라면 원문 보여줌 -->
|
||||
<!--@if($oSourceComment->isExists())-->
|
||||
<div class="replyBox">
|
||||
<div class="replyItem">
|
||||
<div class="author"><div class="member_{$oSourceComment->getMemberSrl()}">{$oSourceComment->getNickName()}</div></div>
|
||||
<div class="date">
|
||||
{$oSourceComment->getRegdate("Y.m.d H:i")}
|
||||
<div class="feedbackList">
|
||||
<div class="item">
|
||||
<h4 class="header"><a href="#popup_menu_area" class="member_{$oSourceComment->getMemberSrl()}" onclick="return false">{$oSourceComment->getNickName()}</a></h4>
|
||||
<dl class="time">
|
||||
<dt>Time :</dt>
|
||||
<dd>{$oSourceComment->getRegdate("Y.m.d H:i")}</dd>
|
||||
<!--@if($grant->is_admin)-->
|
||||
({$oSourceComment->get('ipaddress')})
|
||||
<dd>({$oSourceComment->get('ipaddress')})</dd>
|
||||
<!--@end-->
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
</dl>
|
||||
|
||||
<div class="replyContent gap1">
|
||||
{$oSourceComment->getContent(false)}
|
||||
</div>
|
||||
{$oSourceComment->getContent(false)}
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!--@end-->
|
||||
|
|
|
|||
|
|
@ -203,7 +203,7 @@
|
|||
<div class="editor">{$oDocument->getCommentEditor()}</div>
|
||||
|
||||
<div class="boardNavigation">
|
||||
<span class="button red"><input type="submit" value="{$lang->cmd_comment_registration}" accesskey="s" /></span>
|
||||
<span class="button red strong"><input type="submit" value="{$lang->cmd_comment_registration}" accesskey="s" /></span>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue