Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / hysteria / modules / addnode_small.tpl~
1 <br>
2 {if $permissions.w eq true}
3 <input type='hidden' name='node_parent' value='{$node.node_id}'>
4 <table><tr><td><input type='submit' name='event' value='add'>
5 <td>
6 <select name='node_system_access'>
7 <option value='public' {if $node.node_system_access eq 'public'}selected{/if}>public</option>
8 <option value='moderated' {if $node.node_system_access eq 'moderated'}selected{/if}>moderated</option>
9 <option value='private' {if $node.node_system_access eq 'private'}selected{/if}>private</option>
10 <option value='crypto' {if $node.node_system_access eq 'crypto'}selected{/if}>crypto</option>
11 </select>
12 </td>
13 <td>
14 <select name='node_type'>
15 {foreach from=$children_types item=node_type}
16 <option value='{$node_type}'>{$types[$node_type]}</option>
17 {/foreach}
18 </select>
19 </td>
20 <td> with name:</td> <td><input type='text' name='node_name'></td>
21 {/if}
This page took 0.235736 seconds and 4 git commands to generate.