51ff3226 |
1 | {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 | |
9 | <center>{* loginbox *}{include file="1549885.tpl"}</center> |
10 | |
11 | {else} |
12 | |
13 | <table width='100%'><tr> |
14 | |
15 | <!--left column--> |
16 | <td valign='top' align='center' width='23%'> |
17 | {* node settings *} |
18 | {include file="1549925.tpl"} |
19 | |
20 | {* showing poll *} |
21 | {*include file="1549834.tpl"*} |
22 | |
23 | <br> |
24 | {*showing bookmark_statistics*} |
25 | {include file="1549386.tpl"} |
26 | </td> |
27 | <!--end of left column--> |
28 | |
29 | <!--main central column--> |
30 | <td valign='top'> |
31 | |
32 | |
33 | {get_creation_by_k listing_amount=$listing_amount offset=$offset} |
34 | |
35 | {foreach from=$get_creation_by_k item=knode} |
36 | |
37 | |
38 | <div class='bordered' style='margin-bottom:13px'> |
39 | <div class='header' style='text-align:center; height: 3em'> |
40 | <a href='/id/{$knode.node_id}'>{$knode.node_name}</a> in <a href='/id/{$knode.node_parent}'>{$knode.parent_name}</a> {if $knode.user_action neq false} [lokacia :: <a href='/{$knode.user_action}/'>{$knode.user_action}</a>]{/if} |
41 | <br> {$knode.node_created|date_format:"%d.%m.%Y. - %H:%M:%S"} |
42 | [<span class='most_important'>{$knode.k} K</span>] |
43 | |
44 | </div> |
45 | <div> |
46 | {$knode.node_content|truncate:230|stripslashes|strip_tags} |
47 | </div> |
48 | </div> |
49 | |
50 | {/foreach} |
51 | <form method='post'> |
52 | {* movement *}{include file="1549913.tpl"} |
53 | </form> |
54 | <!--end of central column--> |
55 | |
56 | </td></tr></table> |
57 | <form method='post'> <table align='center'><tr> <td><input type='hidden' name='get_children_offset' value='{$offset}'></td> <td><input type='submit' name='get_children_move' value='<'></td> <td><input type='submit' name='get_children_move' value='<<'></td> <td><input name='get_children_move' type='submit' value='>>'></td> <td><input type='submit' name='get_children_move' value='>'></td> </tr></table> </form> |
58 | {/if} |
59 | {* footer *}{include file="1549377.tpl"} |