Kyberia v2.3 - 1st revision from SVN (Without patches of kyberia.sk team)
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 1861101.tpl
1 <center>
2 <link rel='stylesheet' type='text/css' href='http://darkaural.wz.cz/white.css'>
3
4 <table width='666' class='bordered'><tr><td>
5 {if $error eq true}
6 <center><font style='error'>{$error}</font></center>
7 {/if}
8
9 {if $user_id eq false}
10 <center>{include file="1549885.tpl"}</center>
11
12 {else}
13
14 <table width='100%'><tr>
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 &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 <!--
49 pridane input z template_id 8ckou.
50 vid /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
63 <!--end of central column-->
64
65 </td>
66 <td valign='top' align='center' width='23%'>
67 <br>{ include file="1549925.tpl" }
68 {* showing poll *}
69 <br><br>
70 {include file="1549834.tpl"}
71 {*showing bookmark_statistics*}
72 <br><br>
73 {include file="1549386.tpl"}
74 </td></tr></table>
75
76 {if $user_id eq 1859269}<center><img src='http://hysteria.sk/~darkaural/see.php'></center>{/if}
77 {/if}
78
79
80 </td></tr></center>
81
82
83
84
85
This page took 0.285539 seconds and 4 git commands to generate.