Kyberia v2.3 - 1st revision from SVN (Without patches of kyberia.sk team)
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 1548933.tpl
1 <BR>
2 <textarea name='node_content'>{$post_vars.node_content}</textarea>
3 <br>
4 {if $permissions.w eq true}
5 <input type='hidden' name='node_parent' value='{$node.node_id}'>
6 <table><tr><td><input type='submit' name='event' value='add'>
7
8 <td>
9 <select name='node_system_access'>
10 <option value='public' {if $node.node_system_access eq 'public'}selected{/if}>public</option>
11 <option value='moderated' {if $node.node_system_access eq 'moderated'}selected{/if}>moderated</option>
12 <option value='private' {if $node.node_system_access eq 'private'}selected{/if}>private</option>
13 <option value='crypto' {if $node.node_system_access eq 'crypto'}selected{/if}>crypto</option>
14 </select>
15 </td>
16
17 <td>
18 <select name='template_id'>
19 {foreach from=$children_types item=template_id}
20 <option value='{$template_id}'>{$types[$template_id]}</option>
21 {/foreach}
22 </select>
23 </td>
24 <td> with name:</td> <td><input type='text' name='node_name'></td>
25 </table>
26 {/if}
This page took 0.279071 seconds and 4 git commands to generate.