51ff3226 |
1 | {get_movement_params children_count=$node.node_children_count} |
2 | {include file="1549864.tpl"} |
3 | {if $error eq true} |
4 | <center><font style='error'>{$error}</font></center> |
5 | {/if} |
6 | {if $user_id eq false} |
7 | <center>{include file="1549885.tpl"}</center><br><br> |
8 | {/if} |
9 | <table width='100%'><tr> |
10 | <!--left column--> |
11 | <td valign='top' align='center' width='23%' id='left-pan'> |
12 | {* show node info *} |
13 | {include file="1549925.tpl"} |
14 | <br> |
15 | {*showing bookmark_statistics*} |
16 | {include file="1549386.tpl"} |
17 | </td> |
18 | <!--end of left column--> |
19 | |
20 | <!--main central column--> |
21 | <td width=66% valign='top'> |
22 | <div> |
23 | <div class='header'> |
24 | <span class='important'><a href='/id/{$node.node_creator}/'>{$node.owner}'s</a> friend <a href='/id/{$node.node_parent}/'>{$node.node_parent_name}</a></span><br /> |
25 | </div> |
26 | <br /> |
27 | title:: <a href='/id/{$node.node_id}/'>{$node.node_name}</a> comment::<br /> |
28 | {$node.node_content|nl2br} |
29 | </div> |
30 | <br /> |
31 | <br /> |
32 | {if $node.node_creator eq $user_id} |
33 | <form method='post'> |
34 | {if $node.external_link neq 'session://ignore'} |
35 | <input type='submit' name='event' value='ignore'> |
36 | {else} |
37 | <input type='submit' name='event' value='unignore'> |
38 | {/if} |
39 | {if $node.external_link eq 'session://friend'} |
40 | <input type='submit' name='event' value='unfriend'> |
41 | {/if} |
42 | </form> |
43 | {/if} |
44 | </td> |
45 | <!--end of central column--> |
46 | </tr></table> |
47 | {include file="1549377.tpl"} |