Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1550879.tpl
CommitLineData
e586807d
H
1<!--
2This program is free software. It comes without any warranty, to
3the extent permitted by applicable law. You can redistribute it
4and/or modify it under the terms of the Do What The Fuck You Want
5To Public License, Version 2, as published by Sam Hocevar. See
6http://sam.zoy.org/wtfpl/COPYING for more details.
7-->
8
9{if $permissions.w eq true}
10
11<div class='node_name'>
12 title or keywords::
13 <input type='text' name='node_name'>
14 <input type='checkbox' name='no_html' value='yes'>&nbsp;NO HTML
15<!--
16 <td>
17 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;optional data file::<input type='file' name='data_file'>
18 &nbsp;{$user_quota}bytez
19-->
20</div>
21<textarea name='node_content'>{$post_vars.node_content}</textarea>
22<div class='666'>
23 <input type='submit' name='event' value='add'>
24 <select name='template_id'>
25 <option value='4'>submission</option>
26 <option value='3'>forum</option>
27 <option value='2'>nodeshell</option>
28 </select>
29
30<input type='submit' name='template_event' value='preview'>
31<!--<input type='checkbox' name='between' value='yes'><td valign='middle'>&nbsp;use between-->
32{include file="modules/movement.tpl"}
33<input type='submit' name='template_event' value='filter_by'>
34<select name='search_type'><option value='user'>user</option><option value='content'>content</option>
35</select>
36
37<input type='hidden' name='node_parent' value='{$node.node_id}'>
38{include file="modules/owner_toolbar.tpl"}
39</div>
40
41<!--<td>&nbsp;<input type='submit' name='event' value='delete'>-->
42u have {$user_k}
43<input type='submit' value='K' name='event'>
44
45
46<input type='submit' name='event' value='put'> into <select name='nodeshell_id'>
47{foreach from=$bookmarks key=id item=name}
48<option value='{$id}'>{$name|strip_tags|truncate:42:"":true}</option>
49{/foreach}
50</select>
51
52<br>
53{if $permissions.w eq true}{include file="modules/get_node_userlist.tpl"}{/if}
54
55{/if}
This page took 0.190948 seconds and 4 git commands to generate.