51ff3226 |
1 | {include file="modules/header.tpl"} |
2 | |
3 | <div style='position: absolute;height: 100%;background-color:black;z-index: 2'> |
4 | <div class='active_users' style='margin-left: 10px; width: 200px'> |
5 | <span class='important'><center>friends</center></span> |
6 | {if $action}{get_userlist vector=$action} in vector {$action} |
7 | {else}{get_userlist} |
8 | {/if} |
9 | {foreach name=friends from=$active_friends item=active_friend}<a href="javascript:chngto('{$active_friend.login}','{$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} |
10 | </div> |
11 | |
12 | |
13 | <div style='margin-left: 10px; margin-top: 5px; width: 200px'> |
14 | <span class='important'><center>new forums</center></span> |
15 | {get_linked_nodes node_id=1058182 listing_amount=10} |
16 | {foreach from=$get_linked_nodes item=child} |
17 | <a href='/id/{$child.node_id}'>{$child.node_name|strip_tags|stripslashes}</a> {$child.login} |
18 | ({$child.node_children_count})<br> |
19 | {/foreach} |
20 | </div> |
21 | |
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="javascript:chngto('{$active_user.login}','{$active_user.user_id}')">{$active_user.login}</a> |
27 | {/foreach} |
28 | </div> |
29 | </div> |
30 | |
31 | |
32 | |
33 | |
34 | <div style='position: absolute; left: 240px; top: 29px;'> |
35 | <form enctype="multipart/form-data" action='/id/{$node.node_id}/{if $action neq false}{$action}{/if}' method='post' name='formular'> {include file="1549897.tpl"} {include file="1549888.tpl" listing_amount=$listing_amount offset=$offset} </form> |
36 | <br /><br /><br /><br /><br /><br /> |
37 | {include file="modules/footer.tpl"} |
38 | </div> |
39 | |
40 | |
41 | |
42 | |
43 | |