51ff3226 |
1 | {get_movement_params children_count=$node.node_children_count} |
2 | {include file="modules/header.tpl"} |
3 | |
4 | |
5 | <div style='position: absolute; background-color:black;z-index: 2'> |
6 | |
7 | <div class='active_users' style='margin-left: 10px; width: 200px'> |
8 | <span class='important'><center>friends</center></span> |
9 | {if $action}{get_userlist vector=$action} in vector {$action} |
10 | {else}{get_userlist}{/if} |
11 | {foreach name=friends from=$active_friends item=active_friend}<a href='/id/{$active_friend.user_id}'><img name='{$active_friend.login}' alt='{$active_friend.login}' title='{$active_friend.login}' src='{get_image_link id=$active_friend.user_id}' border='0' height='50' width='50'></a>{/foreach} |
12 | </div> |
13 | |
14 | <div style='margin-left: 10px; margin-top: 5px; width: 200px'> |
15 | <span class='important'><center>new forums</center></span> |
16 | {get_linked_nodes node_id=1058182 listing_amount=10} |
17 | {foreach from=$get_linked_nodes item=child} |
18 | <a href='/id/{$child.node_id}'>{$child.node_name|strip_tags|stripslashes}</a> {$child.login} |
19 | ({$child.node_children_count})<br> |
20 | {/foreach} |
21 | </div> |
22 | |
23 | <div style='margin-left: 10px; margin-top: 5px; width: 200px; text-align: justify'> |
24 | <span class='important'><center>users online</center></span> |
25 | {foreach name=users from=$active_users item=active_user} |
26 | <a href="/id/{$active_user.user_id}">{$active_user.login}</a> |
27 | {/foreach} |
28 | </div> |
29 | |
30 | |
31 | |
32 | </div> |
33 | |
34 | |
35 | <div style='position: absolute; left: 240px; top: 16px'> |
36 | {if $action}{get_k vector=$action} in vector {$action} |
37 | {else}{get_k} |
38 | </span> |
39 | <!--{include file="modules/movement.tpl"}--> |
40 | {/if} |
41 | |
42 | <div style="margin-top: 10px"> |
43 | <form method='post'>Interval: <input type='text' name='interval'><input type='submit' value='Days'></form> |
44 | </div> |
45 | |
46 | {foreach from=$get_k item=k} |
47 | <table class='bordered'> |
48 | <tr> |
49 | <td align='center' rowspan='2' valign='top'> |
50 | <img border='0' hspace='5' width='50' src={get_image_link id=$k.node_creator}> |
51 | <span class='most_important'>{$k.k} k</span><br /> |
52 | <form action='/id/{$k.node_id}' method='post' name='kit'> |
53 | <input type='submit' style='position: static' value='K' class='k' name='event'> |
54 | </form> |
55 | </td><br /> |
56 | <td class='header' width='100%'><a href='/id/{$k.node_id}/'>{$k.node_name}</a> |
57 | in <a href='/id/{$k.node_parent}'>{$k.parent_name}</a> by <a href='/id/{$k.node_creator}'>{$k.creator}</a></td> |
58 | |
59 | <tr><td valign='top'>{$k.node_content|stripslashes|nl2br}</td></tr> |
60 | </tr> |
61 | </table> |
62 | <br> |
63 | {/foreach} |
64 | |
65 | |
66 | <br /><br /><br /><br /><br /><br /> |
67 | {include file="modules/footer.tpl"} |
68 | </div> |