Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / kyberia / modules / 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 <!--
33 <select name='template_id'>
34 <option value='4'>submission</option>
35 <option value='3'>forum</option>
36 <option value='2'>nodeshell</option>
37 <option value='8'>friend</option>
38 </select>
39 -->
40 <input type='text' name='template_id' size=5 value='4'>
41 </td>
42
43 <td><input type='submit' name='template_event' value='preview'>
44 <!--<td>&nbsp;<input type='checkbox' name='between' value='yes'><td valign='middle'>&nbsp;use between</td>-->
45 <td>{include file="modules/movement.tpl"}</td>
46 <td align='left'><input type='submit' name='template_event' value='filter_by'>
47 <td align='left'><select name='search_type'><option value='user'>user</option><option value='content'>content</option>
48 </select>
49
50 <td><input type='hidden' name='node_parent' value='{$node.node_id}'>
51 </tr>
52
53 <tr><td colspan='5' align='center'>
54 {include file="modules/owner_toolbar.tpl"}
55 </td></tr>
56 </table>
57 <table align='center'>
58 <tr>
59 <!--<td>&nbsp;<input type='submit' name='event' value='delete'>-->
60 <td>u have {$user_k}</td>
61 <td><input type='submit' value='K' name='event'>&nbsp;&nbsp;</td>
62 </tr>
63
64 <tr>
65 <td align='center' colspan='5'><input type='submit' name='event' value='put'> into <select name='nodeshell_id'>
66 {foreach from=$bookmarks key=id item=name}
67 <option value='{$id}'>{$name|strip_tags|truncate:42:"":true}</option>
68 {/foreach}
69 </select></td></tr>
70
71 </table>
72 <br>
73 {if $permissions.w eq true}{include file="modules/get_node_userlist.tpl"}{/if}
74
75 {/if}
This page took 0.311723 seconds and 4 git commands to generate.