3 {include file="modules/header.tpl"}
7 <center><font style='error'>{$error}</font></center>
10 {if $user_id eq false}
11 <center>{include file="modules/loginbox.tpl"}</center>
15 <table width='100%'><tr>
17 <!--main central column-->
20 <form method='post' action='/id/{$node.node_id}'>
21 <center>{include file="modules/movement.tpl"}</center>
26 <center>{include file="modules/movement.tpl"}</center>
27 {include file="modules/get_creation_by_template_id.tpl" listing_amount=$listing_amount type=$action}
33 {include file="modules/node_content.tpl"}
34 {* shows what other friends think about users *}
35 {get_children_by_external_link external_link='session://friend' listing_amount=$listing_amount offset=$offset orderby=desc}
36 {foreach from=$get_children_by_external_link item=child}
39 <td valign='top' rowspan='2'><img width='50' hspace='5' src='{get_image_link id=$child.node_creator}'> </td>
40 <td valign='top' width='100%'>
41 <table width='100%'><tr class='header' valign='top'>
43 {if $child.template_id eq 6 }
44 <center><b><a href='/id/{$child.node_id}'>{$child.node_name}</a></b>
46 {elseif $child.template_id eq 5 }
47 <center><b><a href='/id/{$child.node_id}'>{$child.node_name}</a></b>
49 <a href='/id/{$child.node_creator}'>{$child.login}</a>
50 {if $child.user_action neq false}
51 [lokacia :: <a href='/{$child.user_action}/'>{$child.user_action}</a>]
55 <br> {$child.node_created|date_format:"%d.%m.%Y. - %H:%M:%S"}</center>
56 <tr><td>{$child.node_content}</td></tr>
61 <form method='post' action='/id/{$node.node_id}'>
63 <textarea name='node_content'>{$post_vars.node_content}</textarea>
65 {if $permissions.w eq true}
66 <input type='hidden' name='node_parent' value='{$node.node_id}'>
68 <input type='hidden' name='external_link' value='session://friend'>
69 <table><tr><td><input type='submit' name='event' value='add'>
70 <td> with name:</td> <td><input type='text' name='node_name'></td>
76 <!--end of central column-->
78 <td valign='top' align='center' width='23%'>
79 {include file="modules/node_settings.tpl"}
80 {include file="modules/userinfo.tpl"}
82 {*include file="modules/get_poll_box.tpl"*}
84 {*showing bookmark_statistics*}
85 {include file="modules/get_bookmark_statistics_box.tpl"}
88 {include file="modules/footer.tpl"}