source: temp/test-xoops.ec-cube.net/html/modules/system/templates/system_comments_nest.html @ 405

Revision 405, 732 bytes checked in by root, 20 years ago (diff)
Line 
1<{section name=i loop=$comments}>
2<br />
3<table cellspacing="1" class="outer">
4  <tr>
5    <th width="20%"><{$lang_poster}></th>
6    <th><{$lang_thread}></th>
7  </tr>
8  <{include file="db:system_comment.html" comment=$comments[i]}>
9</table>
10
11<!-- start comment replies -->
12<{foreach item=reply from=$comments[i].replies}>
13<br />
14<table cellspacing="0" border="0">
15  <tr>
16    <td width="<{$reply.prefix}>"></td>
17    <td>
18      <table class="outer" cellspacing="1">
19        <tr>
20          <th width="20%"><{$lang_poster}></th>
21          <th><{$lang_thread}></th>
22        </tr>
23        <{include file="db:system_comment.html" comment=$reply}>
24      </table>
25    </td>
26  </tr>
27</table>
28<{/foreach}>
29<!-- end comment tree -->
30<{/section}>
Note: See TracBrowser for help on using the repository browser.