Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1582474.tpl
1 <!--
2 This program is free software. It comes without any warranty, to
3 the extent permitted by applicable law. You can redistribute it
4 and/or modify it under the terms of the Do What The Fuck You Want
5 To Public License, Version 2, as published by Sam Hocevar. See
6 http://sam.zoy.org/wtfpl/COPYING for more details.
7 -->
8
9 {get_movement_params children_count=$node.node_children_count}
10 {include file="modules/header.tpl"}
11 {if $user_id eq false}
12 <center>{include file="modules/loginbox.tpl"}</center><br><br>
13 {/if}
14
15 {*
16 <div style="position:fixed; width:250px;">
17
18 <center>{include file="modules/node_settings.tpl"}
19
20 {include file="modules/get_bookmark_statistics_box.tpl"}</center>
21 </div> *}
22
23 <div style="text-align:center; width:100%; position:relative;">
24 <div style="position:relative; text-align:left; margin:auto; width: 930px;">
25 <div style="width:100%; background: #111; margin: 10px 0 0 0; position:relative;">
26 tu sa nachadzaju nody mimo <a href="/id/101">stromu kyberie</a>; [ehm este to treba doladit(uh naka neplaech s listing amountom; vteddy to bolo nahodene narychlo a teraz ni cas)]</div>
27 <div style="position:relative; margin-top:4px; width:100%;">
28 <div style="float:left;">
29 <form action='/id/{$node.node_id}/' method='post'>
30 {if $node.node_bookmark neq 'yes'}
31 <input type='submit' name='event' value='book'>
32 {else}
33 <input type='submit' name='event' value='unbook'>
34 {/if}
35 <input type='submit' name='event' value='K'>
36 </form>
37
38 <a href='/id/{$node.node_id}/neurons'>neurons</a> |
39 <a href='/id/{$node.node_id}/stats'>statistics </a>|
40 <a href='/id/{$node.node_id}/links'>links</a> |
41 <a href='/id/{$node.node_id}/print'>print</a> |
42 {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} |
43 <span class='most_important'>{$node.k} K</span>
44
45
46 </div>
47
48 <form method='post' enctype="multipart/form-data" action='/id/{$node.node_id}/'>
49 <div style="float:right; margin: 10px 0;">
50 <input type='text' name='node_content' style="width:123px; padding-left:5px; height:20px; background: #111; height:20px; border:0; border-left:1px solid #6dae42;"><input type='submit' name='template_event' value='filter_by' style="height:20px; border:1px solid #6dae42;"><select name='search_type' style="height:20px; border-top:1px solid #6dae42;"><option value='user' style="border:0;">user</option><option value='content' style="border:0;">content</option></select><input type='hidden' name='node_parent' value='{$node.node_id}'></div><br style="clear:both;">
51 </div>
52
53
54
55 <div style="float:left;"><span class="important">nodes::</span><br>
56 {get_nodes_by_parent parent=0 listing_amount=300 offset=$offset}
57 {foreach from=$get_nodes_by_parent item=child}
58 {if $child.external_link neq "db://user"}
59 <div style="clear:both; background: #111; width:280px; margin-bottom:5px; padding-left:23px;">[<a href='/id/{$child.node_id}'>{$child.node_id}</a>] owner[<a href='/id/{$child.node_creator}'>{$child.login}</a>]</div>
60 {/if}
61 {/foreach}
62 ...
63 </div>
64
65 <div style="float:left; margin-left:10px;"><span class="important">forums::</span><br>
66 {get_nodes_by_parent parent=0 listing_amount=800 offset=$offset}
67 {foreach from=$get_nodes_by_parent item=child}
68 {if $child.template_id eq 3}
69 <div style="clear:both; background: #111; width:280px; margin-bottom:5px; padding-left:23px;">[<a href='/id/{$child.node_id}'>{$child.node_name|strip_tags}</a>] owner[<a href='/id/{$child.node_creator}'>{$child.login}</a>]</div>
70 {/if}
71 {/foreach}
72 ...
73 </div>
74
75 <div style="float:right;"><span class="important">users::</span><br>
76 {get_nodes_by_parent parent=0 listing_amount=20 offset=$offset}
77 {foreach from=$get_nodes_by_parent item=child}
78 {if $child.template_id eq 7 || $child.external_link eq "db://user"}
79 <div style="clear:left; background: #111; width:280px; margin-bottom:5px; padding-left:23px;"><a href='/id/{$child.node_id}'>{$child.node_name}</a> :: id/{$child.node_id}</div>
80 {/if}
81 {/foreach}
82 ...
83 </div>
84 <br style="clear:both;">
85 </div>
86 </div>
87 <center>{include file="modules/movement.tpl"}</center>
88 </form>
89
90
91 {include file="modules/footer.tpl"}
92
93
This page took 0.30654 seconds and 4 git commands to generate.