51ff3226 |
1 | {include file="1549864.tpl"} |
2 | |
3 | {if $error eq true} |
4 | <center><font style='error'>{$error}</font></center> |
5 | {/if} |
6 | |
7 | {if $user_id eq false} |
8 | <center>{* loginbox *}{include file="1549885.tpl"}</center> |
9 | |
10 | {else} |
11 | |
12 | <br /><br /> |
13 | <table width='100%'><tr> |
14 | |
15 | <!--left column--> |
16 | <td valign='top' align='center' width='23%'> |
17 | <table> |
18 | <tr><td>node:</td><td><a href='/id/{$node.node_id}'>{$node.node_name}</a></td></tr> |
19 | <tr><td>owner:</td><td><a href='/id/1538'>MARIN</a></td> |
20 | <tr><td>datetime:</td><td>niekedy zaciatkom leta</td></tr> |
21 | </table> |
22 | <br> |
23 | <center><a href='/id/{$node.node_id}/1961036'>neurons</a></center> |
24 | <br> |
25 | <center><a href='/id/{$node.node_id}/1961037'>statistics</a></center> |
26 | <span class='most_important'>666 K</span> |
27 | <center><a href='/id/{$node.node_id}/3'>tr33</a></center> |
28 | <br> |
29 | <center><a href='/id/{$node.node_id}/1573668'>sub missions</a></center> |
30 | <center><a href='/id/{$node.node_id}/1757556'>b.logs</a></center> |
31 | <br> |
32 | {*showing bookmark_statistics*} |
33 | {include file="1549386.tpl"} |
34 | |
35 | </td> |
36 | <!--end of left column--> |
37 | |
38 | <!--main central column--> |
39 | <td valign='top'> |
40 | |
41 | |
42 | <table width='666' border=0><tr><td> |
43 | {$node.node_content|nl2br} |
44 | </td></tr></table><br><br> |
45 | {* shows what other friends think about users *} |
46 | {get_children_by_external_link external_link='session://friend' listing_amount=1666 offset=$offset orderby=desc} |
47 | {foreach from=$get_children_by_external_link item=child} |
48 | <table> |
49 | <tr> |
50 | <td valign='top' rowspan='2'><img width='50' hspace='5' src='{get_image_link id=$child.node_creator}'> </td> |
51 | <td valign='top' width='100%'> |
52 | <table width='100%'><tr class='header' valign='top'> |
53 | |
54 | <td> |
55 | {if $child.template_id eq 6 } |
56 | <center><b><a href='/id/{$child.node_id}'>{$child.node_name}</a></b> |
57 | {elseif $child.template_id eq 5 } |
58 | <center><b><a href='/id/{$child.node_id}'>{$child.node_name}</a></b> |
59 | {else} |
60 | <a href='/id/{$child.node_creator}'>{$child.login}</a> |
61 | |
62 | {/if} |
63 | <br> {$child.node_created|date_format:"%d.%m.%Y. - %H:%M:%S"}</center> |
64 | <tr><td>{$child.node_content}</td></tr> |
65 | </table> |
66 | </table> |
67 | {/foreach} |
68 | |
69 | <form method='post' action='/id/{$node.node_id}'> |
70 | <BR> |
71 | <textarea name='node_content'>{$post_vars.node_content}</textarea> |
72 | |
73 | <br> |
74 | {if $permissions.w eq true}<br /> |
75 | <input type='hidden' name='node_parent' value='{$node.node_id}'> |
76 | <input type='hidden' name='external_link' value='session://friend'> |
77 | <table><tr><td><input type='submit' name='event' value='add'> |
78 | <td> with name:</td> <td><input type='text' name='node_name'></td> |
79 | </table> |
80 | {/if} |
81 | |
82 | </form> |
83 | {/if} |
84 | |
85 | <!--end of central column--> |
86 | |
87 | </td></tr></table> |
88 | |
89 | |
90 | <!-- |
91 | I don't need no arms around me |
92 | And I dont need no drugs to calm me. |
93 | I have seen the writing on the wall. |
94 | Don't think I need anything at all. |
95 | No! Don't think I'll need anything at all. |
96 | All in all it was all just bricks in the wall. |
97 | All in all you were all just bricks in the wall. |
98 | --> |
99 | |
100 | </body> |
101 | </html> |