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>{include file="loginbox.tpl"}</center> |
9 | |
10 | {else} |
11 | |
12 | <table width='100%' style='BORDER: solid 1px;BORDER-BOTTOM: 3px;BORDER-TOP: 3px; BORDER-LEFT: 0px; BORDER-RIGHT: 0px;'><tr> |
13 | |
14 | <!--left column--> |
15 | <td valign='top' align='center' width='23%'> |
16 | <img width='50' hspace='5' src='{get_image_link id=$node.node_creator}'><br> |
17 | <font size=5>{$node.node_name}</font> |
18 | |
19 | |
20 | {include file="userinfo.tpl"} |
21 | {* showing poll *} |
22 | {*include file="get_poll_box.tpl"*} |
23 | <br> |
24 | {*showing bookmark_statistics*} |
25 | bookli ma |
26 | {include file="1549386.tpl"} |
27 | <br> |
28 | <input type="button" value="show node info" |
29 | onClick="document.getElementById('ns').style.visibility = |
30 | 'visible';"><br> |
31 | <div style="visibility:hidden" id="ns" name="ns"> |
32 | <table border=0 style="border-left: solid 1pt #6dae42; border-right: solid 2pt #6dae42; border-bottom: solid 2pt #6dae42; border-top: solid 1pt #6dae42;"><tr><td> |
33 | <center><input type="button" value="HIDE node info" |
34 | onClick="document.getElementById('ns').style.visibility = |
35 | 'hidden';"></center> |
36 | <br> |
37 | <center> |
38 | {include file="1549925.tpl"} |
39 | </center> |
40 | <br> |
41 | </td></tr></table> |
42 | </div> |
43 | </td> |
44 | <!--end of left column--> |
45 | |
46 | <!--main central column--> |
47 | <td valign='top'> |
48 | <center> |
49 | <a href="http://my.opera.com/pyxel/affiliate/" title="Download Opera" ><img src="http://promote.opera.com/small/opera88x31.gif" border=0 width="88" height="31" alt="Download Opera" /></a> |
50 | |
51 | <!-- <a href="http://www.xfce.org/" target=__><img src="http://hysteria.sk/pyxel/kyberia/buttons/xfce4.gif" border=0></a> --> |
52 | <a href="http://www.gentoo.org/" target=_dzentuu><img src="http://agilo.acjs.net/banner_gentoo.png" border=0></a> |
53 | <!-- <a href="http://www.debian.org/" target=_new><img src="http://hysteria.sk/pyxel/kyberia/forums/debian/debianlogo.gif" border=0></a> --> |
54 | </center> |
55 | |
56 | <form method='post' action='/id/{$node.node_id}'> |
57 | |
58 | </form> |
59 | |
60 | {if $action eq true} |
61 | |
62 | <center>{include file="movement.tpl"}</center> |
63 | {include file="get_creation_by_template_id.tpl" listing_amount=$listing_amount type=$action} |
64 | |
65 | |
66 | {else} |
67 | |
68 | <div height=600 class='bordered' id='topic' style="background-image: url(http://img242.imageshack.us/img242/5890/marekmahutkyberiapc0.gif); background-position: bottom right; background-repeat: no-repeat;"> |
69 | {$node.node_content|nl2br|replace:'...':'…'} |
70 | </div><br /><br /> |
71 | |
72 | {* shows what other friends think about users *} |
73 | {get_children_by_external_link external_link='session://friend' listing_amount=$listing_amount offset=$offset orderby=desc} |
74 | {foreach from=$get_children_by_external_link item=child} |
75 | <table> |
76 | <tr> |
77 | <td valign='top' rowspan='2'><img width='50' hspace='5' src='{get_image_link id=$child.node_creator}'> </td> |
78 | <td valign='top' width='100%'> |
79 | <table width='100%'><tr class='header' valign='top'> |
80 | <td> |
81 | {if $child.template_id eq 6 } |
82 | <center><b><a href='/id/{$child.node_id}'>{$child.node_name}</a></b> |
83 | {elseif $child.template_id eq 5 } |
84 | <center><b><a href='/id/{$child.node_id}'>{$child.node_name}</a></b> |
85 | {else} |
86 | <a href='/id/{$child.node_creator}'>{$child.login}</a> |
87 | {if $child.user_action neq false} |
88 | [<a href='/{$child.user_action}/'>{$child.user_action}</a>] |
89 | {/if} |
90 | {/if} |
91 | <br> {$child.node_created|date_format:"%d.%m.%Y. - %H:%M:%S"}</center> |
92 | <tr><td>{$child.node_content}</td></tr> |
93 | </table> |
94 | </table> |
95 | {/foreach} |
96 | |
97 | <form method='post' action='/id/{$node.node_id}'> |
98 | <BR> |
99 | <textarea name='node_content' style='background-image: background-image: url(http://kyberia.sk/images/nodes/1/7/1749237.gif); background-position: top right; background-repeat: no-repeat;'>{$post_vars.node_content}</textarea> |
100 | <center>{include file="modules/movement.tpl"}</center> |
101 | <br> |
102 | {if $permissions.w eq true} |
103 | <input type='hidden' name='template_id' value='8'> |
104 | <input type='hidden' name='node_parent' value='{$node.node_id}'> |
105 | <input type='hidden' name='external_link' value='session://friend'> |
106 | <table><tr><td><input type='submit' name='event' value='add'> |
107 | <td> ako </td> <td><input type='text' name='node_name'></td> |
108 | </table> |
109 | {/if} |
110 | |
111 | </form> |
112 | {/if} |
113 | <!--end of central column--> |
114 | |
115 | </td></tr></table> |
116 | {/if} |