51ff3226 |
1 | {get_movement_params children_count=$node.node_children_count} |
2 | {* header *}{include file="1549864.tpl"} |
3 | |
4 | {if $error eq true} |
5 | <center><font style='error'>{$error}</font></center> |
6 | {/if} |
7 | |
8 | {if $user_id eq false} |
9 | <center>{* loginbox *}{include file="1549885.tpl"}</center><br><br> |
10 | {/if} |
11 | |
12 | <table width='100%'><tr> |
13 | |
14 | <!--left column--> |
15 | <td valign='top' align='center' width='23%'> |
16 | {* node settings *} |
17 | {include file="1549925.tpl"} |
18 | |
19 | {* get_poll_box *} |
20 | {include file="1549834.tpl"} |
21 | <br> |
22 | {*get_bookmark_statistics_box*} |
23 | {include file="1549386.tpl"} |
24 | </td> |
25 | |
26 | <!--end of left column--> |
27 | |
28 | <!--main central column--> |
29 | <td valign='top'> |
30 | {*node_content*} |
31 | {include file="1549916.tpl"} |
32 | |
33 | <form enctype="multipart/form-data" action='/id/{$node.node_id}/{if $action neq false}{$action}{/if}' method='post' name='formular'> |
34 | {if $permissions.w eq true} |
35 | <table> |
36 | <tr><td> |
37 | |
38 | title or keywords:: |
39 | <input type='text' name='node_name'> |
40 | </td> |
41 | <td><input type='checkbox' name='no_html' value='yes'><td valign='middle'> NO HTML</td> |
42 | |
43 | </tr></table> |
44 | |
45 | <textarea name='node_content'></textarea> |
46 | |
47 | <table width=666><tr> |
48 | <td> |
49 | |
50 | <input type='submit' name='event' value='add'> |
51 | <td> |
52 | <select name='template_id'> |
53 | <option value='2'>nodeshell</option> |
54 | <option value='3'>forum</option> |
55 | <option value='4'>submission</option> |
56 | <option value='5'>article</option> |
57 | <option value='10'>bookcat</option> |
58 | <option value='12'>data</option> |
59 | <option value='14'>template</option> |
60 | <option value='28'>rss_bot</option> |
61 | <option value='1683309'>noudshell</option> |
62 | </select> |
63 | </td> |
64 | |
65 | <td><input type='submit' name='template_event' value='preview'> |
66 | <td><table><tr> |
67 | <td><input type='hidden' name='get_children_offset' value='0'></td> |
68 | <td><input type='submit' name='get_children_move' value='<'></td> |
69 | <td><input type='submit' name='get_children_move' value='<<'></td> |
70 | <td><input class='small' name='listing_amount' type='text' value=''></td> |
71 | <td><select name='listing_order'> |
72 | <option value='desc' selected >zozadu :-)</option> |
73 | <option value='asc' >(-: zpredu</option></select></td> |
74 | <td><input name='get_children_move' type='submit' value='>>'></td> |
75 | <td><input type='submit' name='get_children_move' value='>'></td> |
76 | </tr></table></td> |
77 | |
78 | <td align='left'><input type='submit' name='template_event' value='filter_by'> |
79 | <td align='left'><select name='search_type'><option value='user'>user</option><option value='content'>content</option> |
80 | </select> |
81 | |
82 | <td><input type='hidden' name='node_parent' value='{$node.node_id}'> |
83 | </tr> |
84 | |
85 | <tr><td colspan='5' align='center'> |
86 | <table><tr><td colspan='5' align='center'> |
87 | <input type='submit' name='event' value='delete'> |
88 | <input type='submit' name='event' value='set_parent'>::<input type='text' name='new_parent'> |
89 | </td></tr></table></td></tr> |
90 | </table> |
91 | |
92 | <table align='center'> |
93 | <tr> |
94 | <td>u have {$user_k}</td> |
95 | <td><input type='submit' value='K' name='event'></td> |
96 | </tr> |
97 | </table> |
98 | |
99 | {/if} |
100 | </form> |
101 | |
102 | {* frz's get children *}{include file="1994155.tpl"} |
103 | |
104 | <!--end of central column--> |
105 | </td></tr></table> |
106 | |
107 | {* footer *}{include file="1549377.tpl"} |