Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1429669.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{*
10{get_movement_params}
11{include file="modules/header.tpl"}
12
13{if $error eq true}
14{$error}
15
16{/if}
17
18{if $user_id eq false}
19{include file="modules/loginbox.tpl"}
20
21
22{else}
23
24
25{include file="modules/get_nodes_by_type_small.tpl" vector=00000101000635320068381700683643 type=12 listing_amount=23}
26
27
28
29
30{get_nodes_by_type type=12 vector=00000101000635320068381700683643 listing_amount=23 offset=$offset}
31{foreach from=$get_nodes_by_type item=child}
32
33{$child.node_name}
34
35{/foreach}
36{/if} *}
37
38
39{get_nodes_by_type vector=00000101000635320068381700683643 type=2 listing_amount=2323232323 offset=$offset}
40{foreach from=$get_nodes_by_type item=child}
41{if $type eq 11}
42 in node <a href='/id/{$child.node_id}'>{$child.node_id}</a>
43 {*get_poll poll=$child*}
44 {*include file="modules/show_poll.tpl" get_poll=$get_poll*}
45 <br>
46{else}
47<a href='/id/{$child.node_id}'>{$child.node_name}</a><br>( {$child.login} :: {$child.node_children_count} submissionz)<br><br>
48{/if}
49{/foreach}
50
51
52 {foreach from=$get_linked_nodes vector=0000000000000001 item=child}
53 {$child.node_name}<br>
54{/foreach}
55
56{include file="modules/footer.tpl"}
57
58
59
60
This page took 0.14568 seconds and 4 git commands to generate.