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:
ChanMyeong 2008-11-05 05:11:16 +00:00
parent 9cfaaddba0
commit ac24ac91cb
2 changed files with 11 additions and 12 deletions

View file

@ -2,20 +2,19 @@
<!--// 만약 댓글의 답을 다는 것이라면 원문 보여줌 --> <!--// 만약 댓글의 답을 다는 것이라면 원문 보여줌 -->
<!--@if($oSourceComment->isExists())--> <!--@if($oSourceComment->isExists())-->
<div class="replyBox"> <div class="feedbackList">
<div class="replyItem"> <div class="item">
<div class="author"><div class="member_{$oSourceComment->getMemberSrl()}">{$oSourceComment->getNickName()}</div></div> <h4 class="header"><a href="#popup_menu_area" class="member_{$oSourceComment->getMemberSrl()}" onclick="return false">{$oSourceComment->getNickName()}</a></h4>
<div class="date"> <dl class="time">
{$oSourceComment->getRegdate("Y.m.d H:i")} <dt>Time :</dt>
<dd>{$oSourceComment->getRegdate("Y.m.d H:i")}</dd>
<!--@if($grant->is_admin)--> <!--@if($grant->is_admin)-->
({$oSourceComment->get('ipaddress')}) <dd>({$oSourceComment->get('ipaddress')})</dd>
<!--@end--> <!--@end-->
</div> </dl>
<div class="clear"></div>
{$oSourceComment->getContent(false)}
<div class="replyContent gap1">
{$oSourceComment->getContent(false)}
</div>
</div> </div>
</div> </div>
<!--@end--> <!--@end-->

View file

@ -203,7 +203,7 @@
<div class="editor">{$oDocument->getCommentEditor()}</div> <div class="editor">{$oDocument->getCommentEditor()}</div>
<div class="boardNavigation"> <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>
</div> </div>