Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 404600.tpl
CommitLineData
e586807d
H
1<!--
2This program is free software. It comes without any warranty, to
3the extent permitted by applicable law. You can redistribute it
4and/or modify it under the terms of the Do What The Fuck You Want
5To Public License, Version 2, as published by Sam Hocevar. See
6http://sam.zoy.org/wtfpl/COPYING for more details.
7-->
8
9<link rel='stylesheet' type='text/css' href='/id/404600/download'>
10{include file="modules/header.tpl"}
11
12<script language="javascript" src="/id/156968/download">
13</script>
14
15<div style="float:left; width:20%; text-align:center; margin-left:8px;" class='active_users'>
16
17{get_userlist}
18{if $active_friends eq true}
19
20<span class='important'><center>friends</center></span>
21{foreach from=$active_friends item=node_visitor}
22<div class='active_user_img' style='float:left; margin:0px 1px 0 0;'><a href='/id/{$node_visitor.user_id}/'><img border='0' name='{$node_visitor.login}' width='50' height='50' alt='{$node_visitor.login}' title='{$node_visitor.login}' src='{get_image_link id=$node_visitor.user_id}'></a></div>
23{/foreach}<br style="clear:left;">
24{/if}
25<span class='important'><center>users on.line</center></span>
26{foreach from=$active_users item=node_visitor}
27<a href='/id/{$node_visitor.user_id}'>{$node_visitor.login}</a><br>
28{/foreach}
29
30</div>
31
32
33
34
35
36<div style="margin-left:20%; padding-left:10px;">
37
38<div id='book'>
39
40<span class='tt'>&nbsp</span>
41{get_bookmarks}
42{foreach from=$get_bookmarks item=bookmark_category}
43<!-- <h2>X</h2> --><div class='b_cat'>
44{* showing bookmark category *}
45{if $bookmark_category.node_name neq false}
46<a href="javascript:chngbukcat('{$bookmark_category.node_id}')">#</a>kategoria::<a class='important' href='/id/{$bookmark_category.node_id}/'>{$bookmark_category.node_name}</a>
47 {if $bookmark_category.sum neq false}
48 :: <span class='most_important'> {$bookmark_category.sum} NEW</span>
49 {/if}
50
51{/if}
52{if $bookmark_category.node_name neq true}
53Unsorted
54{/if}
55
56<div class='b_item'>
57{assign var=$okej value=1}
58{foreach from=$bookmark_category.children item=bookmarks}
59{if $bookmarks.node_name && $bookmarks.node_id}
60<div class="b_node"><input style='height: 11px; width: 11px;' type='checkbox' name='bookmarks_chosen[]' value='{$bookmarks.node_id}'>
61<a href='/id/{$bookmarks.node_id}'>{$bookmarks.node_name|strip_tags}</a>
62{if $bookmarks.node_user_subchild_count neq false}
63:: <span class='most_important'> {$bookmarks.node_user_subchild_count} N!</span>
64{/if}
65{if $bookmarks.lastdescendant_created > $bookmarks.last_visit}
66:: <span class='most_important'>D!</span>
67{if $bookmarks.given_k eq "yes"}
68{get_nodes_by_parent parent=$bookmarks.node_id listing_amount=$bookmarks.node_children_count}{$bookmarks.k}K
69{elseif ($bookmarks.given_k eq "no") and $bookmarks.k > 7}
70{get_nodes_by_parent parent=$bookmarks.node_id listing_amount=$bookmarks.k}
71{else}
72{get_nodes_by_parent parent=$bookmarks.node_id listing_amount=8}
73{/if}
74{foreach name=reploop from=$get_nodes_by_parent item=child}
75{if ($okej eq 1) and ($child.node_creator eq $user_id) and ($child.lastdescendant_created > $bookmarks.last_visit)}
76{assign var=$okej value=0}
77:: <span class='most_important'>r!</span>
78{/if}
79{/foreach}
80{assign var=$okej value=1}
81{/if}
82{if $bookmarks.template_id eq 2}[<a href='/id/23/{$bookmarks.node_vector}' style="color:#666;">posledne</a>]{/if} <form action='/id/{$bookmarks.node_id}/' method='post' style="display: inline;"><input type='submit' name='event' value='unbook' style="border:0; font-size:6pt; height:13px; float:leftt; margin:0; position:absolute; right:200px;"></form>
83 </div>{/if}
84{/foreach}</div></div>
85
86<br>
87
88{/foreach}
89 </div>
90
91
92
93
94<form method='post' action='/id/{$node.node_id}'>
95
96<div id='fix'>
97{if $node.node_creator eq $user_id or $node.node_permission eq 'master' or $node.node_permission eq 'op'}<a href='/id/{$node.node_id}/configure'>configure</a>{/if} <a href='#top' class='top'>top</a> <input type='text' name='bookmark_category_id'><input type='submit' name='event' value='set_bookmark_category'></div>
98</form>
99
100
This page took 0.15199 seconds and 4 git commands to generate.