Kyberia v2.3 - 1st revision from SVN (Without patches of kyberia.sk team)
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 1429669.tpl
1 {*
2 {get_movement_params}
3 {include file="modules/header.tpl"}
4
5 {if $error eq true}
6 {$error}
7
8 {/if}
9
10 {if $user_id eq false}
11 {include file="modules/loginbox.tpl"}
12
13
14 {else}
15
16
17 {include file="modules/get_nodes_by_type_small.tpl" vector=00000101000635320068381700683643 type=12 listing_amount=23}
18
19
20
21
22 {get_nodes_by_type type=12 vector=00000101000635320068381700683643 listing_amount=23 offset=$offset}
23 {foreach from=$get_nodes_by_type item=child}
24
25 {$child.node_name}
26
27 {/foreach}
28 {/if} *}
29
30
31 {get_nodes_by_type vector=00000101000635320068381700683643 type=2 listing_amount=2323232323 offset=$offset}
32 {foreach from=$get_nodes_by_type item=child}
33 {if $type eq 11}
34 in node <a href='/id/{$child.node_id}'>{$child.node_id}</a>
35 {*get_poll poll=$child*}
36 {*include file="modules/show_poll.tpl" get_poll=$get_poll*}
37 <br>
38 {else}
39 <a href='/id/{$child.node_id}'>{$child.node_name}</a><br>( {$child.login} :: {$child.node_children_count} submissionz)<br><br>
40 {/if}
41 {/foreach}
42
43
44 {foreach from=$get_linked_nodes vector=0000000000000001 item=child}
45 {$child.node_name}<br>
46 {/foreach}
47
48 {include file="modules/footer.tpl"}
49
50
51
52
This page took 0.25081 seconds and 4 git commands to generate.