Revert "renamed data directory"
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 1550926.tpl
diff --git a/data/templates/own_templates/1550926.tpl b/data/templates/own_templates/1550926.tpl
new file mode 100644 (file)
index 0000000..fed8435
--- /dev/null
@@ -0,0 +1,24 @@
+<textarea name='node_content'>{$post_vars.node_content}</textarea>
+<br>
+{if $permissions.w eq true}
+<input type='hidden' name='node_parent' value='{$node.node_id}'>
+<input type='submit' name='event' value='add'>
+
+
+       <select name='node_system_access'>
+       <option value='public' {if $node.node_system_access eq 'public'}selected{/if}>public</option>
+       <option value='moderated' {if $node.node_system_access eq 'moderated'}selected{/if}>moderated</option>
+       <option value='private' {if $node.node_system_access eq 'private'}selected{/if}>private</option>
+       <option value='crypto' {if $node.node_system_access eq 'crypto'}selected{/if}>crypto</option>
+       </select>
+
+
+        <select name='template_id'>
+        {foreach from=$children_types item=template_id}
+        <option value='{$template_id}'>{$types[$template_id]}</option>
+        {/foreach}
+        </select>
+
+ with name:<input type='text' name='node_name'>
+
+{/if}
\ No newline at end of file
This page took 0.092062 seconds and 4 git commands to generate.