Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / modules / addnode.tpl-old
CommitLineData
e586807d
H
1{if $permissions.w eq true}
2
3<table>
4 <tr><td>
5 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;title or keywords::
6 <input type='text' name='node_name'>
7 </td>
8 <td><input type='checkbox' name='no_html' value='yes'><td valign='middle'>&nbsp;NO HTML</td>
9<!--
10 <td>
11 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;optional data file::<input type='file' name='data_file'>
12 &nbsp;{$user_quota}bytez
13-->
14
15
16</tr></table>
17
18<textarea name='node_content'>{$post_vars.node_content}</textarea>
19
20<table width=666><tr>
21<td>
22 <input type='submit' name='event' value='add'>
23<td>
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</td>
30
31<td><input type='submit' name='template_event' value='preview'>
32<!--<td>&nbsp;<input type='checkbox' name='between' value='yes'><td valign='middle'>&nbsp;use between</td>-->
33<td>{include file="modules/movement.tpl"}</td>
34<td align='left'><input type='submit' name='template_event' value='filter_by'>
35<td align='left'><select name='search_type'><option value='user'>user</option><option value='content'>content</option>
36</select>
37
38<td><input type='hidden' name='node_parent' value='{$node.node_id}'>
39</tr>
40
41<tr><td colspan='5' align='center'>
42{include file="modules/owner_toolbar.tpl"}
43</td></tr>
44</table>
45<table align='center'>
46<tr>
47<!--<td>&nbsp;<input type='submit' name='event' value='delete'>-->
48<td>u have {$user_k}</td>
49<td><input type='submit' value='K' name='event'>&nbsp;&nbsp;</td>
50</tr>
51
52<tr>
53<td align='center' colspan='5'><input type='submit' name='event' value='put'> into <select name='nodeshell_id'>
54{foreach from=$bookmarks key=id item=name}
55<option value='{$id}'>{$name|strip_tags|truncate:42:"":true}</option>
56{/foreach}
57</select></td></tr>
58
59</table>
60<br>
61{if $permissions.w eq true}{include file="modules/get_node_userlist.tpl"}{/if}
62
63{/if}
This page took 0.14169 seconds and 4 git commands to generate.