Kyberia v2.3 - 1st revision from SVN (Without patches of kyberia.sk team)
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 24882.tpl
1
2 {include file="modules/header.tpl"}
3
4 {if $error eq true}
5
6 {$error}
7
8 {/if}
9
10 {if $user_id eq false}
11
12 {include file="modules/loginbox.tpl"}
13
14
15 {else}
16
17
18
19
20
21 {include file="modules/node_settings.tpl"}
22 {include file="modules/userinfo.tpl"}
23 {* showing poll *}
24 {*include file="modules/get_poll_box.tpl"*}
25
26
27 {*showing bookmark_statistics*}
28 {include file="modules/get_bookmark_statistics_box.tpl"}
29
30
31
32
33
34
35
36
37 {include file="modules/movement.tpl"}
38
39
40
41
42 {if $action eq true}
43
44
45 {include file="modules/movement.tpl"}
46
47 {include file="modules/get_creation_by_template_id.tpl" listing_amount=$listing_amount type=$action}
48
49
50 {else}
51 {include file="modules/node_content.tpl"}
52 {* shows what other friends think about users *}
53 {get_children_by_external_link external_link='session://friend' listing_amount=$listing_amount offset=$offset orderby=desc}
54 {foreach from=$get_children_by_external_link item=child}
55
56
57
58
59
60
61 {if $child.template_id eq 6 }
62
63 {$child.node_name}
64 {elseif $child.template_id eq 5 }
65
66 {$child.node_name}
67 {else}
68 {$child.login}
69 {if $child.user_action neq false}
70 [lokacia :: {$child.user_action}]
71 {/if}
72 {/if}
73
74 {$child.node_created|date_format:"%d.%m.%Y. - %H:%M:%S"}
75
76
77 {$child.node_content}
78
79
80
81
82 {/foreach}
83
84
85
86
87
88
89
90
91 {if $permissions.w eq true}
92
93
94
95 with name:
96
97
98 {/if}
99
100
101
102 {/if}
103
104
105
106
107 {/if}
108
109 {include file="modules/footer.tpl"}
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
This page took 0.31607 seconds and 4 git commands to generate.