big commit
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 1478235.tpl
CommitLineData
b42b2bf9
H
1{*header*}{include file="1549864.tpl"}
2<!--<link rel="stylesheet" type="text/css" href="/data/templates/own_templates/1012901.tpl"> lm23 -->
3<link rel="stylesheet" type="text/css" href="/data/templates/own_templates/1500395.tpl"><!-- re:cloned -->
4
5{if $user_id eq false}
6<center>{* loginbox *}{include file="1549885.tpl"}</center>
7
8{else}
9
10<script language="javascript" src="/data/templates/own_templates/1627946.tpl"></script>
11
12<table width="100%" cellpadding="5">
13<tr><td valign="top" width="110">
14<center>
15{*friends*}
16<table cellspacing="0" cellpadding="0">
17{get_userlist}
18{if $active_friends eq true}
19<div class="active_friends">
20<center><b>friends</b></center>
21{foreach from=$active_friends item=active_friend}
22<tr><td width="100%" valign="top" align="left"><div class="b_friend">
23<a href="/id/{$active_friend.user_id}/" title="{$active_friend.login|strip_tags}">
24<img border="0" alt="{$active_friend.login|strip_tags}" width="23" height="23" src="{get_image_link id=$active_friend.user_id}"></a>[<a href="/id/{$active_friend.user_action_id}">{$active_friend.user_action|strip_tags:false|truncate:23}</a>]<br>{$active_friend.idle_time_minutes}min {$active_friend.idle_time_seconds}sec
25</div></td></tr>
26{/foreach}
27</div>
28{/if}
29<tr><td>
30<br>
31<div class="active_users">
32<b><center>users on.line</center></b>
33{foreach from=$active_users item=active_user}
34<center><a href="/id/{$active_user.user_id}" title="{$active_user.login|escape:'html'}">{$active_user.login|escape:'html'|truncate:23}</a><br></center>
35{/foreach}
36</div></td></tr>
37</table>
38
39</td>
40
41<td valign="top" width=650>
42
43<form method="post" action="/id/{$node.node_id}" name="bookmarks_form">
44<span class="tt">&nbsp</span>
45{get_bookmarks}
46{foreach from=$get_bookmarks item=bookmark_category}
47<!-- <h2>X</h2> --><div class="b_cat">
48{* showing bookmark category *}
49{if $bookmark_category.node_name neq false}
50
51<a href="javascript:chngbukcat('{$bookmark_category.node_id}')">kategoria</a>:: <a class="important" href="/id/{$bookmark_category.node_id}/">{$bookmark_category.node_name}</a>
52 {if $bookmark_category.sum neq false} ::<span class="most_important">{$bookmark_category.sum} NeW</span>
53 {/if}
54{/if}
55{if $bookmark_category.node_name neq true}
56~~~ UnSoRTeD ~~~
57{/if}
58
59<div class="b_item">
60{foreach from=$bookmark_category.children item=bookmarks}
61{if $bookmarks.node_name && $bookmarks.node_id}
62<div class="b_node">
63<input style="height: 11px; width: 11px;" type="checkbox" name="bookmarks_chosen[]" value="{$bookmarks.node_id}" />
64<a href="/id/{$bookmarks.node_id}">{$bookmarks.node_name|strip_tags:false|truncate:123}</a>
65{if $bookmarks.node_user_subchild_count neq false} ::<span class="most_important">{$bookmarks.node_user_subchild_count} NeW CHiLd</span>
66{/if}
67
68{if $bookmarks.lastdescendant_created > $bookmarks.last_visit} ::<span class="important">DeSCdnT</span>
69{/if}
70{if $bookmarks.node_updated > $bookmarks.last_visit} ::<span class="most_important">ConTNT CHanGD</span>
71{/if}
72{if $bookmarks.node_creator eq $user_id or $bookmarks.node_permission eq 'master' or $bookmarks.node_permission eq 'op'} ::[<a href="/id/{$bookmarks.node_id}/1961033">configure</a>]
73{/if}
74 ::[{$bookmarks.node_creator}]
75</div>
76
77{/if}
78{/foreach}</div></div>
79
80<br>
81
82{/foreach}
83<input type="text" name="bookmark_category_id" /><input type="submit" name="event" value="set_bookmark_category" /><br />
84<input type="submit" name="event" value="unbook_multi" />
85<input type="submit" name="event" value="set_as_read" />
86</form>
87
88</td>
89</tr></table>
90{/if}
91
92{*footer*}{include file="1549377.tpl"}
This page took 0.24039 seconds and 4 git commands to generate.