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.
9 {if $permissions.w eq true}
13 title or keywords::
14 <input type='text' name='node_name'>
16 <td><input type='checkbox' name='no_html' value='yes'><td valign='middle'> NO HTML</td>
19 optional data file::<input type='file' name='data_file'>
20 {$user_quota}bytez
26 <textarea name='node_content'>{$post_vars.node_content}</textarea>
30 <input type='submit' name='event' value='add'>
32 <select name='template_id'>
33 <option value='4'>submission</option>
34 <option value='3'>forum</option>
35 <option value='2'>nodeshell</option>
39 <td><input type='submit' name='template_event' value='preview'>
40 <!--<td> <input type='checkbox' name='between' value='yes'><td valign='middle'> use between</td>-->
41 <td>{include file="modules/movement.tpl"}</td>
42 <td align='left'><input type='submit' name='template_event' value='filter_by'>
43 <td align='left'><select name='search_type'><option value='user'>user</option><option value='content'>content</option>
46 <td><input type='hidden' name='node_parent' value='{$node.node_id}'>
49 <tr><td colspan='5' align='center'>
50 {include file="modules/owner_toolbar.tpl"}
53 <table align='center'>
55 <!--<td> <input type='submit' name='event' value='delete'>-->
56 <td>u have {$user_k}</td>
57 <td><input type='submit' value='K' name='event'> </td>
61 <td align='center' colspan='5'><input type='submit' name='event' value='put'> into <select name='nodeshell_id'>
62 {foreach from=$bookmarks key=id item=name}
63 <option value='{$id}'>{$name|strip_tags|truncate:42:"":true}</option>
69 {if $permissions.w eq true}{include file="modules/get_node_userlist.tpl"}{/if}