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