51ff3226 |
1 | {if $permissions.w eq true} |
2 | |
3 | <div class='node_name'> |
4 | title or keywords:: |
5 | <input type='text' name='node_name'> |
6 | <input type='checkbox' name='no_html' value='yes'> NO HTML |
7 | <!-- |
8 | <td> |
9 | optional data file::<input type='file' name='data_file'> |
10 | {$user_quota}bytez |
11 | --> |
12 | </div> |
13 | <textarea name='node_content'>{$post_vars.node_content}</textarea> |
14 | <div class='666'> |
15 | <input type='submit' name='event' value='add'> |
16 | <select name='template_id'> |
17 | <option value='4'>submission</option> |
18 | <option value='3'>forum</option> |
19 | <option value='2'>nodeshell</option> |
20 | </select> |
21 | |
22 | <input type='submit' name='template_event' value='preview'> |
23 | <!--<input type='checkbox' name='between' value='yes'><td valign='middle'> use between--> |
24 | {include file="modules/movement.tpl"} |
25 | <input type='submit' name='template_event' value='filter_by'> |
26 | <select name='search_type'><option value='user'>user</option><option value='content'>content</option> |
27 | </select> |
28 | |
29 | <input type='hidden' name='node_parent' value='{$node.node_id}'> |
30 | {include file="modules/owner_toolbar.tpl"} |
31 | </div> |
32 | |
33 | <!--<td> <input type='submit' name='event' value='delete'>--> |
34 | u have {$user_k} |
35 | <input type='submit' value='K' name='event'> |
36 | |
37 | |
38 | <input type='submit' name='event' value='put'> into <select name='nodeshell_id'> |
39 | {foreach from=$bookmarks key=id item=name} |
40 | <option value='{$id}'>{$name|strip_tags|truncate:42:"":true}</option> |
41 | {/foreach} |
42 | </select> |
43 | |
44 | <br> |
45 | {if $permissions.w eq true}{include file="modules/get_node_userlist.tpl"}{/if} |
46 | |
47 | {/if} |