Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1548927.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 <table>
11 <tr>
12 <td>
13 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;title or keywords::
14 <input type='text' name='node_name'>
15 </td>
16 <td>
17 <input type='checkbox' name='no_html' value='yes'><td valign='middle'>&nbsp;NO HTML
18 </td>
19 <!--
20 <td>
21 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;optional data file::<input type='file' name='data_file'>
22 &nbsp;{$user_quota}bytez
23 -->
24 </tr>
25 </table>
26
27 <textarea name='node_content'>{$post_vars.node_content}</textarea>
28
29 <table width=666>
30 <tr>
31 <td>
32 <input type='submit' name='event' value='add'>
33 </td>
34 <td>
35 <!--
36 <select name='template_id'>
37 <option value='4'>submission</option>
38 <option value='3'>forum</option>
39 <option value='2'>nodeshell</option>
40 <option value='8'>friend</option>
41 </select>
42 -->
43 <input type='text' name='template_id' size=5 value='4' title='[submission: 4 | forum: 3 | nodeshell: 2 | article: 5 | data: 12]'>
44 </td>
45 <td>
46 <input type='submit' name='template_event' value='preview'>
47 </td>
48 <!--<td>&nbsp;<input type='checkbox' name='between' value='yes'><td valign='middle'>&nbsp;use between</td>-->
49 <td>
50 {include file="1549913.tpl"}
51 </td>
52 <td align='left'>
53 <input type='submit' name='template_event' value='filter_by'>
54 </td>
55 <td align='left'>
56 <select name='search_type'>
57 <option value='user'>user</option>
58 <option value='content'>content</option>
59 </select>
60 </td>
61 <td>
62 <input type='hidden' name='node_parent' value='{$node.node_id}'>
63 </td>
64 </tr>
65 <tr>
66 <td colspan='5' align='center'>
67 {include file="1549939.tpl"}
68 </td>
69 </tr>
70 </table>
71
72 <div>
73 <!--&nbsp;<input type='submit' name='event' value='delete'>-->
74 u have {$user_k} <input type='submit' value='K' name='event' style='margin-right:23px'>
75 <input type='submit' name='event' value='put'> into
76 <select name='nodeshell_id'>
77 {foreach from=$bookmarks key=id item=name}<option value='{$id}'>{$name|strip_tags|truncate:42:"":true}</option>{/foreach}
78 </select>
79 </div>
80 <br>
81 {if $permissions.w eq true}{include file="1549803.tpl"}{/if}
82
83 {/if}
This page took 0.275101 seconds and 4 git commands to generate.