mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-31 09:09:59 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1596 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
7863a3b3ec
commit
4580e1dbd3
15 changed files with 290 additions and 233 deletions
|
|
@ -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-->
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue