Kyberia v2.3 - 1st revision from SVN (Without patches of kyberia.sk team)
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 1420103.tpl
CommitLineData
b42b2bf9 1{include file="1549864.tpl"}
e586807d 2
e586807d
H
3{if $error eq true}
4<center><font style='error'>{$error}</font></center>
5{/if}
6
7{if $user_id eq false}
b42b2bf9 8<center>{* loginbox *}{include file="1549885.tpl"}</center>
e586807d
H
9
10{else}
11
b42b2bf9 12<br /><br />
e586807d
H
13<table width='100%'><tr>
14
15<!--left column-->
16<td valign='top' align='center' width='23%'>
17<table>
e586807d
H
18<tr><td>node:</td><td><a href='/id/{$node.node_id}'>{$node.node_name}</a></td></tr>
19<tr><td>owner:</td><td><a href='/id/1538'>MARIN</a></td>
20<tr><td>datetime:</td><td>niekedy zaciatkom leta</td></tr>
21</table>
22<br>
23<center><a href='/id/{$node.node_id}/1961036'>neurons</a></center>
24<br>
25<center><a href='/id/{$node.node_id}/1961037'>statistics</a></center>
e586807d 26<span class='most_important'>666 K</span>
b42b2bf9 27<center><a href='/id/{$node.node_id}/3'>tr33</a></center>
e586807d 28<br>
b42b2bf9
H
29<center><a href='/id/{$node.node_id}/1573668'>sub missions</a></center>
30<center><a href='/id/{$node.node_id}/1757556'>b.logs</a></center>
e586807d
H
31<br>
32{*showing bookmark_statistics*}
b42b2bf9 33{include file="1549386.tpl"}
e586807d
H
34
35</td>
36<!--end of left column-->
37
38<!--main central column-->
39<td valign='top'>
e586807d 40
e586807d 41
e586807d
H
42<table width='666' border=0><tr><td>
43{$node.node_content|nl2br}
44</td></tr></table><br><br>
45{* shows what other friends think about users *}
b42b2bf9 46{get_children_by_external_link external_link='session://friend' listing_amount=1666 offset=$offset orderby=desc}
e586807d
H
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
54<td>
55{if $child.template_id eq 6 }
56<center><b><a href='/id/{$child.node_id}'>{$child.node_name}</a></b>
57{elseif $child.template_id eq 5 }
58<center><b><a href='/id/{$child.node_id}'>{$child.node_name}</a></b>
59{else}
60&nbsp;<a href='/id/{$child.node_creator}'>{$child.login}</a>
61
62{/if}
63<br>&nbsp;&nbsp;{$child.node_created|date_format:"%d.%m.%Y. - %H:%M:%S"}</center>
64<tr><td>{$child.node_content}</td></tr>
65</table>
66</table>
67{/foreach}
68
69<form method='post' action='/id/{$node.node_id}'>
70<BR>
71<textarea name='node_content'>{$post_vars.node_content}</textarea>
72
73<br>
74{if $permissions.w eq true}<br />
75<input type='hidden' name='node_parent' value='{$node.node_id}'>
76<input type='hidden' name='external_link' value='session://friend'>
77<table><tr><td><input type='submit' name='event' value='add'>
78<td> with name:</td> <td><input type='text' name='node_name'></td>
79</table>
80{/if}
81
82</form>
83{/if}
84
85<!--end of central column-->
86
87</td></tr></table>
e586807d
H
88
89
b42b2bf9
H
90<!--
91I don't need no arms around me
92And I dont need no drugs to calm me.
93I have seen the writing on the wall.
94Don't think I need anything at all.
95No! Don't think I'll need anything at all.
96All in all it was all just bricks in the wall.
97All in all you were all just bricks in the wall.
98-->
e586807d 99
b42b2bf9
H
100</body>
101</html>
This page took 0.355064 seconds and 4 git commands to generate.