Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 7.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 {include file="1549916.tpl"}
45 {* shows what other friends think about users *}
46 {get_children_by_external_link external_link='session://friend' listing_amount=$listing_amount offset=$offset orderby=desc}
47 {foreach from=$get_children_by_external_link item=child}
48 <table>
49 <tr>
50 <td valign='top' rowspan='2'><img width='50' hspace='5' src='{get_image_link id=$child.node_creator}'>&nbsp;</td>
51 <td valign='top' width='100%'>
52 <table width='100%'><tr class='header' valign='top'>
53 <td>
54 {if $child.template_id eq 6 }
55 <center><b><a href='/id/{$child.node_id}'>{$child.node_name}</a></b>
56 {elseif $child.template_id eq 5 }
57 <center><b><a href='/id/{$child.node_id}'>{$child.node_name}</a></b>
58 {else}
59 &nbsp;<a href='/id/{$child.node_creator}'>{$child.login}</a>
60 {if $child.user_action neq false}
61 &nbsp;[<a href='/id/{$child.user_action_id}/'>{$child.user_action}</a>]
62 {/if}
63 {/if}
64 <br>&nbsp;&nbsp;{$child.node_created|date_format:"%d.%m.%Y. - %H:%M:%S"}</center>
65 <tr><td>{$child.node_content|nl2br}</td></tr>
66 </table>
67 </table>
68 {/foreach}
69
70 <form method='post' action='/id/{$node.node_id}'>
71 <BR>
72 <textarea name='node_content'>{$post_vars.node_content}</textarea>
73 <br>
74 {if $permissions.w eq true}
75 <!--
76 pridane input z template_id 8ckou.
77 vid /id/1860668
78 [pyxel]
79 -->
80 <input type='hidden' name='template_id' value='8'>
81 <input type='hidden' name='node_parent' value='{$node.node_id}'>
82 <input type='hidden' name='external_link' value='session://friend'>
83 <table><tr><td><input type='submit' name='event' value='add'>
84 <td> with name:</td> <td><input type='text' name='node_name'></td>
85 </table>
86 {/if}
87
88 </form>
89
90 <!--end of central column-->
91
92 </td></tr></table>
93 {/if}
This page took 0.304851 seconds and 4 git commands to generate.