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