Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1757556.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{include file="1549864.tpl"}
10
11{if $error eq true}
12<center><font style='error'>{$error}</font></center>
13{/if}
14
15{if $user_id eq false}
16<center>{include file="1549885.tpl"}</center>
17
18{else}
19
20<table width='100%'><tr>
21
22<!--left column-->
23<td valign='top' align='center' width='23%'>
24{include file="1549925.tpl"}
25
26<a href='/id/{$node.node_id}/1757900'>nodeshells</a><br />
27<a href='/id/{$node.node_id}/1761254'>forums</a><br />
28<a href='/id/{$node.node_id}/1573668'>submissions</a><br />
29<a href='/id/{$node.node_id}/1773535'>articles</a><br />
30<a href='/id/{$node.node_id}/1757556'>blogs</a><br />
31<a href='/id/{$node.node_id}/1757626'>datas</a><br />
32
33{* showing poll *}
34{*include file="1549834.tpl"*}
35<br>
36{*showing bookmark_statistics*}
37{include file="1549386.tpl"}
38</td>
39<!--end of left column-->
40
41<!--main central column-->
42<td valign='top'>
43
44
45{get_nodes_by_parent parent=21 listing_amount=2323232 offset=$offset}
46{foreach from=$get_nodes_by_parent item=child}
47{if $child.node_creator eq $node.node_id}
48<div class='bordered' style='margin-bottom:13px'>
49 <div class='header' style='text-align:center; height: 3em'>
50 <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}
51 <br>&nbsp;&nbsp;{$child.node_created|date_format:"%d.%m.%Y. - %H:%M:%S"}
52 </div>
53 <div>
54 {$child.node_content|strip_tags|truncate:230|stripslashes}
55 </div>
56</div>
57{/if}
58{/foreach}
59
60<!--end of central column-->
61
62</td></tr></table>
63{/if}
This page took 0.157772 seconds and 4 git commands to generate.