Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / kyberia / modules / original.addnode.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 $permissions.w eq true}
10
11 <table>
12 <tr><td>
13 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;title or keywords::
14 <input type='text' name='node_name'>
15 </td>
16 <td><input type='checkbox' name='no_html' value='yes'><td valign='middle'>&nbsp;NO HTML</td>
17 <!--
18 <td>
19 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;optional data file::<input type='file' name='data_file'>
20 &nbsp;{$user_quota}bytez
21 -->
22
23
24 </tr></table>
25
26 <textarea name='node_content'>{$post_vars.node_content}</textarea>
27
28 <table width=666><tr>
29 <td>
30 <input type='submit' name='event' value='add'>
31 <td>
32 <select name='template_id'>
33 <option value='4'>submission</option>
34 <option value='3'>forum</option>
35 <option value='2'>nodeshell</option>
36 </select>
37 </td>
38
39 <td><input type='submit' name='template_event' value='preview'>
40 <!--<td>&nbsp;<input type='checkbox' name='between' value='yes'><td valign='middle'>&nbsp;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>
44 </select>
45
46 <td><input type='hidden' name='node_parent' value='{$node.node_id}'>
47 </tr>
48
49 <tr><td colspan='5' align='center'>
50 {include file="modules/owner_toolbar.tpl"}
51 </td></tr>
52 </table>
53 <table align='center'>
54 <tr>
55 <!--<td>&nbsp;<input type='submit' name='event' value='delete'>-->
56 <td>u have {$user_k}</td>
57 <td><input type='submit' value='K' name='event'>&nbsp;&nbsp;</td>
58 </tr>
59
60 <tr>
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>
64 {/foreach}
65 </select></td></tr>
66
67 </table>
68 <br>
69 {if $permissions.w eq true}{include file="modules/get_node_userlist.tpl"}{/if}
70
71 {/if}
This page took 0.308374 seconds and 4 git commands to generate.