51ff3226 |
1 | {* header *}{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>{* loginbox *}{include file="1549885.tpl"}</center> |
9 | |
10 | {else} |
11 | |
12 | <table width='100%'><tr> |
13 | |
14 | <!--left column--> |
15 | <td valign='top' align='center' width='23%'> |
16 | {* node_settings *}{include file="1549925.tpl"} |
17 | |
18 | {* showing poll *} |
19 | {*include file="1549834.tpl"*} |
20 | <br> |
21 | {*showing bookmark_statistics*} |
22 | {include file="1549386.tpl"} |
23 | </td> |
24 | <!--end of left column--> |
25 | |
26 | <!--main central column--> |
27 | <td valign='top'> |
28 | {getCreationByExternalLink external_link='session://friend' listing_amount=200 offset=$offset} |
29 | {foreach from=$getCreationByExternalLink item=child} |
30 | <table> |
31 | <tr> |
32 | <td width='100' valign='top' rowspan='2'><a href='/id/{$child.node_parent}'><img border=0 hspace='5' src='{get_image_link id=$child.node_parent}'></a> </td> |
33 | <td style='width: 100%' valign='top'> |
34 | <table width=100%><tr class='header' width=100%> |
35 | <td> |
36 | friend:: <a href='/id/{$child.node_parent}'>{$child.parent_name}</a> comment:: <a href='/id/{$child.node_id}'>{if $child.node_name eq ''} {else}{$child.node_name}{/if}</a><br> |
37 | {$child.node_created|date_format:"%H:%M:%S - %d.%m.%Y"} {if $child.node_creator eq $user_id or $child.node_permission eq 'master' or $child.node_permission eq 'op'} |<a href='/id/{$child.node_id}'>enter</a>|<a href='/id/{$child.node_id}/1961033'>conf</a>{/if} |
38 | <tr><td>{$child.node_content|stripslashes|nl2br|imagestrip}</td></tr> |
39 | </table> |
40 | </table> |
41 | {/foreach} |
42 | {* movement *}{include file="1549913.tpl"} |
43 | <!--end of central column--> |
44 | |
45 | |
46 | </td></tr></table> |
47 | {/if} |