renamed data directory
[mirrors/Kyberia-bloodline.git] / basic-data / templates / own_templates / 31420.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'>
16
17{include file="1549916.tpl"}
18{* shows what other friends think about users *}
19{get_children_by_external_link external_link='session://friend' listing_amount=$listing_amount offset=$offset orderby=desc}
20{foreach from=$get_children_by_external_link item=child}
21<table>
22<tr>
23<td valign='top' rowspan='2'><img width='50' hspace='5' src='{get_image_link id=$child.node_creator}'>&nbsp;</td>
24<td valign='top' width='100%'>
25<table width='100%'><tr class='header' valign='top'>
26<td>
27{if $child.template_id eq 6 }
28<center><b><a href='/id/{$child.node_id}'>{$child.node_name}</a></b>
29{elseif $child.template_id eq 5 }
30<center><b><a href='/id/{$child.node_id}'>{$child.node_name}</a></b>
31{else}
32&nbsp;<a href='/id/{$child.node_creator}'>{$child.login}</a>
33{if $child.user_action neq false}
34&nbsp;[<a href='/id/{$child.user_action_id}/'>{$child.user_action}</a>]
35{/if}
36{/if}
37<br>&nbsp;&nbsp;{$child.node_created|date_format:"%d.%m.%Y. - %H:%M:%S"}</center>
38<tr><td>{$child.node_content|nl2br}</td></tr>
39</table>
40</table>
41{/foreach}
42
43<form method='post' action='/id/{$node.node_id}'>
44<BR>
45<textarea name='node_content'>{$post_vars.node_content}</textarea>
46<br>
47{if $permissions.w eq true}
48<!--
49pridane input z template_id 8ckou.
50vid /id/1860668
51[pyxel]
52-->
53<input type='hidden' name='template_id' value='8'>
54<input type='hidden' name='node_parent' value='{$node.node_id}'>
55<input type='hidden' name='external_link' value='session://friend'>
56<table><tr><td><input type='submit' name='event' value='add'>
57<td> with name:</td> <td><input type='text' name='node_name'></td>
58</table>
59{/if}
60
61</form>
62<!--end of left column-->
63
64<!--main central column-->
65<td valign='top' align='center' width='23%'>
66{include file="1549925.tpl"}
67<a href='/id/{$node.node_id}/1757900'>nodeshells</a><br />
68<a href='/id/{$node.node_id}/1761254'>forums</a><br />
69<a href='/id/{$node.node_id}/1573668'>submissions</a><br />
70<a href='/id/{$node.node_id}/1773535'>articles</a><br />
71<a href='/id/{$node.node_id}/1757556'>blogs</a><br />
72<a href='/id/{$node.node_id}/1757626'>datas</a><br /><br />
73<a href='/id/{$node.node_id}/1769388'>friends</a><br />
74
75{* showing poll *}
76{*include file="1549834.tpl"*}
77<br>
78{*showing bookmark_statistics*}
79{include file="1549386.tpl"}
80</td>
81
82<!--end of central column-->
83
84</td></tr></table>
85{/if}
86
This page took 0.156402 seconds and 4 git commands to generate.