51ff3226 |
1 | <form method='post'> |
2 | <table align='center'><tr> |
3 | <td><input type='hidden' name='get_children_offset' value='{$offset}'></td> |
4 | <td><input type='submit' name='get_children_move' value='<'</td> |
5 | <td><input type='submit' name='get_children_move' value='>'</td> |
6 | </tr></table> |
7 | </form> |
8 | |
9 | {if $node.node_id eq 30} {get_tiamat all=true} |
10 | {else} {get_tiamat node_vector=true} {/if} |
11 | |
12 | <br><center><span class='important' align='center'>Kaos.It.Self</span></center> |
13 | {foreach from=$get_tiamat item=child } |
14 | <table width='100%' class='bordered'> |
15 | <tr><td><img width=75 src='{get_image_link id=$child.node_id}' align='left' hspace='5' vspace='5' border='0'> |
16 | <a href='/id/{$child.node_id}'>{$child.node_name}</a><br> |
17 | <form method='post'><input type='submit' name='event' value='undelete'><input type='hidden' name='undelete_id' value='{$child.node_id}'></form> |
18 | {$child.node_content} |
19 | <br> |
20 | <br><i>content destroyed by <a href='/id/{$child.node_destructor}'>{$child.login}</a></i> |
21 | </td></tr> |
22 | </table><br> |
23 | {/foreach} |
24 | |
25 | |
26 | |
27 | |
28 | |
29 | |