Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1630259.tpl
CommitLineData
e586807d
H
1<!--
2This program is free software. It comes without any warranty, to
3the extent permitted by applicable law. You can redistribute it
4and/or modify it under the terms of the Do What The Fuck You Want
5To Public License, Version 2, as published by Sam Hocevar. See
6http://sam.zoy.org/wtfpl/COPYING for more details.
7-->
8
9{include file="modules/header.tpl"}
10
11{if $error eq true}
12<center><font style='error'>{$error}</font></center>
13{/if}
14
15{if $user_id eq false}
16<center>{include file="modules/loginbox.tpl"}</center>
17
18{else}
19<table width='100%'><tr><br />
20<!--left column--><br />
21<td valign='top' align='center' width='23%'>
22{include file="modules/node_settings.tpl"}
23{include file="modules/userinfo.tpl"}
24{* showing poll *}
25{*include file="modules/get_poll_box.tpl"*}
26<br>
27{*showing bookmark_statistics*}
28{include file="modules/get_bookmark_statistics_box.tpl"}
29</td>
30<!--end of left column-->
31
32<!--main central column-->
33<td valign='top'>
34<form method='post' action='/id/{$node.node_id}'>
35<center>{include file="modules/movement.tpl"}</center>
36</form>
37
38<form method='post' enctype="multipart/form-data" action='/id/1626909/'>
39<table align='center'>
40<tr><td><input type='submit' name='event' value='delete'></td></tr>
41</table>
42</form>
43<!--end of central column-->
44
45</td></tr></table>
46{/if}
47
48{include file="modules/footer.tpl"}
49
This page took 0.154659 seconds and 4 git commands to generate.