Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / hysteria / 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 accesskey=q name='node_content'>{$post_vars.node_content}</textarea>
27
28 <table width=100%>
29 <tr>
30 <td>
31 <input type='submit' name='event' value='add'>
32 <td>
33 <select name='node_type'>
34 {foreach from=$children_types item=node_type}
35 <option value='{$node_type}'>{$types[$node_type]}</option>
36 {/foreach}
37 </select>
38 </td>
39
40 <td><input type='submit' name='template_event' value='preview'>
41 <!--<td>&nbsp;<input type='checkbox' name='between' value='yes'><td valign='middle'>&nbsp;use between</td>-->
42 <td>{include file="modules/movement.tpl"}</td>
43 <td align='left'><input type='submit' name='template_event' value='filter_by'>
44 <td align='left'><select name='search_type'><option value='user'>user</option><option value='content'>content</option>
45 <td align='left'><input type='submit' name='template_event' value='save'>
46 <td><input type='hidden' name='node_parent' value='{$node.node_id}'>
47 </tr>
48 </table>
49 <table align='center'>
50 <tr>
51 <!--<td>&nbsp;<input type='submit' name='event' value='delete'>-->
52 <td>u have {$user_k}</td>
53 <td><input type='submit' value='K' name='event'>&nbsp;&nbsp;</td>
54 </tr>
55 </table>
56 <br>
57 {if $permissions.w eq true}{include file="modules/get_node_userlist.tpl"}{/if}
58
59 {/if}
This page took 0.274309 seconds and 4 git commands to generate.