51ff3226 |
1 | {get_threaded_children link='yes' listing_amount=23232323 offset=$offset ordearby=$listing_order} |
2 | |
3 | |
4 | {foreach from=$get_threaded_children item=child} |
5 | {if $child.node_creator eq $user_id} |
6 | <div class='bordered' style='height:auto;'> |
7 | <div class='header' style='height:auto;'> |
8 | <a href='/id/{$child.node_creator}'>{$child.login}</a> |
9 | <input type='checkbox' value='{$child.node_id}' name='node_chosen[]'> |
10 | {$child.node_created|date_format:"%d.%m.%Y. - %H:%M:%S"} |
11 | {if $child.node_updated} (modif: {$child.node_updated|date_format:"%d.%m.%Y. - %H:%M:%S"}){/if} |
12 | {if $child.node_created > $node.last_visit}<span class='most_important'> NEW</span>{/if} |
13 | {if $child.node_updated > $node.last_visit}<span class='most_important'>!!CONTENT CHANGED!!</span>{/if} |
14 | {if $bookmarks.last_visit eq true and $child.lastdescendant_created > $bookmarks.last_visit}<span class='most_important'>!!NEW DESCENDANT!!</span>{/if} |
15 | <div style='text-align:center;'> |
16 | {if $child.node_name eq ''} |
17 | <a href='/id/{$child.node_id}'>enter node {$child.node_id}</a> |
18 | {else} |
19 | <a href='/id/{$child.node_id}'>{$child.node_name}</a> |
20 | {/if} |
21 | {if $child.node_creator eq $user_id}| <a href='/id/{$child.node_id}/1961033'>conf</a>{/if} |
22 | </div></div> |
23 | <div>{$child.node_content|stripslashes|nl2br}</div> |
24 | </div> |
25 | |
26 | <br>{/if} |
27 | {/foreach} |
28 | |
29 | <table align='center'><tr> |
30 | <td><input type='hidden' name='get_children_offset' value='{$offset}'></td> |
31 | <td><input type='submit' name='get_children_move' value='<'></td> |
32 | <td><input type='submit' name='get_children_move' value='<<'></td> |
33 | <td><input name='get_children_move' type='submit' value='>>'></td> |
34 | <td><input type='submit' name='get_children_move' value='>'></td> |
35 | </tr></table> |