1 {include file="modules/header.tpl"}
4 <center><font style='error'>{$error}</font></center>
8 <center>{include file="modules/loginbox.tpl"}</center>
12 <table width='100%'><tr><hr noshade>asdasdadadadadasdaadsd<br><br>
14 <link rel='stylesheet' type='text/css' href='http://darkaural.wz.cz/philes/kyberka/kyberia.css'>
16 <!--main central column-->
21 <center>{include file="modules/movement.tpl"}</center>
22 {include file="modules/get_creation_by_template_id.tpl" listing_amount=$listing_amount type=$action}
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}
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'>
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>
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>]
46 <br> {$child.node_created|date_format:"%d.%m.%Y. - %H:%M:%S"}</center>
47 <tr><td>{$child.node_content}</td></tr>
52 <form method='post' action='/id/{$node.node_id}'>
54 <textarea name='node_content'>{$post_vars.node_content}</textarea>
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>
67 <p><form method='post' action='/id/{$node.node_id}'>
69 <p>{include file="modules/movement.tpl"}</p>
73 <!--end of central column-->
75 <td valign='top' align='center' width='23%'>
76 {include file="modules/node_settings.tpl"}
77 {include file="modules/userinfo.tpl"}
79 {include file="modules/get_poll_box.tpl"}
81 {*showing bookmark_statistics*}
82 {include file="modules/get_bookmark_statistics_box.tpl"}
84 <!--end of left column-->
89 {include file="modules/footer.tpl"} </p>