renamed data directory
[mirrors/Kyberia-bloodline.git] / basic-data / templates / own_templates / 1757556.tpl
CommitLineData
51ff3226 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
18<a href='/id/{$node.node_id}/1970182'>bookmarks</a><br />
19<a href='/id/{$node.node_id}/1911535'>movement</a><br /><br />
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 />
25<a href='/id/{$node.node_id}/1757626'>datas</a><br /><br />
26<a href='/id/{$node.node_id}/1769388'>friends</a><br />
27
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
41{get_nodes_by_parent parent=21 listing_amount=2323232 offset=$offset}
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'>
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 {if $child.k > 0} [<span class='most_important'>{$child.k}K</span>] {/if}
49 {if $child.node_created > $node.last_visit}<span class='most_important'>&nbsp;&nbsp;NEW</span>{/if}
50 </div>
51 <div>
52 {$child.node_content|strip_tags|truncate:230|stripslashes}
53 </div>
54</div>
55{/if}
56{/foreach}
57
58<!--end of central column-->
59
60</td></tr></table>
61{/if}
62
63
64
This page took 0.160639 seconds and 4 git commands to generate.