51ff3226 |
1 | {include file="modules/header.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>{include file="modules/loginbox.tpl"}</center> |
9 | |
10 | {else} |
11 | <table width='100%'><tr><br /> |
12 | <!--left column--><br /> |
13 | <td valign='top' align='center' width='23%'> |
14 | {include file="modules/node_settings.tpl"} |
15 | {include file="modules/userinfo.tpl"} |
16 | {* showing poll *} |
17 | {*include file="modules/get_poll_box.tpl"*} |
18 | <br> |
19 | {*showing bookmark_statistics*} |
20 | {include file="modules/get_bookmark_statistics_box.tpl"} |
21 | </td> |
22 | <!--end of left column--> |
23 | |
24 | <!--main central column--> |
25 | <td valign='top'> |
26 | <form method='post' action='/id/{$node.node_id}'> |
27 | <center>{include file="modules/movement.tpl"}</center> |
28 | </form> |
29 | |
30 | <form method='post' enctype="multipart/form-data" action='/id/1626909/'> |
31 | <table align='center'> |
32 | <tr><td><input type='submit' name='event' value='delete'></td></tr> |
33 | </table> |
34 | </form> |
35 | <!--end of central column--> |
36 | |
37 | </td></tr></table> |
38 | {/if} |
39 | |
40 | {include file="modules/footer.tpl"} |
41 | |