Kyberia v2.3 - 1st revision from SVN (Without patches of kyberia.sk team)
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 2013197.tpl
CommitLineData
e586807d
H
1{include file="1549864.tpl"}
2
3{if $error eq true}
4<center><font style='error'>{$error}</font></center>
5{/if}
6
7{if $user_id eq false}
8<center>{include file="1549885.tpl"}</center>
9
10{else}
11
12<table width='100%'><tr>
13
14<!--left column-->
15<td valign='top' align='center' width='23%'>
16{include file="1549925.tpl"}
17
b42b2bf9
H
18<a href='/id/{$node.node_id}/1970182'>bookmarks</a><br />
19<a href='/id/{$node.node_id}/1911535'>movement</a><br /><br />
e586807d
H
20<a href='/id/{$node.node_id}/1757900'>nodeshells</a><br />
21<a href='/id/{$node.node_id}/1761254'>forums</a><br />
22<a href='/id/{$node.node_id}/1573668'>submissions</a><br />
23<a href='/id/{$node.node_id}/1773535'>articles</a><br />
24<a href='/id/{$node.node_id}/1757556'>blogs</a><br />
b42b2bf9
H
25<a href='/id/{$node.node_id}/1757626'>datas</a><br /><br />
26<a href='/id/{$node.node_id}/1769388'>friends</a><br />
27
e586807d
H
28
29{* showing poll *}
30{*include file="1549834.tpl"*}
31<br>
32{*showing bookmark_statistics*}
33{include file="1549386.tpl"}
34</td>
35<!--end of left column-->
36
37<!--main central column-->
38<td valign='top'>
39
40
b42b2bf9 41{get_nodes_by_parent parent=21 listing_amount=23232323232 offset=0}
e586807d
H
42{foreach from=$get_nodes_by_parent item=child}
43{if $child.node_creator eq $node.node_id}
44<div class='bordered' style='margin-bottom:13px'>
b42b2bf9
H
45<div class='header' style='text-align:center; height: 3em'>
46<a href='/id/{$child.node_id}'>{$child.node_name}</a> in <a href='/id/{$child.node_parent}'>{$child.parent_name}</a> {if $child.user_action neq false} [lokacia :: <a href='/{$child.user_action}/'>{$child.user_action}</a>]{/if}
47<br>&nbsp;&nbsp;{$child.node_created|date_format:"%d.%m.%Y. - %H:%M:%S"}
48</div>
49<div>
50{$child.node_content|strip_tags|truncate:230|stripslashes}
51</div>
e586807d
H
52</div>
53{/if}
54{/foreach}
55
56<!--end of central column-->
57
58</td></tr></table>
59{/if}
b42b2bf9
H
60(c)DarkAural - mailware:-)
61
62
63
64
This page took 0.270157 seconds and 4 git commands to generate.