git-svn-id: http://xe-core.googlecode.com/svn/trunk@1596 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-06-12 03:54:39 +00:00
parent 7863a3b3ec
commit 4580e1dbd3
15 changed files with 290 additions and 233 deletions

View file

@ -2,13 +2,13 @@
<ul id="reply">
<!--@foreach($document->comment_list as $key => $val)-->
<a name="comment_{$key}"></a>
<!--@if($val->depth)-->
<li style="margin-left:{($val->depth-1)*1.3 + 1.7}em" class="replyIndent">
<!--@else-->
<li>
<!--@end-->
<li <!--@if($val->depth)-->class="reply"<!--@end-->>
<!--@if($val->depth)-->
<div style="margin-left:{($val->depth-1)*1.3}em" class="replyIndent">
<!--@end-->
<a name="comment_{$key}"></a>
<div class="member_{$val->member_srl} author">{htmlspecialchars($val->nick_name)}</div>
@ -40,6 +40,10 @@
</ul>
</div>
<!--@end-->
<!--@if($val->depth)-->
</div>
<!--@end-->
</li>
<!--@end-->