51ff3226 |
1 | {include file="modules/header.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="modules/loginbox.tpl"}</center> |
9 | |
10 | {else} |
11 | |
12 | <table width='100%'><tr><hr noshade>asdasdadadadadasdaadsd<br><br> |
13 | |
14 | <link rel='stylesheet' type='text/css' href='http://darkaural.wz.cz/philes/kyberka/kyberia.css'> |
15 | |
16 | <!--main central column--> |
17 | <td valign='top'> |
18 | |
19 | {if $action eq true} |
20 | |
21 | <center>{include file="modules/movement.tpl"}</center> |
22 | {include file="modules/get_creation_by_template_id.tpl" listing_amount=$listing_amount type=$action} |
23 | |
24 | |
25 | {else} |
26 | {include file="modules/node_content.tpl"} |
27 | {* shows what other friends think about users *} |
28 | {get_children_by_external_link external_link='session://friend' listing_amount=$listing_amount offset=$offset orderby=desc} |
29 | {foreach from=$get_children_by_external_link item=child} |
30 | <table> |
31 | <tr> |
32 | <td valign='top' rowspan='2'><img width='50' hspace='5' src='{get_image_link id=$child.node_creator}'> </td> |
33 | <td valign='top' width='100%'> |
34 | <table width='100%'><tr class='header' valign='top'> |
35 | <td> |
36 | {if $child.template_id eq 6 } |
37 | <center><b><a href='/id/{$child.node_id}'>{$child.node_name}</a></b> |
38 | {elseif $child.template_id eq 5 } |
39 | <center><b><a href='/id/{$child.node_id}'>{$child.node_name}</a></b> |
40 | {else} |
41 | <a href='/id/{$child.node_creator}'>{$child.login}</a> |
42 | {if $child.user_action neq false} |
43 | [lokacia :: <a href='/{$child.user_action}/'>{$child.user_action}</a>] |
44 | {/if} |
45 | {/if} |
46 | <br> {$child.node_created|date_format:"%d.%m.%Y. - %H:%M:%S"}</center> |
47 | <tr><td>{$child.node_content}</td></tr> |
48 | </table> |
49 | </table> |
50 | {/foreach} |
51 | |
52 | <form method='post' action='/id/{$node.node_id}'> |
53 | <BR> |
54 | <textarea name='node_content'>{$post_vars.node_content}</textarea> |
55 | <br> |
56 | {if $permissions.w eq true} |
57 | <input type='hidden' name='node_parent' value='{$node.node_id}'> |
58 | <input type='hidden' name='external_link' value='session://friend'> |
59 | <table><tr><td><input type='submit' name='event' value='add'> |
60 | <td> with name:</td> <td><input type='text' name='node_name'></td> |
61 | </table> |
62 | {/if} |
63 | |
64 | </form> |
65 | <p>{/if}</p> |
66 | <p> </p> |
67 | <p><form method='post' action='/id/{$node.node_id}'> |
68 | <center> |
69 | <p>{include file="modules/movement.tpl"}</p> |
70 | </center> |
71 | </form> |
72 | |
73 | <!--end of central column--> |
74 | <!--left column--> |
75 | <td valign='top' align='center' width='23%'> |
76 | {include file="modules/node_settings.tpl"} |
77 | {include file="modules/userinfo.tpl"} |
78 | {* showing poll *} |
79 | {include file="modules/get_poll_box.tpl"} |
80 | <br> |
81 | {*showing bookmark_statistics*} |
82 | {include file="modules/get_bookmark_statistics_box.tpl"} |
83 | </td> |
84 | <!--end of left column--> |
85 | |
86 | </td></tr></table> |
87 | <p>{/if} |
88 | test daasdadasd |
89 | {include file="modules/footer.tpl"} </p> |
90 | |
91 | |
92 | |
93 | |
94 | |
95 | |
96 | |
97 | |
98 | |
99 | |