51ff3226 |
1 | {* header *}{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 | <table width='100%' style='border:0px'><tr> |
13 | |
14 | <!--left column--> |
15 | <td valign='top' align='center' width='23%'> |
16 | {* node_settings *}{include file="1549925.tpl"} |
17 | <br> |
18 | {*showing bookmark_statistics*}{include file="1549386.tpl"} |
19 | </td> |
20 | <!--end of left column--> |
21 | |
22 | <!--main central column--> |
23 | <td valign='top'> |
24 | <div style="width:666;margin:0px;padding:0px"> |
25 | <div style="margin:0px;padding:0px" align="center"><h1 style="color:#fff;">Co ak je to vsetko uplne inak ?</h1><a href="http://www.pv2c.sk/~mi/" style="color:#c00;font-weight:bold;padding-bottom:5px;" >homepage</a> | <a href="/id/1959928" style="color:#c00;font-weight:bold;padding-bottom:5px;" >n0t3p4d</a> | <a style="color:#c00;font-weight:bold;padding-bottom:5px;" href="http://hysteria.sk/mifo/foto/">gallery</a></div><div style="margin:0px;padding:2px 20px 2px 2px;border:0px;color:black;background:#9ec83b;font-weight:bold;text-align:right;"><i>Boy, life takes a long time to live -- Steven Wright</i></div> |
26 | </div><br><br> |
27 | {* shows what other friends think about users *} |
28 | {get_children_by_external_link external_link='session://friend' |
29 | listing_amount=300 offset=$offset orderby=desc} |
30 | {foreach from=$get_children_by_external_link item=child} |
31 | <table border='0' style="border-bottom : 1px solid gray;"> |
32 | <tr> |
33 | <td valign='top' rowspan='2'><img width='50' |
34 | hspace='5' src='{get_image_link |
35 | id=$child.node_creator}'> </td> |
36 | <td valign='top' width='100%'> |
37 | <table width='100%' style='padding:0px;'> |
38 | <tr style="background: black;font-weigth:bold;color:green;" class='header' valign='top'> |
39 | <td> |
40 | {if $child.template_id eq 6 } |
41 | <center><b><a |
42 | href='/id/{$child.node_id}'>{$child.node_name}</a></b> |
43 | {elseif $child.template_id eq 5 } |
44 | <center><b><a |
45 | href='/id/{$child.node_id}'>{$child.node_name}</a></b> |
46 | {else} |
47 | comment::<a href='/id/{$child.node_id}'>{$child.node_name}</a> by |
48 | <a href='/id/{$child.node_creator}'>{$child.login}</a> |
49 | {if $child.user_action neq false} |
50 | [<a href='/id/{$child.user_action_id}/'>{$child.user_action}</a>] |
51 | {/if} |
52 | {/if} |
53 | <br> {$child.node_created|date_format:"%d.%m.%Y. - |
54 | %H:%M:%S"}</center> |
55 | <tr><td>{$child.node_content|nl2br}</td></tr> |
56 | </table> |
57 | </table> |
58 | {/foreach} |
59 | |
60 | <form method='post' action='/id/{$node.node_id}'> |
61 | <BR> |
62 | <textarea style="background:#e4f3c0; color:black; width:100%;" name='node_content'>{$post_vars.node_content}</textarea> |
63 | <br> |
64 | {if $permissions.w eq true} |
65 | <!-- |
66 | pridane input z template_id 8ckou. |
67 | vid /id/1860668 |
68 | [pyxel] |
69 | --> |
70 | <input type='hidden' name='template_id' value='8'> |
71 | <input type='hidden' name='node_parent' |
72 | value='{$node.node_id}'> |
73 | <input type='hidden' name='external_link' |
74 | value='session://friend'> |
75 | <table><tr><td><input type='submit' name='event' |
76 | value='add'> |
77 | <td> with name:</td> <td><input type='text' |
78 | name='node_name'></td> |
79 | </table> |
80 | {/if} |
81 | |
82 | </form> |
83 | |
84 | <!--end of central column--> |
85 | |
86 | </td></tr></table> |
87 | {/if} |