Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1606833.tpl
1 <!--
2 This program is free software. It comes without any warranty, to
3 the extent permitted by applicable law. You can redistribute it
4 and/or modify it under the terms of the Do What The Fuck You Want
5 To Public License, Version 2, as published by Sam Hocevar. See
6 http://sam.zoy.org/wtfpl/COPYING for more details.
7 -->
8
9 {if $error eq true}
10 <center><font style='error'>{$error}</font></center>
11 {/if}
12
13 {if $user_id eq false}
14 <center>{include file="modules/loginbox.tpl"}</center>
15
16 {else}
17 <table width='100%'><tr><br />
18 <!--left column--><br />
19 <td valign='top' align='center' width='23%'>
20 {include file="modules/node_settings.tpl"}
21 {include file="modules/userinfo.tpl"}
22 {* showing poll *}
23 {*include file="modules/get_poll_box.tpl"*}
24 <br>
25 {*showing bookmark_statistics*}
26 {include file="modules/get_bookmark_statistics_box.tpl"}
27 </td>
28 <!--end of left column-->
29
30 <!--main central column-->
31 <td valign='top'>
32 <form method='post' action='/id/{$node.node_id}'>
33 <center>{include file="modules/movement.tpl"}</center>
34 </form>
35
36 {if $action eq true}
37
38 <center>{include file="modules/movement.tpl"}</center>
39 {include file="modules/get_creation_by_template_id.tpl" listing_amount=$listing_amount type=$action}
40
41 {else}
42
43 <form method='post' enctype="multipart/form-data" action='/id/{$user_id}/'>
44 <table align='center'>
45 <tr><td><input type='text' name='node_name' value=''>
46 <td><input type='submit' name='event' value='configure_node_name'>
47 <tr><td><select name='node_system_access'>
48 <option value='public' selected>public</option>
49 <option value='moderated' >moderated</option>
50 <option value='private' >private</option>
51 <option value='cube' >cube</option>
52 <option value='crypto' >crypto</option>
53 </select></td>
54 <td><input type='submit' name='event' value='configure_system_access'>
55 <tr><td><input name='node_external_access' type='checkbox' value='' >
56 <td><input type='submit' name='event' value='configure_external_access'>
57 <tr><td><input type='text' name='template_id' value=''>
58 <td><input type='submit' name='event' value='configure_template_id'>
59 </table>
60 </form>
61
62
63
64 <form action='/id/{$user_id}/' method='post'>
65 <table>
66 <tr><td>
67 <input type='text' name='new_parent' value=''>
68 </td><td>
69 <input type='submit' name='event' value='set_parent'>
70 </td></tr>
71 </table>
72 </form>
73
74 </form>
75 {/if}
76
77 <!--end of central column-->
78
79 </td></tr></table>
80 {/if}
81
82 {include file="modules/footer.tpl"}
This page took 0.290506 seconds and 4 git commands to generate.