51ff3226 |
1 | {include file="1549864.tpl"} |
2 | |
3 | |
4 | |
5 | <div style='position: absolute; background-color:black;z-index:4'> |
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 | |
36 | <div style='position: absolute; left: 240px; top: 29px;'> |
37 | <form id="form_id" name="myform" method='post' action='/id/{$node.node_id}'> |
38 | {get_bookmarks} |
39 | {foreach from=$get_bookmarks item=bookmark_category} |
40 | {* showing bookmark category *} |
41 | {if $bookmark_category.node_name neq false} |
42 | <a class='important' href='/id/{$bookmark_category.node_id}/' style='border-left: 1px solid; padding-left: 4px;'>{$bookmark_category.node_name}</a> |
43 | {if $bookmark_category.sum neq false} |
44 | || <span class='most_important'> {$bookmark_category.sum}NEW</span> |
45 | {/if} |
46 | {/if} |
47 | <br> |
48 | <ul style='list-style-type: none; padding-left: 0px; border-left:1px solid; padding-bottom: 0px; margin: 0px; margin-bottom: 20px; '> |
49 | {foreach from=$bookmark_category.children item=bookmarks} |
50 | {if $bookmarks.node_name} |
51 | <li>- <input style='height: 11px; width: 11px;' type='checkbox' name="bookmarks_chosen[]" value='{$bookmarks.node_id}'> <a href='/id/{$bookmarks.node_id}'>{$bookmarks.node_name|strip_tags:false}</a> |
52 | {if $bookmarks.node_updated > $bookmarks.last_visit} |
53 | - <span class='most_important'>CONT</span> |
54 | {/if} |
55 | |
56 | {if $bookmarks.lastdescendant_created > $bookmarks.last_visit} |
57 | - |
58 | {/if} |
59 | {if $bookmarks.node_user_subchild_count neq false} |
60 | <span class='most_important'> {$bookmarks.node_user_subchild_count}NEW </span> || |
61 | {/if} |
62 | {if $bookmarks.lastdescendant_created > $bookmarks.last_visit} |
63 | <span class='most_important'>DESC</span> |
64 | {/if} |
65 | |
66 | {/if} |
67 | </li> |
68 | {/foreach} |
69 | </ul> |
70 | {/foreach} |
71 | |
72 | <div style="margin-bottom: 4px"><input type='text' name='bookmark_category_id'> <input type='submit' name='event' value='set_bookmark_category'></div> |
73 | <div><input type='submit' name='event' value='unbook_multi' onclick="return confirm('You really sure?')" /> <input type='submit' name='event' value='set_as_read' /> |
74 | <input type='button' value='check_all' onClick="select_all('bookmarks_chosen', '1');" /> <input type='button' value='uncheck_all' onClick="select_all('bookmarks_chosen', '0');" /></div> |
75 | </form> |
76 | <br /><br /><br /><br /><br /><br /> |
77 | {include file="modules/footer.tpl"} |
78 | </div> |