Kyberia v2.3 - 1st revision from SVN (Without patches of kyberia.sk team)
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 1582474.tpl
1 {get_movement_params children_count=$node.node_children_count}
2 {* header *}{include file="1549864.tpl"}
3 {if $user_id eq false}
4 <center>{* loginbox *}{include file="1549885.tpl"}</center><br><br>
5 {/if}
6
7
8 <div style="text-align:center; width:100%; position:relative;">
9 <div style="position:relative; text-align:left; margin:auto; width: 930px;">
10 <div style="width:100%; background: #111; margin: 10px 0 0 0; position:relative;">
11 tu sa nachadzaju nody mimo <a href="/id/101">stromu kyberie</a>; [ehm este to treba doladit(uh naka neplecha s listing amountom; vtedy to bolo nahodene narychlo a teraz ni cas)]</div>
12 <div style="position:relative; margin-top:4px; width:100%;">
13 <div style="float:left;">
14 <form action='/id/{$node.node_id}/' method='post'>
15 {if $node.node_bookmark neq 'yes'}
16 <input type='submit' name='event' value='book'>
17 {else}
18 <input type='submit' name='event' value='unbook'>
19 {/if}
20 <input type='submit' name='event' value='K'>
21 </form>
22
23 <a href='/id/{$node.node_id}/neurons'>neurons</a> |
24 <a href='/id/{$node.node_id}/stats'>statistics </a>|
25 <!-- <a href='/id/{$node.node_id}/links'>links</a> | -->
26 {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}/1961033'>configure</a>{/if} |
27 <span class='most_important'>{$node.k} K</span>
28
29 </div>
30
31 <form method='post' enctype="multipart/form-data" action='/id/{$node.node_id}/'>
32 <div style="float:right; margin: 10px 0;">
33 <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;">
34 </div>
35
36
37
38 <div style="float:left;"><span class="important">nodes::</span><br>
39 {get_nodes_by_parent parent=0 listing_amount=$listing_amount offset=$offset}
40 {foreach from=$get_nodes_by_parent item=child}
41 {if $child.external_link neq "db://user"}
42 <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>
43 {/if}
44 {/foreach}
45 ...
46 </div>
47
48 <div style="float:left; margin-left:10px;"><span class="important">forums::</span><br>
49 {get_nodes_by_parent parent=0 listing_amount=123 offset=$offset}
50 {foreach from=$get_nodes_by_parent item=child}
51 {if $child.template_id eq 3}
52 <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>
53 {/if}
54 {/foreach}
55 ...
56 </div>
57
58 <div style="float:right;"><span class="important">users::</span><br>
59 {get_nodes_by_parent parent=0 listing_amount=$listing_amount offset=$offset}
60 {foreach from=$get_nodes_by_parent item=child}
61 {if $child.template_id eq 7 || $child.external_link eq "db://user"}
62 <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>
63 {/if}
64 {/foreach}
65 ...
66 </div>
67 <br style="clear:both;">
68 </div>
69 </div>
70 <center>{*movement*}{include file="1549913.tpl"}</center>
71 </form>
72
73 {*footer*}{include file="1549377.tpl"}
This page took 0.292305 seconds and 4 git commands to generate.