51ff3226 |
1 | {* header *} |
2 | <link rel='stylesheet' type='text/css' href='/data/templates/own_templates/645341.tpl' media='screen'> |
3 | {if $user_id eq false} |
4 | <center>{* loginbox *}{include file='1549885.tpl'}</center> |
5 | {/if} |
6 | |
7 | {if $error eq true} |
8 | <center><font style='error'>{$error}</font></center> |
9 | {/if} |
10 | |
11 | <!--left column--> |
12 | <div id='left-panel' style='width: 142px; float: left; padding: 3px;'> |
13 | <center> |
14 | <img src='{get_image_link id=$node.node_id}' style='max-width: 123px;' /></center><br /> |
15 | name:: <b>{$node.node_name}</b><br /> |
16 | born:: <b>19:45:00 - 04.01.1989</b><br /> |
17 | kyber-born:: <b>{$node.node_created|date_format:"%H:%M:%S - %d.%m.%Y"}</b><br /> |
18 | <br/><br/> |
19 | <center> |
20 | <a href='/id/{$node.node_id}/1961036'>neurons</a><br /> |
21 | <a href='/id/{$node.node_id}/1961037'>statistics</a>|<a href='/id/{$node.node_id}/748131'>sort</a><br /> |
22 | <a href='/id/{$node.node_id}/14'>source</a><br /> |
23 | <a href='/id/{$node.node_id}/30'>tiamat</a><br /> |
24 | <a href='/id/{$node.node_id}/15'>k</a><br /> |
25 | <a href='/id/{$node.node_id}/2224463'>commanders</a><br /> |
26 | <span class='node_info2'> |
27 | <br>node viewed {$node.node_views} times |
28 | <br>total descendants::{$node.node_descendant_count} |
29 | <br>total children::{$node.node_children_count} |
30 | {if $node.node_user_subchild_count neq false}</span> |
31 | <br><span class='most_important'>{$node.node_user_subchild_count} NEW</span> |
32 | {/if} |
33 | {if $node.k neq false} |
34 | <br><span class='most_important'>{$node.k} K</span><br><br> |
35 | {/if} |
36 | |
37 | {if $offset neq false} |
38 | <br><span class='important'>using offset:: {$offset} </span> |
39 | {/if} |
40 | |
41 | <form action='/id/{$node.node_id}/' method='post'> |
42 | {if $node.node_bookmark neq 'yes'} |
43 | <input type='submit' name='event' value='book' class='book_b'> |
44 | {else} |
45 | <input type='submit' name='event' value='unbook' class='book_b'> |
46 | {/if} |
47 | <input type='submit' name='event' value='K'> |
48 | </form> |
49 | |
50 | <br> |
51 | {if $node.external_link eq 'db://user' or $node.external_link eq 'session://user' or $node.template_id eq 7} |
52 | <a href='/id/{$node.node_id}/1970182'>bookmarks</a><br /> |
53 | <a href='/id/{$node.node_id}/1911535'>movement</a><br /><br /> |
54 | <a href='/id/{$node.node_id}/1757900'>nodeshells</a><br /> |
55 | <a href='/id/{$node.node_id}/1761254'>forums</a><br /> |
56 | <a href='/id/{$node.node_id}/1573668'>submissions</a><br /> |
57 | <a href='/id/{$node.node_id}/1773535'>articles</a><br /> |
58 | <a href='/id/{$node.node_id}/1757556'>blogs</a><br /> |
59 | <a href='/id/{$node.node_id}/1757626'>datas</a><br /> |
60 | <a href='/id/{$node.node_id}/1752584'>K</a><br /><br /> |
61 | <a href='/id/{$node.node_id}/1769388'>friends</a><br /> |
62 | {/if} |
63 | </center> |
64 | </div> |
65 | |
66 | <div style='float: left; width: 680px;'> |
67 | |
68 | <div class='bordered' id='topic'> |
69 | {$node.node_content|nl2br} |
70 | </div> |
71 | <br /><br /> |
72 | |
73 | {* shows what other friends think about users *} |
74 | {get_children_by_external_link external_link='session://friend' listing_amount='2323' offset=$offset orderby='desc' orderby_type='nodes.node_id'} |
75 | |
76 | {foreach from=$get_children_by_external_link item=child} |
77 | <div style='width: 666px;'> |
78 | <img src='{get_image_link id=$child.node_creator}' style='width: 50px; margin: 2px; float: left;'> |
79 | <div style='width: 600px; float: left;'><div style='background-color: #222; border-bottom: solid 1px #008000; width: 100%; vertical-align: top; align: left; padding: 0pt;'> |
80 | {if $child.template_id eq 6 } |
81 | <center><b><a href='/id/{$child.node_id}'>{$child.node_name}</a></b> |
82 | {elseif $child.template_id eq 5 } |
83 | <center><b><a href='/id/{$child.node_id}'>{$child.node_name}</a></b> |
84 | {else} |
85 | |
86 | comment::<a href='/id/{$child.node_id}'>{$child.node_name}</a> by |
87 | <a href='/id/{$child.node_creator}'>{$child.login}</a> |
88 | {if $child.user_action neq false} |
89 | [<a href='/id/{$child.user_action_id}/'>{$child.user_action}</a>] |
90 | {/if} |
91 | {/if} |
92 | |
93 | <br> {$child.node_created|date_format:"%d.%m.%Y. - %H:%M:%S"}</div> |
94 | <div>{$child.node_content|nl2br}</div> |
95 | </div> |
96 | </div> |
97 | <br style='clear: both;' /> |
98 | {/foreach} |
99 | |
100 | <form method='post' action='/id/{$node.node_id}'> |
101 | <BR> |
102 | <textarea name='node_content'>{$post_vars.node_content}</textarea> |
103 | <br> |
104 | {if $permissions.w eq true} |
105 | <!-- |
106 | pridane input z template_id 8ckou. |
107 | vid /id/1860668 |
108 | [pyxel] |
109 | --> |
110 | |
111 | <input type='hidden' name='template_id' value='8'> |
112 | <input type='hidden' name='node_parent' value='{$node.node_id}'> |
113 | <input type='hidden' name='external_link' value='session://friend'> |
114 | <table><tr><td><input type='submit' name='event' value='add'> |
115 | <td> with name:</td> <td><input type='text' name='node_name'></td> |
116 | </table> |
117 | {/if} |
118 | |
119 | </form> |
120 | <form method='post'> <table align='center'><tr> <td><input type='hidden' name='get_children_offset' value='{$offset}'></td> <td><input type='submit' name='get_children_move' value='<'></td> <td><input type='submit' name='get_children_move' value='<<'></td> <td><input name='get_children_move' type='submit' value='>>'></td> <td><input type='submit' name='get_children_move' value='>'></td> </tr></table> </form> |
121 | |
122 | <!--end of central column--> |
123 | |
124 | </div> |
125 | <br style='clear: both;'> |