Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1573668.tpl
1 <!--
2 This program is free software. It comes without any warranty, to
3 the extent permitted by applicable law. You can redistribute it
4 and/or modify it under the terms of the Do What The Fuck You Want
5 To Public License, Version 2, as published by Sam Hocevar. See
6 http://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 {getCreationByTemplateId template_id="4" creator_id=$node.node_creator}
46
47 {foreach from=$getCreationByTemplateId item=child}
48
49 <div class='bordered' style='margin-bottom:13px'>
50 <div class='header' style='text-align:center; height: 3em'>
51 <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}
52 <br>&nbsp;&nbsp;{$child.node_created|date_format:"%d.%m.%Y. - %H:%M:%S"}
53 </div>
54 <div>
55 {$child.node_content|truncate:230|stripslashes}
56 </div>
57 </div>
58
59 {/foreach}
60
61 <!--end of central column-->
62
63 </td></tr></table>
64 {/if}
65
66
67
68
69
70
71
72
This page took 0.305527 seconds and 4 git commands to generate.