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.
10 <center><font style='error'>{$error}</font></center>
13 {if $user_id eq false}
14 <center>{include file="modules/loginbox.tpl"}</center>
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"}
23 {*include file="modules/get_poll_box.tpl"*}
25 {*showing bookmark_statistics*}
26 {include file="modules/get_bookmark_statistics_box.tpl"}
28 <!--end of left column-->
30 <!--main central column-->
32 <form method='post' action='/id/{$node.node_id}'>
33 <center>{include file="modules/movement.tpl"}</center>
38 <center>{include file="modules/movement.tpl"}</center>
39 {include file="modules/get_creation_by_template_id.tpl" listing_amount=$listing_amount type=$action}
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>
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'>
64 <form action='/id/{$user_id}/' method='post'>
67 <input type='text' name='new_parent' value=''>
69 <input type='submit' name='event' value='set_parent'>
77 <!--end of central column-->
82 {include file="modules/footer.tpl"}