Kyberia v2.3 - 1st revision from SVN (Without patches of kyberia.sk team)
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 1033792.tpl
1
2 {get_nodes_by_type type=10 offset=0 listing_amount=233}
3 {foreach from=$get_nodes_by_type item=child}
4 {if $user_id eq $child.node_creator}
5 <a href='/id/{$child.node_id}'>{$child.node_name}</a> [{$child.node_id}]<br>
6 {/if}
7 {/foreach}
8 <br><br>
9 <form action='/id/{$node.node_id}' method='post'>
10 add bookcat::<br>
11 name::<input type='text' name='node_name'><br>
12 content::<input type='text' name='node_content'><br>
13 <input type='hidden' name='node_parent' value='{$node.node_id}'>
14 <input type='hidden' name='node_system_access' value='public'>
15 <input type='hidden' name='template_id' value='10'>
16 <input type='submit' name='event' value='add'>
17 </form>
This page took 0.283594 seconds and 4 git commands to generate.