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